Class UpdateProcessCommand
java.lang.Object
org.jbpm.process.instance.command.UpdateProcessCommand
- All Implemented Interfaces:
Serializable,KogitoProcessInstanceIdCommand,org.kie.api.command.Command<Void>,org.kie.api.command.ExecutableCommand<Void>
public class UpdateProcessCommand
extends Object
implements org.kie.api.command.ExecutableCommand<Void>, KogitoProcessInstanceIdCommand
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(org.kie.api.runtime.Context context) voidsetProcessInstanceId(String processInstanceId) voidsetProcessXml(String processXml) 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
-
UpdateProcessCommand
-
-
Method Details
-
getProcessInstanceId
- Specified by:
getProcessInstanceIdin interfaceKogitoProcessInstanceIdCommand
-
setProcessInstanceId
- Specified by:
setProcessInstanceIdin interfaceKogitoProcessInstanceIdCommand
-
getProcessXml
-
setProcessXml
-
execute
- Specified by:
executein interfaceorg.kie.api.command.ExecutableCommand<Void>
-
toString
-