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 java.lang.Object
- Author:
- Askar Akhmerov
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String
RETRIES
-
Constructor Summary
Constructors Constructor Description AbstractSetJobRetriesCmd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getLogEntryOperation()
protected void
setJobRetriesByJobId(java.lang.String jobId, int retries, CommandContext commandContext)
-
-
-
Field Detail
-
RETRIES
protected static final java.lang.String RETRIES
- See Also:
- Constant Field Values
-
-
Method Detail
-
setJobRetriesByJobId
protected void setJobRetriesByJobId(java.lang.String jobId, int retries, CommandContext commandContext)
-
getLogEntryOperation
protected java.lang.String getLogEntryOperation()
-
-