Package org.activiti.engine.impl.cmd
Class DeleteProcessInstanceCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.DeleteProcessInstanceCmd
-
- All Implemented Interfaces:
java.io.Serializable,Command<java.lang.Void>
public class DeleteProcessInstanceCmd extends java.lang.Object implements Command<java.lang.Void>, java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdeleteReasonprotected java.lang.StringprocessInstanceId
-
Constructor Summary
Constructors Constructor Description DeleteProcessInstanceCmd(java.lang.String processInstanceId, java.lang.String deleteReason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Voidexecute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public java.lang.Void execute(CommandContext commandContext)
-
-