Package org.activiti.engine.impl.cmd
Class MoveJobToDeadLetterJobCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.MoveJobToDeadLetterJobCmd
-
- All Implemented Interfaces:
java.io.Serializable,Command<DeadLetterJobEntity>
public class MoveJobToDeadLetterJobCmd extends java.lang.Object implements Command<DeadLetterJobEntity>, java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringjobId
-
Constructor Summary
Constructors Constructor Description MoveJobToDeadLetterJobCmd(java.lang.String jobId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeadLetterJobEntityexecute(CommandContext commandContext)java.lang.StringgetJobId()
-
-
-
Method Detail
-
execute
public DeadLetterJobEntity execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<DeadLetterJobEntity>
-
getJobId
public java.lang.String getJobId()
-
-