Package org.activiti.engine.impl.cmd
Class CancelJobsCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.CancelJobsCmd
-
- All Implemented Interfaces:
Serializable,Command<Void>
public class CancelJobsCmd extends Object implements Command<Void>, Serializable
Send job cancelled event and delete job- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CancelJobsCmd(String jobId)CancelJobsCmd(List<String> jobIds)
-