org.camunda.bpm.engine.impl.cmd
Class ActivateJobDefinitionCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
org.camunda.bpm.engine.impl.cmd.AbstractSetJobDefinitionStateCmd
org.camunda.bpm.engine.impl.cmd.ActivateJobDefinitionCmd
- All Implemented Interfaces:
- Command<Void>
public class ActivateJobDefinitionCmd
- extends AbstractSetJobDefinitionStateCmd
- Author:
- roman.smirnov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActivateJobDefinitionCmd
public ActivateJobDefinitionCmd(UpdateJobDefinitionSuspensionStateBuilderImpl builder)
getNewSuspensionState
protected SuspensionState getNewSuspensionState()
- Specified by:
getNewSuspensionState
in class AbstractSetStateCmd
getDelayedExecutionJobHandlerType
protected String getDelayedExecutionJobHandlerType()
- Description copied from class:
AbstractSetJobDefinitionStateCmd
- Subclasses should return the type of the
JobHandler
here. it will be used when
the user provides an execution date on which the actual state change will happen.
- Specified by:
getDelayedExecutionJobHandlerType
in class AbstractSetJobDefinitionStateCmd
getNextCommand
protected ActivateJobCmd getNextCommand(UpdateJobSuspensionStateBuilderImpl jobCommandBuilder)
- Specified by:
getNextCommand
in class AbstractSetJobDefinitionStateCmd
getLogEntryOperation
protected String getLogEntryOperation()
- Specified by:
getLogEntryOperation
in class AbstractSetStateCmd
Copyright © 2017 camunda services GmbH. All rights reserved.