Class MoveTimerToExecutableJobCmd
- java.lang.Object
-
- org.flowable.job.service.impl.cmd.MoveTimerToExecutableJobCmd
-
- All Implemented Interfaces:
Serializable,Command<JobEntity>
public class MoveTimerToExecutableJobCmd extends Object implements Command<JobEntity>, Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringjobIdprotected JobServiceConfigurationjobServiceConfiguration
-
Constructor Summary
Constructors Constructor Description MoveTimerToExecutableJobCmd(String jobId, JobServiceConfiguration jobServiceConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JobEntityexecute(CommandContext commandContext)StringgetJobId()
-
-
-
Field Detail
-
jobId
protected String jobId
-
jobServiceConfiguration
protected JobServiceConfiguration jobServiceConfiguration
-
-
Constructor Detail
-
MoveTimerToExecutableJobCmd
public MoveTimerToExecutableJobCmd(String jobId, JobServiceConfiguration jobServiceConfiguration)
-
-