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) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
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