Class DeleteSuspendedJobCmd
java.lang.Object
org.flowable.job.service.impl.cmd.DeleteSuspendedJobCmd
- All Implemented Interfaces:
Serializable,Command<Object>
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeleteSuspendedJobCmd(String suspendedJobId, JobServiceConfiguration jobServiceConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionexecute(CommandContext commandContext) protected SuspendedJobEntitygetJobToDelete(CommandContext commandContext) protected voidsendCancelEvent(SuspendedJobEntity jobToDelete)
-
Field Details
-
jobServiceConfiguration
-
suspendedJobId
-
-
Constructor Details
-
DeleteSuspendedJobCmd
public DeleteSuspendedJobCmd(String suspendedJobId, JobServiceConfiguration jobServiceConfiguration)
-
-
Method Details