Class PredefinedAttributes
java.lang.Object
de.aristaflow.adept2.model.orgmodel.PredefinedAttributes
This class defines the names of attributes which are always available for org model entities and
agents.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the attribute for the email address of an agent.static final StringDeprecated, for removal: This API element is subject to removal in a future version.This is not and was not a publicly accessible OM attribute.static final StringThe name of the attribute for the locale of an agent.static final StringThe name of the attribute for the password of an agent.static final StringThe name of the attribute for the username of an agent.static final StringThe name of the attribute for whether an org model entity is enabled.static final StringThe name of the attribute for the unique identifier of an org model entity.static final StringThe name of the attribute for the name of an org model entity. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ENTITY_ID
The name of the attribute for the unique identifier of an org model entity.- See Also:
-
ENTITY_ENABLED
The name of the attribute for whether an org model entity is enabled.- See Also:
-
ENTITY_NAME
The name of the attribute for the name of an org model entity.- See Also:
-
AGENT_USERNAME
The name of the attribute for the username of an agent.- See Also:
-
AGENT_PASSWORD
The name of the attribute for the password of an agent.- See Also:
-
AGENT_HASHALG
Deprecated, for removal: This API element is subject to removal in a future version.This is not and was not a publicly accessible OM attribute.The name of the attribute for the hash algorithm applied to the password of an agent.- See Also:
-
AGENT_LOCALE
The name of the attribute for the locale of an agent.- See Also:
-
AGENT_EMAIL
The name of the attribute for the email address of an agent.- See Also:
-
-
Constructor Details
-
PredefinedAttributes
public PredefinedAttributes()
-