com.evolveum.midpoint.schema.constants
Class ExpressionConstants
java.lang.Object
com.evolveum.midpoint.schema.constants.ExpressionConstants
public class ExpressionConstants
- extends Object
- Author:
- semancik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VAR_INPUT
public static final QName VAR_INPUT
VAR_USER
public static final QName VAR_USER
VAR_ACCOUNT
public static final QName VAR_ACCOUNT
VAR_ASSIGNMENT
public static final QName VAR_ASSIGNMENT
VAR_OPERATION
public static final QName VAR_OPERATION
VAR_ITERATION
public static final QName 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.
VAR_ITERATION_TOKEN
public static final QName 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.
OUTPUT_ELMENT_NAME
public static final QName OUTPUT_ELMENT_NAME
ExpressionConstants
public ExpressionConstants()
Copyright © 2013 evolveum. All Rights Reserved.