Class SetCommand<InputType>
java.lang.Object
org.chenile.owiz.impl.CommandBase<InputType>
org.chenile.owiz.impl.ognl.SetCommand<InputType>
- Type Parameters:
InputType-
- All Implemented Interfaces:
BypassableCommand<InputType>, Command<InputType>, OrchestrationAware<InputType>
Sets specific parts of the context to a value.
The value can be a constant, or it can be computed from the context as well
-
Field Summary
FieldsFields inherited from class CommandBase
commandDescriptor, orchConfigurator -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CommandBase
bypass, execute, getConfigValue, getId, getParentId, obtainCommand, postprocess, preprocess, setCommandDescriptor, setOrchConfigurator
-
Field Details
-
NAME
- See Also:
-
VALUE
- See Also:
-
-
Constructor Details
-
SetCommand
public SetCommand()
-
-
Method Details
-
doExecute
-