Class DeleteDeadLetterJobCmd
java.lang.Object
org.flowable.job.service.impl.cmd.DeleteDeadLetterJobCmd
- All Implemented Interfaces:
Serializable
,Command<Object>
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeleteDeadLetterJobCmd
(String deadLetterJobId, JobServiceConfiguration jobServiceConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected DeadLetterJobEntity
getJobToDelete
(CommandContext commandContext) protected void
sendCancelEvent
(DeadLetterJobEntity jobToDelete)
-
Field Details
-
jobServiceConfiguration
-
deadLetterJobId
-
-
Constructor Details
-
DeleteDeadLetterJobCmd
public DeleteDeadLetterJobCmd(String deadLetterJobId, JobServiceConfiguration jobServiceConfiguration)
-
-
Method Details