org.camunda.bpm.engine.impl.cmd.batch
Class AbstractBatchCmd<T>

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.batch.AbstractBatchCmd<T>
All Implemented Interfaces:
Command<T>
Direct Known Subclasses:
AbstractIDBasedBatchCmd

public abstract class AbstractBatchCmd<T>
extends Object
implements Command<T>

Representation of common logic to all Batch commands

Author:
Askar Akhmerov

Constructor Summary
AbstractBatchCmd()
           
 
Method Summary
protected  void checkAuthorizations(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
execute
 

Constructor Detail

AbstractBatchCmd

public AbstractBatchCmd()
Method Detail

checkAuthorizations

protected void checkAuthorizations(CommandContext commandContext)


Copyright © 2017 camunda services GmbH. All rights reserved.