Class | Description |
---|---|
ActionExpressionType |
Executes a given action (add, modify, delete, enable, disable, assign, ...)
|
ActionParameterValueType |
Value of a parameter for an action.
|
ExecuteScriptType |
Java class for ExecuteScriptType complex type.
|
ExpressionPipelineType |
Pipeline of expressions - they are executed one after another,
input sent to the pipeline as a whole is sent to the first expression.
|
ExpressionSequenceType |
Sequence of command expressions - they are executed one after another,
input sent to the sequence as a whole is then sent individually
to each expression.
|
FilterExpressionType |
Filters input on a given condition.
|
ForeachExpressionType |
Executes a given command individually for each item arriving at the input.
|
ItemListType |
Java class for ItemListType complex type.
|
ObjectFactory |
This object contains factory methods for each
Java content interface and Java element interface
generated in the com.evolveum.midpoint.xml.ns._public.model.scripting_3 package.
|
ScriptingExpressionType |
Root of the expression type inheritance hierarchy.
|
SearchExpressionType |
Queries the model for objects of a given type, optionally fulfilling given condition.
|
SelectExpressionType |
Select given item.
|
Copyright © 2015 Evolveum. All rights reserved.