ExpressionPipelineType |
Pipeline of expressions - they are executed one after another,
input sent to the pipeline as a whole is sent to the first expression. |
ExecuteScriptType |
|
ScriptingExpressionType |
Root of the expression type inheritance hierarchy. |
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. |
ForeachExpressionType |
Executes a given command individually for each item arriving at the input. |
SelectExpressionType |
Select given item. |
ActionParameterValueType |
Value of a parameter for an action. |
SearchExpressionType |
Queries the model for objects of a given type, optionally fulfilling given condition. |
FilterExpressionType |
Filters input on a given condition. |
ItemListType |
|
ActionExpressionType |
Executes a given action (add, modify, delete, enable, disable, assign, . |