Class GetProcessInstanceVariableCommand
java.lang.Object
org.jbpm.process.instance.command.GetProcessInstanceVariableCommand
- All Implemented Interfaces:
Serializable,KogitoProcessInstanceIdCommand,org.kie.api.command.Command<Object>,org.kie.api.command.ExecutableCommand<Object>
public class GetProcessInstanceVariableCommand
extends Object
implements org.kie.api.command.ExecutableCommand<Object>, KogitoProcessInstanceIdCommand
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(org.kie.api.runtime.Context context) voidsetProcessInstanceId(String processInstanceId) voidsetVariableId(String variableId) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kie.api.command.ExecutableCommand
autoFireAllRules
-
Constructor Details
-
GetProcessInstanceVariableCommand
public GetProcessInstanceVariableCommand()
-
-
Method Details
-
getProcessInstanceId
- Specified by:
getProcessInstanceIdin interfaceKogitoProcessInstanceIdCommand
-
setProcessInstanceId
- Specified by:
setProcessInstanceIdin interfaceKogitoProcessInstanceIdCommand
-
getVariableId
-
setVariableId
-
execute
- Specified by:
executein interfaceorg.kie.api.command.ExecutableCommand<Object>
-
toString
-