Interface SchemaConstants


public interface SchemaConstants
The interface containing all schema related constants.
  • Field Details

    • WIM_NS_URI

      static final String WIM_NS_URI
      The name space URI of vmm data graph model.
      See Also:
    • WIM_NS_PREFIX

      static final String WIM_NS_PREFIX
      The name space prefix of vmm data graph model.
      See Also:
    • DO_DOCUMENT_ROOT

      static final String DO_DOCUMENT_ROOT
      The name of the root data object 'DocumentRoot'.
      See Also:
    • WIM_MODEL_PACKAGE

      static final String WIM_MODEL_PACKAGE
      The name space URI of vmm data graph model.
      See Also:
    • DO_SCHEMA

      static final String DO_SCHEMA
      The name of the DataObject "schema" in vmm data graph
      See Also:
    • DO_ENTITY_SCHEMA

      static final String DO_ENTITY_SCHEMA
      The name of the DataObject "entitySchema" in vmm data graph
      See Also:
    • PROP_NS_URI

      static final String PROP_NS_URI
      The name of the property "nsURI" in vmm data graph. The value of this property is any namespace URI.
      See Also:
    • PROP_NS_PREFIX

      static final String PROP_NS_PREFIX
      The name of the property "nsPrefix" in vmm data graph. The value of this property is the prefix of the namespace specified in nsURI.
      See Also:
    • PROP_ENTITY_NAME

      static final String PROP_ENTITY_NAME
      The name of the property "entityName" in vmm data graph. Its value is the name of the new entity type.
      See Also:
    • PROP_ENTITY_TYPE_NAME

      static final String PROP_ENTITY_TYPE_NAME
      The name of the property "entityTypeName" in vmm data graph. Its value is the name of the new entity type.
      See Also:
    • PROP_ENTITY_TYPE_NAMES

      static final String PROP_ENTITY_TYPE_NAMES
      The name of the property "entityTypeNames" in vmm data graph. Its value is the name of the new entity type.
      See Also:
    • PROP_PARENT_ENTITY_NAME

      static final String PROP_PARENT_ENTITY_NAME
      The name of the property "parentEntityName" in vmm data graph. Its value is the name of the parent entity data object.
      See Also:
    • PROP_PROPERTY_NAMES

      static final String PROP_PROPERTY_NAMES
      The name of the property "propertyNames" in vmm data graph. Its values are the list of property names.
      See Also:
    • DO_ENTITY_CONFIGURATION

      static final String DO_ENTITY_CONFIGURATION
      The name of the DataObject "entityConfiguration" in vmm data graph. This data object contains the configuration information of the new entity type.
      See Also:
    • PROP_DEFAULT_PARENT

      static final String PROP_DEFAULT_PARENT
      The name of the property "defaultParent" in vmm data graph. Its value is the unique name of the default parent of an entity type.
      See Also:
    • PROP_RDN_PROPERTY

      static final String PROP_RDN_PROPERTY
      The name of the property "rdnProperty" in vmm data graph. Its value is the name of rdn property.
      See Also:
    • DO_ACTION_NOT_ALLOW

      static final String DO_ACTION_NOT_ALLOW
      The name of the DataObject "actionNotAllow" in vmm data graph. It contains the name of the action, repository UUID
      See Also:
    • PROP_ACTION_NAME

      static final String PROP_ACTION_NAME
      The name of the property "actionName" in vmm data graph. Its value is the name of the action.
      See Also:
    • PROP_NAME

      static final String PROP_NAME
      The name of the property "name" in the vmm data graph.
      See Also:
    • PROP_LANG

      static final String PROP_LANG
      The name of the property "lang" in the vmm data graph.
      See Also:
    • PROP_VALUE

      static final String PROP_VALUE
      The name of the property "value" in the vmm data graph.
      See Also:
    • PROP_VALUES

      static final String PROP_VALUES
      The name of the property "values" in the vmm data graph.
      See Also:
    • DO_PROPERTY_SCHEMA

      static final String DO_PROPERTY_SCHEMA
      The name of the data object "propertySchema" in vmm data graph.
      See Also:
    • PROP_PROPERTY_NAME

      static final String PROP_PROPERTY_NAME
      The name of the property "propertyName" in the vmm data graph
      See Also:
    • PROP_MULTI_VALUED

      static final String PROP_MULTI_VALUED
      The name of the property "multiValued" in the vmm data graph. It indicates if a property can have multiple values.
      See Also:
    • PROP_DATA_TYPE

      static final String PROP_DATA_TYPE
      The name of the property "dataType" in the vmm data graph. Its value is name of the data type. i.e INTEGER
      See Also:
    • PROP_VALUE_LENGTH

      static final String PROP_VALUE_LENGTH
      The name of the property "valueLength" in the vmm data graph. Its value indicates the value length of a String type property.
      See Also:
    • PROP_APPLICABLE_ENTITY_TYPE_NAMES

      static final String PROP_APPLICABLE_ENTITY_TYPE_NAMES
      The name of the property "applicableEntityTypeNames" in the vmm data graph. Its values are the names of entity type which a property is applicable.
      See Also:
    • PROP_REQUIRED_ENTITY_TYPE_NAMES

      static final String PROP_REQUIRED_ENTITY_TYPE_NAMES
      The name of the property "requiredEntityTypeNames" in the vmm data graph. Its values are the names of entity type which a property is required.
      See Also:
    • DO_META_DATA

      static final String DO_META_DATA
      The name of the DataObject "metaData" in the vmm data graph. It contains name/values pair.
      See Also:
    • DO_ROOT

      static final String DO_ROOT
      Name of the DataObject 'Root' in the virtual member manager data graph. This is used while creating or accessing the 'Root' DataObject. While creating the DataObject or while retrieving it, this constant is used as the name of the DataObject('Root') to be created or retrieved.
      See Also:
    • DO_ROOT_TYPE

      static final String DO_ROOT_TYPE
      Name of type of root DataObject i.e. 'RootType'. It is used to identify whether the given DataObject is of type 'Root' or not.
      See Also:
    • PROP_VALIDATED

      static final String PROP_VALIDATED
      Name of the property 'validated' in the virtual member manager DataObject. While modifying or accessing the property 'validated' of the DataObject, this constant is used as the name of the property 'validated'.
      See Also:
    • DO_ENTITIES

      static final String DO_ENTITIES
      Name of the 'entities' DataObject in the virtual member manager data graph. While creating an entity DataObject or while retrieving it, this constant is used as the name of the entity DataObject('entities') to be created or retrieved.
      See Also:
    • DO_CONTROLS

      static final String DO_CONTROLS
      Name of the 'controls' DataObject in the virtual member manager data graph. While creating the controls DataObject or while retrieving it, this constant is used as the name of the control DataObject('controls') to be created or retrieved.
      See Also:
    • DO_PROPERTY_CONTROL

      static final String DO_PROPERTY_CONTROL
      Name of the 'PropertyControl' DataObject. 'PropertyControl' DataObject is usually used to store or retrieve property information from DataObject.
      See Also:
    • DO_LOGIN_CONTROL

      static final String DO_LOGIN_CONTROL
      Name of the 'LoginControl' DataObject. 'LoginControl' DataObject is mainly used to pass essential information for login operation.
      See Also:
    • PROP_MAPPED_PROPERTIES

      static final String PROP_MAPPED_PROPERTIES
      Stands for the constant 'mappedProperties'. This is usually used to retrieve all the mapped properties from 'LoginControl' DataObject.
      See Also:
    • DO_PROPERTY_DEFINITION_CONTROL

      static final String DO_PROPERTY_DEFINITION_CONTROL
      The constant for type "PropertyDefinitionControl"
      See Also:
    • DO_EXTENSION_PROPERTY_DEFINITION_CONTROL

      static final String DO_EXTENSION_PROPERTY_DEFINITION_CONTROL
      The constant for type "ExtensionPropertyDefinitionControl"
      See Also:
    • PROP_PROPERTIES

      static final String PROP_PROPERTIES
      Stands for the constant 'properties'. It represents properties of controls DataObject. It is used while retrieving all the properties from controls DataObject.
      See Also:
    • DO_PROPERTIES

      static final String DO_PROPERTIES
      Stands for the constant 'properties'. It represents properties of entities DataObject. It is used while retrieving all the properties from entities DataObject.
      See Also:
    • DO_ENTITY_TYPE_CONTROL

      static final String DO_ENTITY_TYPE_CONTROL
      Name of the 'EntityTypeControl' DataObject. While creating the EntityTypeControl DataObject or while retrieving it, this constant is used as the name of the control DataObject('EntityTypeControl') to be created or retrieved.
      See Also:
    • VALUE_ALL_PROPERTIES

      static final String VALUE_ALL_PROPERTIES
      Stands for constant '*'. It represents all the properties. Hence it can be used to retrieve all the properties from entity.
      See Also:
    • DO_CONTEXT_PROPERTIES

      static final String DO_CONTEXT_PROPERTIES
      The constant for element name "contextProperties"
      See Also:
    • DO_CONTEXTS

      static final String DO_CONTEXTS
      Name of the 'contexts' DataObject in virtual member manager data graph. While creating the contexts DataObject or while retrieving it, this constant is used as the name of the contexts DataObject('contexts') to be created or retrieved.
      See Also:
    • DO_CONTEXT

      static final String DO_CONTEXT
      See Also:
    • PROP_KEY

      static final String PROP_KEY
      The name of the property "key" in contexts DataObject of virtual member manager data graph. This is used while modifying or retrieving property 'key' of contexts DataObject.
      See Also:
    • DO_ENTITY

      static final String DO_ENTITY
      The constant for the type of "Entity"
      See Also:
    • DO_PERSON

      static final String DO_PERSON
      The constant for the entity of type 'Person' This is used while creating or retrieving entity DataObject of type 'Person'.
      See Also:
    • DO_PERSON_ACCOUNT

      static final String DO_PERSON_ACCOUNT
      The constant for the entity of type 'PersonAccount' This is used while creating or retrieving entity DataObject of type 'PersonAccount'.
      See Also:
    • DO_GROUP

      static final String DO_GROUP
      Name of the 'Group' DataObject. This is used while creating or retrieving DataObject of type 'Group'.
      See Also:
    • DO_ORGCONTAINER

      static final String DO_ORGCONTAINER
      Name of the 'OrgContainer' DataObject.
      See Also:
    • DO_LOGIN_ACCOUNT

      static final String DO_LOGIN_ACCOUNT
      The constant for the entity of type 'LoginAccount' This is used while creating or retrieving entity DataObject of type 'LoginAccount'.
      See Also:
    • PROP_REALM

      static final String PROP_REALM
      The constant for property 'realm' in DataObject. This is usually used while assigning or retrieving property 'realm' from entity.
      See Also:
    • PROP_PRINCIPAL_NAME

      static final String PROP_PRINCIPAL_NAME
      The constant for property 'principalName' in entity DataObject. This is used for assigning or retrieving property 'principalName' from entity DataObject.
      See Also:
    • DO_PRINCIPAL

      static final String DO_PRINCIPAL
      Name of the 'principal' DataObject. This is used while creating or retrieving DataObject of type 'principal'.
      See Also:
    • PROP_PASSWORD

      static final String PROP_PASSWORD
      The constant for property 'password' in entity DataObject. This is used for assigning or retrieving property 'password' from entity DataObject.
      See Also:
    • PROP_CERTIFICATE

      static final String PROP_CERTIFICATE
      The constant for property 'certificate' in entity DataObject. This is used for assigning or retrieving property 'certificate' from entity DataObject.
      See Also:
    • DO_IDENTIFIER

      static final String DO_IDENTIFIER
      The constant for element name "identifier"
      See Also:
    • DO_IDENTIFIER_TYPE

      static final String DO_IDENTIFIER_TYPE
      The constant for type of the identifier element i.e. 'IdentifierType'.
      See Also:
    • PROP_UNIQUE_NAME

      static final String PROP_UNIQUE_NAME
      The constant for property 'uniqueName' in an identifier DataObject. This is used for assigning or retrieving property 'uniqueName' from identifier DataObject. This is also used while dealing with 'uniqueName' property in User Registry.
      See Also:
    • PROP_UNIQUE_ID

      static final String PROP_UNIQUE_ID
      The constant for property 'uniqueId' in an identifier DataObject. This is used for assigning or retrieving property 'uniqueId' from identifier DataObject.
      See Also:
    • PROP_EXTERNAL_NAME

      static final String PROP_EXTERNAL_NAME
      The constant for property 'externalName' in an identifier DataObject. This is used for assigning or retrieving property 'externalName' from identifier DataObject.
      See Also:
    • PROP_EXTERNAL_ID

      static final String PROP_EXTERNAL_ID
      The constant for property name "externalId";
      See Also:
    • PROP_REPOSITORY_ID

      static final String PROP_REPOSITORY_ID
      The constant for property name "repositoryId"
      See Also:
    • DO_REPOSITORY_IDS

      static final String DO_REPOSITORY_IDS
      The constant for property name "repositoryId"
      See Also:
    • DO_MEMBERS

      static final String DO_MEMBERS
      The constant for property name "members"
      See Also:
    • DO_GROUPS

      static final String DO_GROUPS
      The constant for property name "groups"
      See Also:
    • DO_CHILDREN

      static final String DO_CHILDREN
      The constant for property name "children"
      See Also:
    • DO_SEARCH_CONTROL

      static final String DO_SEARCH_CONTROL
      The constant for type "SearchControl"
      See Also:
    • DO_GROUP_MEMBER_CONTROL

      static final String DO_GROUP_MEMBER_CONTROL
      The constant for property name "GroupMemberControl"
      See Also:
    • DO_ANCESTOR_CONTROL

      static final String DO_ANCESTOR_CONTROL
      The constant for property name "AncestorControl"
      See Also:
    • DO_DESCENDANT_CONTROL

      static final String DO_DESCENDANT_CONTROL
      The constant for property name "DescendantControl"
      See Also:
    • DO_DATATYPE_CONTROL

      static final String DO_DATATYPE_CONTROL
      The constant for property name "DataTypeControl"
      See Also:
    • DO_EXTERNAL_NAME_CONTROL

      static final String DO_EXTERNAL_NAME_CONTROL
      The constant for property name "ExternalNameControl"
      See Also:
    • DO_GROUP_MEMBERSHIP_CONTROL

      static final String DO_GROUP_MEMBERSHIP_CONTROL
      The constant for property name "GroupMembershipControl"
      See Also:
    • DO_CHECK_GROUP_MEMBERSHIP_CONTROL

      static final String DO_CHECK_GROUP_MEMBERSHIP_CONTROL
      The constant for property name "CheckGroupMembershipControl"
      See Also:
    • PROP_IN_GROUP

      static final String PROP_IN_GROUP
      The constant for property name "CheckGroupMembershipControl"
      See Also:
    • PROP_LEVEL

      static final String PROP_LEVEL
      The constant for property name "level"
      See Also:
    • PROP_LEVEL_IMMEDIATE

      static final short PROP_LEVEL_IMMEDIATE
      The constant for property name "level-1"
      See Also:
    • PROP_LEVEL_NESTED

      static final short PROP_LEVEL_NESTED
      The constant for property name "level-0"
      See Also:
    • PROP_TREEVIEW

      static final String PROP_TREEVIEW
      The constant for property name "treeview"
      See Also:
    • PROP_COUNT_LIMIT

      static final String PROP_COUNT_LIMIT
      The constant for property name "countLimit"
      See Also:
    • PROP_SEARCH_LIMIT

      static final String PROP_SEARCH_LIMIT
      The constant for property name "searchLimit"
      See Also:
    • PROP_TIME_LIMIT

      static final String PROP_TIME_LIMIT
      The constant for property name "timeLimit"
      See Also:
    • PROP_SEARCH_EXPRESSION

      static final String PROP_SEARCH_EXPRESSION
      The constant for property name "expression"
      See Also:
    • PROP_SEARCH_BASES

      static final String PROP_SEARCH_BASES
      The constant for property name "searchBases"
      See Also:
    • DO_SEARCH_RESPONSE_CONTROL

      static final String DO_SEARCH_RESPONSE_CONTROL
      The constant for type "SearchResponseControl"
      See Also:
    • PROP_HAS_MORE_RESULTS

      static final String PROP_HAS_MORE_RESULTS
      The constant for property name "hasMoreResults"
      See Also:
    • DO_SORT_CONTROL

      static final String DO_SORT_CONTROL
      The constant for type "SortControl"
      See Also:
    • DO_SORT_KEYS

      static final String DO_SORT_KEYS
      The constant for property name "sortKeys"
      See Also:
    • PROP_SORT_LOCALE

      static final String PROP_SORT_LOCALE
      The constant for property name "locale"
      See Also:
    • PROP_ASCENDING_ORDER

      static final String PROP_ASCENDING_ORDER
      The constant for propert name "ascendingOrder"
      See Also:
    • DO_PAGE_CONTROL

      static final String DO_PAGE_CONTROL
      The constant for type "PageControl"
      See Also:
    • PROP_SIZE

      static final String PROP_SIZE
      The constant for property name "size"
      See Also:
    • DO_PAGE_RESPONSE_CONTROL

      static final String DO_PAGE_RESPONSE_CONTROL
      The constant for type "PageResponseControl"
      See Also:
    • DO_CHANGE_CONTROL

      static final String DO_CHANGE_CONTROL
      The constant for type "ChangeControl"
      See Also:
    • DO_CHANGE_RESPONSE_CONTROL

      static final String DO_CHANGE_RESPONSE_CONTROL
      The constant for type "ChangeResponseControl"
      See Also:
    • DO_CHECKPOINT_TYPE

      static final String DO_CHECKPOINT_TYPE
      The constant for "checkPointType"
      See Also:
    • DO_CHECKPOINT

      static final String DO_CHECKPOINT
      The constant for "checkPoint"
      See Also:
    • PROP_CHANGETYPE

      static final String PROP_CHANGETYPE
      The constant for property type "changeType"
      See Also:
    • PROP_CHANGETYPES

      static final String PROP_CHANGETYPES
      The constant for property type "changeTypes"
      See Also:
    • PROP_REPOSITORY_CHECKPOINT

      static final String PROP_REPOSITORY_CHECKPOINT
      The constant for property type "repositoryCheckPoint"
      See Also:
    • PROP_TOTAL_SIZE

      static final String PROP_TOTAL_SIZE
      The constant for property name "totalSize"
      See Also:
    • DO_PARENT

      static final String DO_PARENT
      The constant for element name "parent"
      See Also:
    • PROP_MODIFY_MODE

      static final String PROP_MODIFY_MODE
      The constant for property name "modifyMode";
      See Also:
    • META_REPOSITORY_PROPERTY_NAME

      static final String META_REPOSITORY_PROPERTY_NAME
      The constant for repository property name.
      See Also:
    • DO_PROPERTY_DATA_TYPES

      static final String DO_PROPERTY_DATA_TYPES
      The constant for element name "propertyDataTypes".
      See Also:
    • META_REPOSITORY_DATA_TYPE

      static final String META_REPOSITORY_DATA_TYPE
      The constant for repository data type.
      See Also:
    • META_LDAP_OBJECT_CLASSES

      static final String META_LDAP_OBJECT_CLASSES
      The constant for LDAP object class meta data.
      See Also:
    • META_LDAP_OBJECT_CLASSES_FOR_CREATE

      static final String META_LDAP_OBJECT_CLASSES_FOR_CREATE
      The constant for LDAP object class meta data that is used for entity creation.
      See Also:
    • META_LDAP_RDN_ATTRIBUTES

      static final String META_LDAP_RDN_ATTRIBUTES
      The constant for LDAP RDN attributes meta data.
      See Also:
    • META_LDAP_SEARCH_BASES

      static final String META_LDAP_SEARCH_BASES
      The constant for LDAP search bases meta data.
      See Also:
    • META_LDAP_SEARCH_FILTER

      static final String META_LDAP_SEARCH_FILTER
      The constant for LDAP search filter meta data.
      See Also:
    • DO_REQUEST_CONTROL

      static final String DO_REQUEST_CONTROL
      The constant for element "RequestControl"
      See Also:
    • PROP_REQUIRED_INTERACTION_STYLE

      static final String PROP_REQUIRED_INTERACTION_STYLE
      The constant for property name "requiredInteractionStyle";
      See Also:
    • PROP_TICKET

      static final String PROP_TICKET
      The constant for property name "ticket";
      See Also:
    • DO_RESPONSE_CONTROL

      static final String DO_RESPONSE_CONTROL
      The constant for element "ResponseControl"
      See Also:
    • PROP_COMPLETE

      static final String PROP_COMPLETE
      The constant for property name "complete";
      See Also:
    • DO_EXTENSION_PROPERTY_SCHEMA

      static final String DO_EXTENSION_PROPERTY_SCHEMA
      The constant for element "extensionPropertySchema".
      See Also:
    • DO_EXTENSION_PROPERTY_DATATYPE_CONTROL

      static final String DO_EXTENSION_PROPERTY_DATATYPE_CONTROL
      The constant for element "ExtensionPropertyDataTypeControl".
      See Also:
    • DO_DELETE_CONTROL

      static final String DO_DELETE_CONTROL
      The constant for element "DeleteControl".
      See Also:
    • PROP_DELETE_DESCENDANTS

      static final String PROP_DELETE_DESCENDANTS
      The constant for property name "deleteDescendants".
      See Also:
    • PROP_RETURN_DELETED

      static final String PROP_RETURN_DELETED
      The constant for property name "returnDeleted".
      See Also:
    • PROP_CREATE_TIMESTAMP

      static final String PROP_CREATE_TIMESTAMP
      The constant for property name "createTimestamp".
      See Also:
    • PROP_MODIFY_TIMESTAMP

      static final String PROP_MODIFY_TIMESTAMP
      The constant for property name "modifyTimestamp".
      See Also:
    • VALUE_MODIFY_MODE_ASSIGN

      static final int VALUE_MODIFY_MODE_ASSIGN
      The constant for assign mode
      See Also:
    • VALUE_MODIFY_MODE_REPLACE

      static final int VALUE_MODIFY_MODE_REPLACE
      The constant for replace mode
      See Also:
    • VALUE_MODIFY_MODE_UNASSIGN

      static final int VALUE_MODIFY_MODE_UNASSIGN
      The constant for unassign mode
      See Also:
    • VALUE_CONTEXT_REALM_KEY

      static final String VALUE_CONTEXT_REALM_KEY
      The constant string for the virtual realm key
      See Also:
    • VALUE_CONTEXT_TRUST_ENTITY_TYPE_KEY

      static final String VALUE_CONTEXT_TRUST_ENTITY_TYPE_KEY
      The constant string for trusting the entity type
      See Also:
    • VALUE_WILD_CARD

      static final String VALUE_WILD_CARD
      The constant string for the wildcard "*"
      See Also:
    • PROP_WMM_ADAPTER_CLASS_NAME

      static final String PROP_WMM_ADAPTER_CLASS_NAME
      The constant string for WMM ADAPTER CLASS NAME
      See Also:
    • PROP_RETURN_SUB_TYPE

      static final String PROP_RETURN_SUB_TYPE
      The constant for property name "returnSubType"
      See Also:
    • DATA_TYPE_STRING

      static final String DATA_TYPE_STRING
      Instance Class: java.lang.String
      See Also:
    • DATA_TYPE_INT

      static final String DATA_TYPE_INT
      Instance Class: int
      See Also:
    • DATA_TYPE_DATE

      static final String DATA_TYPE_DATE
      Instance Class: java.lang.Object
      See Also:
    • DATA_TYPE_DATE_TIME

      static final String DATA_TYPE_DATE_TIME
      Instance Class: java.lang.Object
      See Also:
    • DATA_TYPE_ANY_SIMPLE_TYPE

      static final String DATA_TYPE_ANY_SIMPLE_TYPE
      Instance Class: dobjava.lang.Object
      See Also:
    • DATA_TYPE_ANY_URI

      static final String DATA_TYPE_ANY_URI
      Instance Class: java.lang.String
      See Also:
    • DATA_TYPE_BOOLEAN

      static final String DATA_TYPE_BOOLEAN
      Instance Class: java.lang.boolean
      See Also:
    • DATA_TYPE_LONG

      static final String DATA_TYPE_LONG
      Instance Class: long
      See Also:
    • DATA_TYPE_DOUBLE

      static final String DATA_TYPE_DOUBLE
      Instance Class: double
      See Also:
    • DATA_TYPE_ADDRESS_TYPE

      static final String DATA_TYPE_ADDRESS_TYPE
      Instance Class: AddressType
      See Also:
    • DATA_TYPE_SHORT

      static final String DATA_TYPE_SHORT
      Instance Class: short
      See Also:
    • DATA_TYPE_TOKEN

      static final String DATA_TYPE_TOKEN
      Instance Class: java.lang.String
      See Also:
    • DATA_TYPE_BASE_64_BINARY

      static final String DATA_TYPE_BASE_64_BINARY
      Instance Class: byte[]
      See Also:
    • DATA_TYPE_BYTE

      static final String DATA_TYPE_BYTE
      Instance Class: byte
      See Also:
    • DATA_TYPE_LANG_TYPE

      static final String DATA_TYPE_LANG_TYPE
      Instance Class: java.lang.String
      See Also:
    • DATA_TYPE_IDENTIFIER_TYPE

      static final String DATA_TYPE_IDENTIFIER_TYPE
      Instance Class: identifier data object
      See Also:
    • DATA_TYPE_ENTITY_TYPE

      static final String DATA_TYPE_ENTITY_TYPE
      Instance Class: entity data object
      See Also:
    • DATA_TYPE_GROUP_TYPE

      static final String DATA_TYPE_GROUP_TYPE
      Instance Class: group data object
      See Also:
    • DATA_TYPE_PERSON_TYPE

      static final String DATA_TYPE_PERSON_TYPE
      Instance Class: person data object
      See Also:
    • TYPE_ENTITY

      static final String TYPE_ENTITY
      The constant string for entity type 'Entity'
      See Also:
    • TYPE_PERSON

      static final String TYPE_PERSON
      The constant string for entity type 'Person'
      See Also:
    • TYPE_GROUP

      static final String TYPE_GROUP
      The constant string for entity type 'Group'
      See Also:
    • TYPE_ORG_CONTAINER

      static final String TYPE_ORG_CONTAINER
      The constant string for entity type 'OrgContainer'
      See Also:
    • TYPE_IDENTIFIER

      static final String TYPE_IDENTIFIER
      The constant string for type "IdentifierType"
      See Also:
    • TYPE_LOGIN_ACCOUNT

      static final String TYPE_LOGIN_ACCOUNT
      The constant string for entity type 'LoginAccount'
      See Also:
    • TYPE_CONTEXT

      static final String TYPE_CONTEXT
      The constant string for context type 'Context'
      See Also:
    • TYPE_PERSON_ACCOUNT

      static final String TYPE_PERSON_ACCOUNT
      The constant string for entity type 'PersonAccount'
      See Also:
    • TYPE_META_DATA

      static final String TYPE_META_DATA
      The constant string for type "metaDataType"
      See Also:
    • META_DATABASE_VALUE_LENGTH

      static final String META_DATABASE_VALUE_LENGTH
      The constant for metadata property 'valueLength'.
      See Also:
    • META_DATABASE_READ_ONLY

      static final String META_DATABASE_READ_ONLY
      The constant for metadata property 'readOnly'.
      See Also:
    • META_DATABASE_CASE_EXACT_MATCH

      static final String META_DATABASE_CASE_EXACT_MATCH
      The constant for metadata property 'caseExactMatch'. It is used to make the searches case sensitive.
      See Also:
    • META_DATABASE_MULTI_VALUED

      static final String META_DATABASE_MULTI_VALUED
      The constant for metadata property 'multiValued'.
      See Also:
    • META_DATABASE_CLASSNAME

      static final String META_DATABASE_CLASSNAME
      The constant for metadata property 'classname'.
      See Also:
    • META_DATABASE_DESCRIPTION

      static final String META_DATABASE_DESCRIPTION
      The constant for metadata property 'description'.
      See Also:
    • META_DATABASE_APPLICATION_ID

      static final String META_DATABASE_APPLICATION_ID
      The constant for metadata property 'applicationId'.
      See Also:
    • META_DATABASE_IS_COMPOSITE

      static final String META_DATABASE_IS_COMPOSITE
      The constant for metadata property 'isComposite'.
      See Also:
    • META_DATABASE_META_NAME

      static final String META_DATABASE_META_NAME
      The constant for metadata property 'metaName'.
      See Also:
    • DO_VIEW_IDENTIFIERS

      static final String DO_VIEW_IDENTIFIERS
      Name of 'viewIdentifiers' DataObject. Constant for View Processing
      See Also:
    • DO_VIEW_IDENTIFIER_TYPE

      static final String DO_VIEW_IDENTIFIER_TYPE
      See Also:
    • DO_VIEW_CONTROL

      static final String DO_VIEW_CONTROL
      Name of 'ViewControl' DataObject. This constant is used for view-specific operations.
      See Also:
    • PROP_VIEW_NAME

      static final String PROP_VIEW_NAME
      Name of property 'viewName' of ViewControl DataObject. This constant is used for view-specific operations.
      See Also:
    • PROP_VIEW_ENTRY_UNIQUE_ID

      static final String PROP_VIEW_ENTRY_UNIQUE_ID
      Name of property 'viewEntryUniqueId' of ViewControl DataObject. This constant is used for view-specific operations.
      See Also:
    • PROP_VIEW_ENTRY_NAME

      static final String PROP_VIEW_ENTRY_NAME
      Name of property 'viewEntryName' of ViewControl DataObject. This constant is used for view-specific operations.
      See Also:
    • DO_SORT_KEY_TYPE

      static final String DO_SORT_KEY_TYPE
      The constant for DataObject type "SortKeyType"
      See Also:
    • SYNC_MODE

      static final String SYNC_MODE
      This constant stands for 'sync' This constant is used for RequestControl.requiredInteractionStyle
      See Also:
    • ASYNC_MODE

      static final String ASYNC_MODE
      This constant stands for 'async' This constant is used for RequestControl.requiredInteractionStyle
      See Also:
    • SYNC_OR_ASYNC_MODE

      static final String SYNC_OR_ASYNC_MODE
      This constant stands for 'syncOrAsync' This constant is used for RequestControl.requiredInteractionStyle
      See Also:
    • CHANGETYPE_ADD

      static final String CHANGETYPE_ADD
      Constant for change type 'add' for added entities.
      See Also:
    • CHANGETYPE_DELETE

      static final String CHANGETYPE_DELETE
      Constant for change type 'delete' for deleted entities.
      See Also:
    • CHANGETYPE_MODIFY

      static final String CHANGETYPE_MODIFY
      Constant for change type 'modify' for modified entities.
      See Also:
    • CHANGETYPE_RENAME

      static final String CHANGETYPE_RENAME
      Constant for change type 'rename' for renamed entities.
      See Also:
    • CHANGETYPE_ALL

      static final String CHANGETYPE_ALL
      The constant indicating all change types
      See Also:
    • DO_CACHE_CONTROL

      static final String DO_CACHE_CONTROL
      Constant for the Cache control data object.
      See Also:
    • CACHE_MODE

      static final String CACHE_MODE
      Constant for the clear cache mode property in the CacheControl DO.
      See Also:
    • CACHE_MODE_CLEAR_ENTITY

      static final String CACHE_MODE_CLEAR_ENTITY
      Constant for the clear single entity mode property in the CacheControl DO.
      See Also:
    • CACHE_MODE_CLEARALL

      static final String CACHE_MODE_CLEARALL
      Constant for the clearAll mode property in the CacheControl DO.
      See Also:
    • IS_REQUIRED

      static final String IS_REQUIRED
      Constant for identifying whether an entity type is mandatory or not.
      See Also:
    • ALLOW_DN_PRINCIPALNAME_AS_LITERAL

      static final String ALLOW_DN_PRINCIPALNAME_AS_LITERAL
      Custom property to allow VMM to treat '=' symbol as a literal
      See Also: