AbstractExecutionActionExpressionType |
Supertype for "execution" actions, carrying some common properties.
|
ActionExpressionType |
Executes a given action (add, modify, delete, enable, disable, assign, ...)
|
ActionParameterValueType |
Value of a parameter for an action.
|
AddActionExpressionType |
Statically-typed "add" action.
|
ApplyDefinitionActionExpressionType |
Statically-typed "apply-definition" action.
|
AssignActionExpressionType |
Statically-typed "assign" action.
|
DeleteActionExpressionType |
Statically-typed "delete" action.
|
DisableActionExpressionType |
Statically-typed "disable" action.
|
EnableActionExpressionType |
Statically-typed "enable" action.
|
ExecuteScriptActionExpressionType |
Statically-typed "execute-script" action.
|
ExecuteScriptOutputType |
Output of a single script execution.
|
ExecuteScriptType |
|
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.
|
FilterContentExpressionType |
Keeps/removes selected items from the input value.
|
FilterExpressionType |
Filters input on a given condition.
|
ForeachExpressionType |
Executes a given command individually for each item arriving at the input.
|
GenerateValueActionExpressionType |
Statically-typed "generate-values" action.
|
LogActionExpressionType |
Statically-typed "log" action.
|
ModifyActionExpressionType |
Statically-typed "modify" action.
|
NotifyActionExpressionType |
Statically-typed "notify" action.
|
ObjectFactory |
|
PipelineDataType |
|
PipelineItemType |
|
PurgeSchemaActionExpressionType |
Statically-typed "purge-schema" action.
|
RecomputeActionExpressionType |
Statically-typed "recompute" action.
|
ResolveReferenceActionExpressionType |
Statically-typed "resolve" action.
|
ResumeTaskActionExpressionType |
Statically-typed "resume" action.
|
ScriptingExpressionEvaluationOptionsType |
Options related to evaluation of scripting expression.
|
ScriptingExpressionType |
Root of the expression type inheritance hierarchy.
|
ScriptingVariableDefinitionType |
Definition of a scripting variable.
|
ScriptingVariablesDefinitionType |
Definition of scripting variables.
|
SearchExpressionType |
Queries the model for objects of a given type, optionally fulfilling given condition.
|
SelectExpressionType |
Select given item.
|
TestResourceActionExpressionType |
Statically-typed "test-resource" action.
|
UnassignActionExpressionType |
Statically-typed "unassign" action.
|
ValueListType |
|