com.evolveum.midpoint.schema.constants
Class ExpressionConstants

java.lang.Object
  extended by com.evolveum.midpoint.schema.constants.ExpressionConstants

public class ExpressionConstants
extends java.lang.Object

Author:
semancik

Field Summary
static javax.xml.namespace.QName OUTPUT_ELMENT_NAME
           
static javax.xml.namespace.QName VAR_ACCOUNT
           
static javax.xml.namespace.QName VAR_ASSIGNMENT
           
static javax.xml.namespace.QName VAR_INPUT
           
static javax.xml.namespace.QName VAR_ITERATION
          Numeric value describing the current iteration.
static javax.xml.namespace.QName VAR_ITERATION_TOKEN
          String value describing the current iteration.
static javax.xml.namespace.QName VAR_USER
           
 
Constructor Summary
ExpressionConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VAR_INPUT

public static final javax.xml.namespace.QName VAR_INPUT

VAR_USER

public static final javax.xml.namespace.QName VAR_USER

VAR_ACCOUNT

public static final javax.xml.namespace.QName VAR_ACCOUNT

VAR_ASSIGNMENT

public static final javax.xml.namespace.QName VAR_ASSIGNMENT

VAR_ITERATION

public static final javax.xml.namespace.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 javax.xml.namespace.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 javax.xml.namespace.QName OUTPUT_ELMENT_NAME
Constructor Detail

ExpressionConstants

public ExpressionConstants()


Copyright © 2012 evolveum. All Rights Reserved.