Class ExpressionConstants
- java.lang.Object
-
- com.evolveum.midpoint.schema.constants.ExpressionConstants
-
public class ExpressionConstants extends Object
Constants for all names of the variables in the system. It is good to have all the names gathered in one place. It is better when a new variable is introduced. If all the names are in the same place, it is better to see if the variable is redundant (already used eslewhere). Or if new variable is really needed, seeing all the other names will make it easier to keep the same convention through the system.- Author:
- Radovan Semancik
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ExpressionConstants()
-
-
-
Field Detail
-
VAR_INPUT
public static final String VAR_INPUT
- See Also:
- Constant Field Values
-
VAR_INPUT_QNAME
public static final ItemName VAR_INPUT_QNAME
-
VAR_OBJECT
public static final String VAR_OBJECT
- See Also:
- Constant Field Values
-
VAR_FOCUS
public static final String VAR_FOCUS
- See Also:
- Constant Field Values
-
VAR_PROJECTION
public static final String VAR_PROJECTION
- See Also:
- Constant Field Values
-
VAR_SOURCE
public static final String VAR_SOURCE
- See Also:
- Constant Field Values
-
VAR_ASSIGNMENT
public static final String VAR_ASSIGNMENT
- See Also:
- Constant Field Values
-
VAR_ASSIGNMENT_EVALUATOR
public static final String VAR_ASSIGNMENT_EVALUATOR
- See Also:
- Constant Field Values
-
VAR_EVALUATED_ASSIGNMENT
public static final String VAR_EVALUATED_ASSIGNMENT
- See Also:
- Constant Field Values
-
VAR_ASSIGNMENT_PATH
public static final String VAR_ASSIGNMENT_PATH
- See Also:
- Constant Field Values
-
VAR_IMMEDIATE_ASSIGNMENT
public static final String VAR_IMMEDIATE_ASSIGNMENT
- See Also:
- Constant Field Values
-
VAR_THIS_ASSIGNMENT
public static final String VAR_THIS_ASSIGNMENT
- See Also:
- Constant Field Values
-
VAR_FOCUS_ASSIGNMENT
public static final String VAR_FOCUS_ASSIGNMENT
- See Also:
- Constant Field Values
-
VAR_IMMEDIATE_ROLE
public static final String VAR_IMMEDIATE_ROLE
- See Also:
- Constant Field Values
-
VAR_CONTAINING_OBJECT
public static final String VAR_CONTAINING_OBJECT
- See Also:
- Constant Field Values
-
VAR_THIS_OBJECT
public static final String VAR_THIS_OBJECT
- See Also:
- Constant Field Values
-
VAR_OPERATION
public static final String VAR_OPERATION
- See Also:
- Constant Field Values
-
VAR_OPERATION_RESULT
public static final String VAR_OPERATION_RESULT
- See Also:
- Constant Field Values
-
VAR_RESOURCE
public static final String VAR_RESOURCE
- See Also:
- Constant Field Values
-
VAR_DELTA
public static final String VAR_DELTA
- See Also:
- Constant Field Values
-
VAR_MODEL_CONTEXT
public static final String VAR_MODEL_CONTEXT
- See Also:
- Constant Field Values
-
VAR_MODEL_ELEMENT_CONTEXT
public static final String VAR_MODEL_ELEMENT_CONTEXT
- See Also:
- Constant Field Values
-
VAR_PRISM_CONTEXT
public static final String VAR_PRISM_CONTEXT
- See Also:
- Constant Field Values
-
VAR_LOCALIZATION_SERVICE
public static final String VAR_LOCALIZATION_SERVICE
- See Also:
- Constant Field Values
-
VAR_CONFIGURATION
public static final String VAR_CONFIGURATION
- See Also:
- Constant Field Values
-
VAR_ENTITLEMENT
public static final String VAR_ENTITLEMENT
- See Also:
- Constant Field Values
-
VAR_FILE
public static final String VAR_FILE
- See Also:
- Constant Field Values
-
VAR_PARENT_OBJECT
public static final String VAR_PARENT_OBJECT
- See Also:
- Constant Field Values
-
VAR_CANDIDATE
public static final String VAR_CANDIDATE
- See Also:
- Constant Field Values
-
VAR_ACTOR
public static final String VAR_ACTOR
User that is currently executing the operation.- See Also:
- Constant Field Values
-
VAR_SUBJECT
public static final String VAR_SUBJECT
Subject of an authorization. This is usually the same as actor. But it may be different in some exotic use cases (e.g. if administrator needs to evaluate authorizations of a different user.- See Also:
- Constant Field Values
-
VAR_VALUE
public static final String VAR_VALUE
- See Also:
- Constant Field Values
-
VAR_ORGS
public static final String VAR_ORGS
- See Also:
- Constant Field Values
-
VAR_TARGET
public static final String VAR_TARGET
- See Also:
- Constant Field Values
-
VAR_USER
public static final String VAR_USER
- See Also:
- Constant Field Values
-
VAR_ACCOUNT
public static final String VAR_ACCOUNT
- See Also:
- Constant Field Values
-
VAR_SHADOW
public static final String VAR_SHADOW
- See Also:
- Constant Field Values
-
VAR_LEGAL
public static final String VAR_LEGAL
- See Also:
- Constant Field Values
-
VAR_LEGAL_QNAME
public static final ItemName VAR_LEGAL_QNAME
-
VAR_ASSIGNED
public static final String VAR_ASSIGNED
- See Also:
- Constant Field Values
-
VAR_ASSIGNED_QNAME
public static final ItemName VAR_ASSIGNED_QNAME
-
VAR_FOCUS_EXISTS
public static final String VAR_FOCUS_EXISTS
- See Also:
- Constant Field Values
-
VAR_FOCUS_EXISTS_QNAME
public static final ItemName VAR_FOCUS_EXISTS_QNAME
-
VAR_ADMINISTRATIVE_STATUS
public static final String VAR_ADMINISTRATIVE_STATUS
- See Also:
- Constant Field Values
-
VAR_ADMINISTRATIVE_STATUS_QNAME
public static final ItemName VAR_ADMINISTRATIVE_STATUS_QNAME
-
VAR_ASSOCIATION_TARGET_OBJECT_CLASS_DEFINITION
public static final String VAR_ASSOCIATION_TARGET_OBJECT_CLASS_DEFINITION
- See Also:
- Constant Field Values
-
VAR_ITERATION
public static final String VAR_ITERATION
Numeric value describing the current iteration. It starts with 0 and increments on every iteration. Iterations are used to find unique values for an account, to resolve naming conflicts, etc.- See Also:
- Constant Field Values
-
VAR_ITERATION_QNAME
public static final ItemName VAR_ITERATION_QNAME
-
VAR_ITERATION_TOKEN
public static final String VAR_ITERATION_TOKEN
String value describing the current iteration. It is usually suffix that is appended to the username or a similar "extension" of the value. It should have different value for every iteration. The actual value is determined by the iteration settings.- See Also:
- Constant Field Values
-
VAR_ITERATION_TOKEN_QNAME
public static final ItemName VAR_ITERATION_TOKEN_QNAME
-
VAR_REFERENCE_TIME
public static final String VAR_REFERENCE_TIME
- See Also:
- Constant Field Values
-
VAR_SIDE
public static final String VAR_SIDE
- See Also:
- Constant Field Values
-
VAR_OBJECT_LEFT
public static final String VAR_OBJECT_LEFT
- See Also:
- Constant Field Values
-
VAR_OBJECT_RIGHT
public static final String VAR_OBJECT_RIGHT
- See Also:
- Constant Field Values
-
OUTPUT_ELEMENT_NAME
public static final ItemName OUTPUT_ELEMENT_NAME
-
VAR_WORK_ITEM
public static final String VAR_WORK_ITEM
- See Also:
- Constant Field Values
-
VAR_CERTIFICATION_CASE
public static final String VAR_CERTIFICATION_CASE
- See Also:
- Constant Field Values
-
VAR_CAMPAIGN
public static final String VAR_CAMPAIGN
- See Also:
- Constant Field Values
-
VAR_REVIEWER_SPECIFICATION
public static final String VAR_REVIEWER_SPECIFICATION
- See Also:
- Constant Field Values
-
VAR_CHANNEL
public static final String VAR_CHANNEL
- See Also:
- Constant Field Values
-
VAR_APPROVAL_CONTEXT
public static final String VAR_APPROVAL_CONTEXT
- See Also:
- Constant Field Values
-
VAR_TASK
public static final String VAR_TASK
- See Also:
- Constant Field Values
-
VAR_RULE_EVALUATION_CONTEXT
public static final String VAR_RULE_EVALUATION_CONTEXT
- See Also:
- Constant Field Values
-
VAR_STAGE_DEFINITION
public static final String VAR_STAGE_DEFINITION
- See Also:
- Constant Field Values
-
VAR_THE_CASE
public static final String VAR_THE_CASE
- See Also:
- Constant Field Values
-
VAR_POLICY_RULES
public static final String VAR_POLICY_RULES
- See Also:
- Constant Field Values
-
VAR_ITEM_TO_APPROVE
public static final String VAR_ITEM_TO_APPROVE
- See Also:
- Constant Field Values
-
VAR_OBJECT_DISPLAY_INFORMATION
public static final String VAR_OBJECT_DISPLAY_INFORMATION
- See Also:
- Constant Field Values
-
VAR_TARGET_DISPLAY_INFORMATION
public static final String VAR_TARGET_DISPLAY_INFORMATION
- See Also:
- Constant Field Values
-
VAR_PERFORMER
public static final String VAR_PERFORMER
- See Also:
- Constant Field Values
-
VAR_OUTPUT
public static final String VAR_OUTPUT
- See Also:
- Constant Field Values
-
VAR_EVENT
public static final String VAR_EVENT
- See Also:
- Constant Field Values
-
VAR_REQUESTER
public static final String VAR_REQUESTER
- See Also:
- Constant Field Values
-
VAR_REQUESTEE
public static final String VAR_REQUESTEE
- See Also:
- Constant Field Values
-
VAR_ASSIGNEE
public static final String VAR_ASSIGNEE
- See Also:
- Constant Field Values
-
VAR_ASSOCIATION
public static final String VAR_ASSOCIATION
- See Also:
- Constant Field Values
-
VAR_SHADOW_DISCRIMINATOR
public static final String VAR_SHADOW_DISCRIMINATOR
- See Also:
- Constant Field Values
-
VAR_POLICY_RULE
public static final String VAR_POLICY_RULE
- See Also:
- Constant Field Values
-
VAR_POLICY_ACTION
public static final String VAR_POLICY_ACTION
- See Also:
- Constant Field Values
-
VAR_LOGIN_MODE
public static final String VAR_LOGIN_MODE
- See Also:
- Constant Field Values
-
VAR_TRANSPORT_NAME
public static final String VAR_TRANSPORT_NAME
- See Also:
- Constant Field Values
-
VAR_FROM
public static final String VAR_FROM
- See Also:
- Constant Field Values
-
VAR_ENCODED_FROM
public static final String VAR_ENCODED_FROM
- See Also:
- Constant Field Values
-
VAR_TO
public static final String VAR_TO
- See Also:
- Constant Field Values
-
VAR_TO_LIST
public static final String VAR_TO_LIST
- See Also:
- Constant Field Values
-
VAR_ENCODED_TO
public static final String VAR_ENCODED_TO
- See Also:
- Constant Field Values
-
VAR_ENCODED_TO_LIST
public static final String VAR_ENCODED_TO_LIST
- See Also:
- Constant Field Values
-
VAR_MESSAGE_TEXT
public static final String VAR_MESSAGE_TEXT
- See Also:
- Constant Field Values
-
VAR_ENCODED_MESSAGE_TEXT
public static final String VAR_ENCODED_MESSAGE_TEXT
- See Also:
- Constant Field Values
-
VAR_MESSAGE
public static final String VAR_MESSAGE
- See Also:
- Constant Field Values
-
VAR_RECIPIENT
public static final String VAR_RECIPIENT
- See Also:
- Constant Field Values
-
VAR_TEXT_FORMATTER
public static final String VAR_TEXT_FORMATTER
- See Also:
- Constant Field Values
-
VAR_NOTIFICATION_FUNCTIONS
public static final String VAR_NOTIFICATION_FUNCTIONS
- See Also:
- Constant Field Values
-
VAR_RECORD
public static final String VAR_RECORD
- See Also:
- Constant Field Values
-
VAR_AUDIT_RECORD
public static final String VAR_AUDIT_RECORD
- See Also:
- Constant Field Values
-
VAR_OBJECT_DELTA
public static final String VAR_OBJECT_DELTA
- See Also:
- Constant Field Values
-
VAR_RESOURCE_OBJECT_DELTA
public static final String VAR_RESOURCE_OBJECT_DELTA
- See Also:
- Constant Field Values
-
VAR_METADATA_COMPUTATION_INPUT
public static final String VAR_METADATA_COMPUTATION_INPUT
- See Also:
- Constant Field Values
-
VAR_METADATA
public static final String VAR_METADATA
- See Also:
- Constant Field Values
-
VAR_REQUEST
public static final String VAR_REQUEST
- See Also:
- Constant Field Values
-
VAR_ITEM
public static final String VAR_ITEM
- See Also:
- Constant Field Values
-
VAR_BUCKET
public static final String VAR_BUCKET
- See Also:
- Constant Field Values
-
VAR_SYNCHRONIZATION_CONTEXT
public static final String VAR_SYNCHRONIZATION_CONTEXT
- See Also:
- Constant Field Values
-
VAR_CORRELATION_CONTEXT
public static final String VAR_CORRELATION_CONTEXT
- See Also:
- Constant Field Values
-
VAR_CORRELATOR_STATE
public static final String VAR_CORRELATOR_STATE
- See Also:
- Constant Field Values
-
VAR_PROCESSED_OBJECT
public static final String VAR_PROCESSED_OBJECT
- See Also:
- Constant Field Values
-
-