Class MoveJobToDeadLetterJobCmd
java.lang.Object
org.flowable.job.service.impl.cmd.MoveJobToDeadLetterJobCmd
- All Implemented Interfaces:
Serializable
,Command<DeadLetterJobEntity>
public class MoveJobToDeadLetterJobCmd
extends Object
implements Command<DeadLetterJobEntity>, Serializable
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMoveJobToDeadLetterJobCmd
(String jobId, JobServiceConfiguration jobServiceConfiguration) -
Method Summary
-
Field Details
-
jobId
-
jobServiceConfiguration
-
-
Constructor Details
-
MoveJobToDeadLetterJobCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<DeadLetterJobEntity>
-
getJobId
-