Class ResumeProcessInstanceCommand
java.lang.Object
org.jbpm.process.instance.command.ResumeProcessInstanceCommand
- All Implemented Interfaces:
Serializable,KogitoProcessInstanceIdCommand,org.kie.api.command.Command<Object>,org.kie.api.command.ExecutableCommand<Object>
public class ResumeProcessInstanceCommand
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) 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
-
ResumeProcessInstanceCommand
public ResumeProcessInstanceCommand()
-
-
Method Details
-
getProcessInstanceId
- Specified by:
getProcessInstanceIdin interfaceKogitoProcessInstanceIdCommand
-
setProcessInstanceId
- Specified by:
setProcessInstanceIdin interfaceKogitoProcessInstanceIdCommand
-
execute
- Specified by:
executein interfaceorg.kie.api.command.ExecutableCommand<Object>
-
toString
-