Class OrgModelConstants
- java.lang.Object
- 
- de.aristaflow.adept2.model.globals.OrgModelConstants
 
- 
 public final class OrgModelConstants extends Object Globals constants required in the AristaFlow Org Model.- Author:
- Patrick Schmidt
 
- 
- 
Field SummaryFields Modifier and Type Field Description static longAUTOMATIC_CLIENT_ROLE_IDThe ID of the automatic client role.static StringAUTOMATIC_CLIENT_ROLE_NAMEThe name of the automatic client role.static longEVENT_MANAGER_ROLE_IDThe ID of the event manager role.static StringEVENT_MANAGER_ROLE_NAMEThe name of the event manager role.static longGLOBAL_FALLBACK_WORKLIST_ORGPOSITION_IDThe ID of the organisational position of the global fallback worklist.static StringGLOBAL_FALLBACK_WORKLIST_ORGPOSITION_NAMEThe name of the organisational position of the global fallback worklist.static longGLOBAL_SYSTEM_AGENT_IDThe ID of the global system agent.static StringGLOBAL_SYSTEM_AGENT_NAMEThe name of the global system agent.static longGLOBAL_SYSTEM_ORGPOSITION_IDThe ID of the organisational position of the global system agent.static StringGLOBAL_SYSTEM_ORGPOSITION_NAMEThe name of the organisational position of the global system agent.static longGLOBAL_SYSTEM_ROLE_IDThe ID of the system role.static StringGLOBAL_SYSTEM_ROLE_NAMEThe name of the system role.static longGLOBAL_WORKLIST_ORGPOSITION_IDThe ID of the organisational position of the global worklist.static StringGLOBAL_WORKLIST_ORGPOSITION_NAMEThe name of the organisational position of the global worklist.static UUIDIDENTIFIER_ID_ABILITYidentifier ID of the "Ability" entity typestatic UUIDIDENTIFIER_ID_AGENTidentifier ID of the "Agent" entity typestatic UUIDIDENTIFIER_ID_ENTITY_EXPRESSIONidentifier ID for an entity expression (used for dynamic entity expressions to provide entity expression from e.g.static UUIDIDENTIFIER_ID_ORG_GROUPidentifier ID of the "OrgGroup" entity typestatic UUIDIDENTIFIER_ID_ORG_POSITIONidentifier ID of the "OrgPosition" entity typestatic UUIDIDENTIFIER_ID_ORG_UNITidentifier ID of the "OrgUnit" entity typestatic UUIDIDENTIFIER_ID_PROJECT_GROUPidentifier ID of the "ProjectGroup" entity typestatic UUIDIDENTIFIER_ID_ROLEidentifier ID of the "Role" entity typestatic UUIDIDENTIFIER_ID_SUBSTITUTION_RULEidentifier ID of the "SubstitutionRule" entity typestatic longLOCAL_AGENT_IDThe ID of the agent that is used for local working only in case the global security manager is unavailable.static longLOCAL_ORGPOSITION_IDThe ID of the organisational position that is used for local working only in case the global security manager is unavailable.static StringLOCAL_ORGPOSITION_NAMEThe name of the organisational position that is used for local working only in case the global security manager is unavailable.static longLOCAL_SYSTEM_AGENT_IDThe ID of the system agent that is used for local working only in case the global security manager is unavailable.static StringLOCAL_SYSTEM_AGENT_NAMEThe name of the local system agent that is used for local working only in case the global security manager is unavailable.static longLOCAL_SYSTEM_ORGPOSITION_IDThe ID of the system organisational position that is used for local working only in case the global security manager is unavailable.static StringLOCAL_SYSTEM_ORGPOSITION_NAMEThe name of the system organisational position that is used for local working only in case the global security manager is unavailable.static longSUPERVISOR_AGENT_IDThe ID of the supervisor system.static StringSUPERVISOR_AGENT_NAMEThe name of the supervisor agent.static longSUPERVISOR_ORGPOSITION_IDThe ID of the organisational position of the supervisor agent.static StringSUPERVISOR_ORGPOSITION_NAMEThe name of the organisational position of the supervisor agent.static longSUPERVISOR_ROLE_IDThe ID of the supervisor role.static StringSUPERVISOR_ROLE_NAMEThe name of the supervisor role.
 
- 
- 
- 
Field Detail- 
LOCAL_AGENT_IDpublic static final long LOCAL_AGENT_ID The ID of the agent that is used for local working only in case the global security manager is unavailable.- See Also:
- Constant Field Values
 
 - 
LOCAL_ORGPOSITION_IDpublic static final long LOCAL_ORGPOSITION_ID The ID of the organisational position that is used for local working only in case the global security manager is unavailable.- See Also:
- Constant Field Values
 
 - 
LOCAL_ORGPOSITION_NAMEpublic static final String LOCAL_ORGPOSITION_NAME The name of the organisational position that is used for local working only in case the global security manager is unavailable.- See Also:
- Constant Field Values
 
 - 
LOCAL_SYSTEM_AGENT_IDpublic static final long LOCAL_SYSTEM_AGENT_ID The ID of the system agent that is used for local working only in case the global security manager is unavailable.- See Also:
- Constant Field Values
 
 - 
LOCAL_SYSTEM_AGENT_NAMEpublic static final String LOCAL_SYSTEM_AGENT_NAME The name of the local system agent that is used for local working only in case the global security manager is unavailable.- See Also:
- Constant Field Values
 
 - 
LOCAL_SYSTEM_ORGPOSITION_IDpublic static final long LOCAL_SYSTEM_ORGPOSITION_ID The ID of the system organisational position that is used for local working only in case the global security manager is unavailable.- See Also:
- Constant Field Values
 
 - 
LOCAL_SYSTEM_ORGPOSITION_NAMEpublic static final String LOCAL_SYSTEM_ORGPOSITION_NAME The name of the system organisational position that is used for local working only in case the global security manager is unavailable.- See Also:
- Constant Field Values
 
 - 
GLOBAL_SYSTEM_AGENT_IDpublic static final long GLOBAL_SYSTEM_AGENT_ID The ID of the global system agent. This corresponds to the content of the org model. Only use this variable for internal authentication, use the authentication of the corresponding service for all other purposes.- See Also:
- Constant Field Values
 
 - 
GLOBAL_SYSTEM_AGENT_NAMEpublic static final String GLOBAL_SYSTEM_AGENT_NAME The name of the global system agent. This corresponds to the content of the org model. Only use this variable for internal authentication, use the authentication of the corresponding service for all other purposes.- See Also:
- Constant Field Values
 
 - 
GLOBAL_SYSTEM_ORGPOSITION_IDpublic static final long GLOBAL_SYSTEM_ORGPOSITION_ID The ID of the organisational position of the global system agent. This corresponds to the content of the org model. Only use this variable for internal authentication, use the authentication of the corresponding service for all other purposes.- See Also:
- Constant Field Values
 
 - 
GLOBAL_SYSTEM_ORGPOSITION_NAMEpublic static final String GLOBAL_SYSTEM_ORGPOSITION_NAME The name of the organisational position of the global system agent. This corresponds to the content of the org model. Only use this variable for internal authentication, use the authentication of the corresponding service for all other purposes.- See Also:
- Constant Field Values
 
 - 
GLOBAL_SYSTEM_ROLE_IDpublic static final long GLOBAL_SYSTEM_ROLE_ID The ID of the system role. This corresponds to the content of the org model. Only use this variable for internal authentication, use the authentication of the corresponding service for all other purposes.- See Also:
- Constant Field Values
 
 - 
GLOBAL_SYSTEM_ROLE_NAMEpublic static final String GLOBAL_SYSTEM_ROLE_NAME The name of the system role. This corresponds to the content of the org model. Only use this variable for internal authentication, use the authentication of the corresponding service for all other purposes.- See Also:
- Constant Field Values
 
 - 
SUPERVISOR_AGENT_IDpublic static final long SUPERVISOR_AGENT_ID The ID of the supervisor system. This corresponds to the content of the org model. Only use this variable for internal authentication, use the authentication of the corresponding service for all other purposes.- See Also:
- Constant Field Values
 
 - 
SUPERVISOR_AGENT_NAMEpublic static final String SUPERVISOR_AGENT_NAME The name of the supervisor agent. This corresponds to the content of the org model. Only use this variable for internal authentication, use the authentication of the corresponding service for all other purposes.- See Also:
- Constant Field Values
 
 - 
SUPERVISOR_ORGPOSITION_IDpublic static final long SUPERVISOR_ORGPOSITION_ID The ID of the organisational position of the supervisor agent. This corresponds to the content of the org model. Only use this variable for internal authentication, use the authentication of the corresponding service for all other purposes.- See Also:
- Constant Field Values
 
 - 
SUPERVISOR_ORGPOSITION_NAMEpublic static final String SUPERVISOR_ORGPOSITION_NAME The name of the organisational position of the supervisor agent. This corresponds to the content of the org model. Only use this variable for internal authentication, use the authentication of the corresponding service for all other purposes.- See Also:
- Constant Field Values
 
 - 
GLOBAL_WORKLIST_ORGPOSITION_IDpublic static final long GLOBAL_WORKLIST_ORGPOSITION_ID The ID of the organisational position of the global worklist. This corresponds to the content of the org model. Only use this variable for internal authentication, use the authentication of the corresponding service for all other purposes.- See Also:
- Constant Field Values
 
 - 
GLOBAL_WORKLIST_ORGPOSITION_NAMEpublic static final String GLOBAL_WORKLIST_ORGPOSITION_NAME The name of the organisational position of the global worklist. This corresponds to the content of the org model. Only use this variable for internal authentication, use the authentication of the corresponding service for all other purposes.- See Also:
- Constant Field Values
 
 - 
GLOBAL_FALLBACK_WORKLIST_ORGPOSITION_IDpublic static final long GLOBAL_FALLBACK_WORKLIST_ORGPOSITION_ID The ID of the organisational position of the global fallback worklist. This corresponds to the content of the org model. Only use this variable for internal authentication, use the authentication of the corresponding service for all other purposes.- See Also:
- Constant Field Values
 
 - 
GLOBAL_FALLBACK_WORKLIST_ORGPOSITION_NAMEpublic static final String GLOBAL_FALLBACK_WORKLIST_ORGPOSITION_NAME The name of the organisational position of the global fallback worklist. This corresponds to the content of the org model. Only use this variable for internal authentication, use the authentication of the corresponding service for all other purposes.- See Also:
- Constant Field Values
 
 - 
SUPERVISOR_ROLE_IDpublic static final long SUPERVISOR_ROLE_ID The ID of the supervisor role. This corresponds to the content of the org model. Only use this variable for internal authentication, use the authentication of the corresponding service for all other purposes.- See Also:
- Constant Field Values
 
 - 
SUPERVISOR_ROLE_NAMEpublic static final String SUPERVISOR_ROLE_NAME The name of the supervisor role. This corresponds to the content of the org model. Only use this variable for internal authentication, use the authentication of the corresponding service for all other purposes.- See Also:
- Constant Field Values
 
 - 
AUTOMATIC_CLIENT_ROLE_IDpublic static final long AUTOMATIC_CLIENT_ROLE_ID The ID of the automatic client role. This corresponds to the content of the org model. Only use this variable for internal authentication, use the authentication of the corresponding service for all other purposes.- See Also:
- Constant Field Values
 
 - 
AUTOMATIC_CLIENT_ROLE_NAMEpublic static final String AUTOMATIC_CLIENT_ROLE_NAME The name of the automatic client role. This corresponds to the content of the org model. Only use this variable for internal authentication, use the authentication of the corresponding service for all other purposes.- See Also:
- Constant Field Values
 
 - 
EVENT_MANAGER_ROLE_IDpublic static final long EVENT_MANAGER_ROLE_ID The ID of the event manager role. This corresponds to the content of the org model. Only use this variable for internal authentication, use the authentication of the corresponding service for all other purposes.- See Also:
- Constant Field Values
 
 - 
EVENT_MANAGER_ROLE_NAMEpublic static final String EVENT_MANAGER_ROLE_NAME The name of the event manager role. This corresponds to the content of the org model. Only use this variable for internal authentication, use the authentication of the corresponding service for all other purposes.- See Also:
- Constant Field Values
 
 - 
IDENTIFIER_ID_ENTITY_EXPRESSIONpublic static final UUID IDENTIFIER_ID_ENTITY_EXPRESSION identifier ID for an entity expression (used for dynamic entity expressions to provide entity expression from e.g. the data flow)
 - 
IDENTIFIER_ID_AGENTpublic static final UUID IDENTIFIER_ID_AGENT identifier ID of the "Agent" entity type
 - 
IDENTIFIER_ID_ORG_POSITIONpublic static final UUID IDENTIFIER_ID_ORG_POSITION identifier ID of the "OrgPosition" entity type
 - 
IDENTIFIER_ID_ORG_UNITpublic static final UUID IDENTIFIER_ID_ORG_UNIT identifier ID of the "OrgUnit" entity type
 - 
IDENTIFIER_ID_ORG_GROUPpublic static final UUID IDENTIFIER_ID_ORG_GROUP identifier ID of the "OrgGroup" entity type
 - 
IDENTIFIER_ID_PROJECT_GROUPpublic static final UUID IDENTIFIER_ID_PROJECT_GROUP identifier ID of the "ProjectGroup" entity type
 - 
IDENTIFIER_ID_ABILITYpublic static final UUID IDENTIFIER_ID_ABILITY identifier ID of the "Ability" entity type
 - 
IDENTIFIER_ID_ROLEpublic static final UUID IDENTIFIER_ID_ROLE identifier ID of the "Role" entity type
 - 
IDENTIFIER_ID_SUBSTITUTION_RULEpublic static final UUID IDENTIFIER_ID_SUBSTITUTION_RULE identifier ID of the "SubstitutionRule" entity type
 
- 
 
-