org.camunda.bpm.engine.impl.cmd
Class AbstractSetJobRetriesCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.AbstractSetJobRetriesCmd
Direct Known Subclasses:
SetJobRetriesCmd, SetJobsRetriesCmd

public class AbstractSetJobRetriesCmd
extends Object

Author:
Askar Akhmerov

Field Summary
protected static String RETRIES
           
 
Constructor Summary
AbstractSetJobRetriesCmd()
           
 
Method Summary
protected  String getLogEntryOperation()
           
protected  void setJobRetriesByJobId(String jobId, int retries, CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RETRIES

protected static final String RETRIES
See Also:
Constant Field Values
Constructor Detail

AbstractSetJobRetriesCmd

public AbstractSetJobRetriesCmd()
Method Detail

setJobRetriesByJobId

protected void setJobRetriesByJobId(String jobId,
                                    int retries,
                                    CommandContext commandContext)

getLogEntryOperation

protected String getLogEntryOperation()


Copyright © 2017 camunda services GmbH. All rights reserved.