Package org.camunda.bpm.engine.impl.cmd
Class AbstractSetJobRetriesCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.AbstractSetJobRetriesCmd
-
- Direct Known Subclasses:
SetJobRetriesCmd
,SetJobsRetriesCmd
public class AbstractSetJobRetriesCmd extends Object
- Author:
- Askar Akhmerov
-
-
Constructor Summary
Constructors Constructor Description AbstractSetJobRetriesCmd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getLogEntryOperation()
protected void
setJobRetriesByJobId(String jobId, int retries, CommandContext commandContext)
-
-
-
Field Detail
-
RETRIES
protected static final String RETRIES
- See Also:
- Constant Field Values
-
-
Method Detail
-
setJobRetriesByJobId
protected void setJobRetriesByJobId(String jobId, int retries, CommandContext commandContext)
-
getLogEntryOperation
protected String getLogEntryOperation()
-
-