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

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

public class ActivateBatchCmd
extends AbstractSetBatchStateCmd


Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetBatchStateCmd
batchId, SUSPENSION_STATE_PROPERTY
 
Constructor Summary
ActivateBatchCmd(String batchId)
           
 
Method Summary
protected  void checkAccess(CommandChecker checker, BatchEntity batch)
           
protected  AbstractSetJobDefinitionStateCmd createSetJobDefinitionStateCommand(UpdateJobDefinitionSuspensionStateBuilderImpl builder)
           
protected  SuspensionState getNewSuspensionState()
           
protected  String getUserOperationType()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetBatchStateCmd
checkAccess, createSetJobDefinitionStateCommand, execute, logUserOperation, setJobDefinitionState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivateBatchCmd

public ActivateBatchCmd(String batchId)
Method Detail

getNewSuspensionState

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

checkAccess

protected void checkAccess(CommandChecker checker,
                           BatchEntity batch)
Specified by:
checkAccess in class AbstractSetBatchStateCmd

createSetJobDefinitionStateCommand

protected AbstractSetJobDefinitionStateCmd createSetJobDefinitionStateCommand(UpdateJobDefinitionSuspensionStateBuilderImpl builder)
Specified by:
createSetJobDefinitionStateCommand in class AbstractSetBatchStateCmd

getUserOperationType

protected String getUserOperationType()
Specified by:
getUserOperationType in class AbstractSetBatchStateCmd


Copyright © 2017 camunda services GmbH. All rights reserved.