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.StringRETRIES
-
Constructor Summary
Constructors Constructor Description AbstractSetJobRetriesCmd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetLogEntryOperation()protected voidsetJobRetriesByJobId(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()
-
-