Class GetProcessInstanceVariableCommand
- java.lang.Object
-
- org.jbpm.process.instance.command.GetProcessInstanceVariableCommand
-
- All Implemented Interfaces:
Serializable,org.kie.api.command.Command<Object>,org.kie.api.command.ExecutableCommand<Object>,org.kie.internal.command.ProcessInstanceIdCommand
public class GetProcessInstanceVariableCommand extends Object implements org.kie.api.command.ExecutableCommand<Object>, org.kie.internal.command.ProcessInstanceIdCommand
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetProcessInstanceVariableCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectexecute(org.kie.api.runtime.Context context)LonggetProcessInstanceId()StringgetVariableId()voidsetProcessInstanceId(Long processInstanceId)voidsetVariableId(String variableId)StringtoString()
-
-
-
Method Detail
-
getProcessInstanceId
public Long getProcessInstanceId()
- Specified by:
getProcessInstanceIdin interfaceorg.kie.internal.command.ProcessInstanceIdCommand
-
setProcessInstanceId
public void setProcessInstanceId(Long processInstanceId)
- Specified by:
setProcessInstanceIdin interfaceorg.kie.internal.command.ProcessInstanceIdCommand
-
getVariableId
public String getVariableId()
-
setVariableId
public void setVariableId(String variableId)
-
execute
public Object execute(org.kie.api.runtime.Context context)
- Specified by:
executein interfaceorg.kie.api.command.ExecutableCommand<Object>
-
-