Package org.camunda.bpm.engine.impl.cmd
Class SetJobRetriesCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.SetJobRetriesCmd
- All Implemented Interfaces:
Serializable
,Command<Void>
- Author:
- Askar Akhmerov
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSetJobRetriesCmd
(String jobId, String jobDefinitionId, int retries, Date dueDate, boolean isDueDateSet) SetJobRetriesCmd
(List<String> jobIds, int retries, Date dueDate, boolean isDueDateSet) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected String
protected void
setJobRetriesByJobDefinitionId
(CommandContext commandContext) protected void
setJobRetriesByJobId
(String jobId, CommandContext commandContext)
-
Field Details
-
serialVersionUID
protected static final long serialVersionUID- See Also:
-
LOG
-
RETRIES
- See Also:
-
DUE_DATE
- See Also:
-
jobId
-
jobDefinitionId
-
jobIds
-
retries
protected final int retries -
dueDate
-
isDueDateSet
protected final boolean isDueDateSet
-
-
Constructor Details
-
SetJobRetriesCmd
-
SetJobRetriesCmd
-
-
Method Details