public class ConfigHelper
extends java.lang.Object
Constructor and Description |
---|
ConfigHelper() |
Modifier and Type | Method and Description |
---|---|
static java.util.Set |
getallEntityProps()
Returns the set of all defined properties for the current domain
|
static java.util.Set |
getallEntityRefProps()
Returns the set of all defined reference properties for the current domain
|
static java.lang.String |
getConfigXMLFilePath()
Returns the full path of the configuration XML file.
|
static java.util.Map |
getEntityRDNs()
Returns the Map containing entity type as the key and a java.util.List of
Relative Distinguished Name(RDN) properties as the value.
|
static java.util.List |
getRDNProperties(java.lang.String entityType)
Returns the configured RDN properties of an supporting entity type.
|
static java.util.List |
getSupportedEntityTypes()
Returns the entity types which are configured in virtual member manager.
|
static boolean |
isRDNProperty(java.lang.String type,
java.lang.String propName)
Returns true if the property name is a Relative Distinguished Name(RDN)
property of the entity type.
|
public static java.util.Set getallEntityRefProps() throws WIMException
WIMException
public static java.util.Set getallEntityProps() throws WIMException
WIMException
public static java.util.List getSupportedEntityTypes()
public static java.util.Map getEntityRDNs()
public static java.util.List getRDNProperties(java.lang.String entityType)
entityType
- supporting entity type name.public static boolean isRDNProperty(java.lang.String type, java.lang.String propName)
type
- entity type.propName
- property name.public static java.lang.String getConfigXMLFilePath()