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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
      extended by org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmd
          extended by org.camunda.bpm.engine.impl.cmd.ActivateJobCmd
All Implemented Interfaces:
Command<Void>

public class ActivateJobCmd
extends AbstractSetJobStateCmd

Author:
roman.smirnov

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmd
jobDefinitionId, jobId, processDefinitionId, processDefinitionKey, processInstanceId
 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
executionDate, includeSubResources, isLogUserOperationDisabled, SUSPENSION_STATE_PROPERTY
 
Constructor Summary
ActivateJobCmd(String jobId, String jobDefinitionId, String processInstanceId, String processDefinitionId, String processDefinitionKey)
           
 
Method Summary
protected  String getLogEntryOperation()
           
protected  SuspensionState getNewSuspensionState()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmd
checkAuthorization, checkParameters, logUserOperation, updateSuspensionState
 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
disableLogUserOperation, execute, getDelayedExecutionJobHandlerType, getJobHandlerConfiguration, getNextCommand, isIncludeSubResources, isLogUserOperationDisabled, scheduleSuspensionStateUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivateJobCmd

public ActivateJobCmd(String jobId,
                      String jobDefinitionId,
                      String processInstanceId,
                      String processDefinitionId,
                      String processDefinitionKey)
Method Detail

getNewSuspensionState

protected SuspensionState getNewSuspensionState()
Specified by:
getNewSuspensionState in class AbstractSetStateCmd

getLogEntryOperation

protected String getLogEntryOperation()
Specified by:
getLogEntryOperation in class AbstractSetStateCmd


Copyright © 2015 camunda services GmbH. All rights reserved.