Package org.chenile.owiz.impl.ognl
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
Fields inherited from class org.chenile.owiz.impl.CommandBase
commandDescriptor, orchConfigurator
-
Constructor Summary
-
Method Summary
Methods inherited from class org.chenile.owiz.impl.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
- Specified by:
doExecute
in classCommandBase<InputType>
- Throws:
Exception
-