Package | Description |
---|---|
com.evolveum.midpoint.xml.ns._public.model.scripting_3 |
Modifier and Type | Class and Description |
---|---|
class |
ActionExpressionType
Executes a given action (add, modify, delete, enable, disable, assign, ...)
|
class |
ActionParameterValueType
Value of a parameter for an action.
|
class |
ExpressionPipelineType
Pipeline of expressions - they are executed one after another,
input sent to the pipeline as a whole is sent to the first expression.
|
class |
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.
|
class |
FilterExpressionType
Filters input on a given condition.
|
class |
ForeachExpressionType
Executes a given command individually for each item arriving at the input.
|
class |
SearchExpressionType
Queries the model for objects of a given type, optionally fulfilling given condition.
|
class |
SelectExpressionType
Select given item.
|
Modifier and Type | Method and Description |
---|---|
ExpressionType |
ExpressionType.clone()
Creates and returns a deep copy of this object.
|
ExpressionType |
ObjectFactory.createExpressionType()
Create an instance of
ExpressionType |
Constructor and Description |
---|
ExpressionType(ExpressionType o)
Creates a new
ExpressionType instance by deeply copying a given ExpressionType instance. |
Copyright © 2014 Evolveum. All rights reserved.