org.camunda.bpm.engine.impl.cmmn.operation
Class AbstractAtomicOperationNotifyListener

java.lang.Object
  extended by org.camunda.bpm.engine.impl.core.operation.AbstractEventAtomicOperation<CmmnExecution>
      extended by org.camunda.bpm.engine.impl.cmmn.operation.AbstractCmmnEventAtomicOperation
          extended by org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationNotifyListener
All Implemented Interfaces:
CmmnAtomicOperation, CoreAtomicOperation<CmmnExecution>
Direct Known Subclasses:
AtomicOperationCaseNotifyListenerCreate, AtomicOperationPlanItemNotifyListenerComplete, AtomicOperationPlanItemNotifyListenerCreate, AtomicOperationPlanItemNotifyListenerDisable, AtomicOperationPlanItemNotifyListenerEnable, AtomicOperationPlanItemNotifyListenerExit, AtomicOperationPlanItemNotifyListenerFault, AtomicOperationPlanItemNotifyListenerManualStart, AtomicOperationPlanItemNotifyListenerParentResume, AtomicOperationPlanItemNotifyListenerParentSuspend, AtomicOperationPlanItemNotifyListenerReActivate, AtomicOperationPlanItemNotifyListenerReEnable, AtomicOperationPlanItemNotifyListenerResume, AtomicOperationPlanItemNotifyListenerStart, AtomicOperationPlanItemNotifyListenerSuspend, AtomicOperationPlanItemNotifyListenerTerminate

public abstract class AbstractAtomicOperationNotifyListener
extends AbstractCmmnEventAtomicOperation

Author:
Roman Smirnov

Field Summary
 
Fields inherited from interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
ACTIVITY_EXECUTE, CASE_NOTIFY_LISTENER_CREATE, PLAN_ITEM_NOTIFY_LISTENER_COMPLETE, PLAN_ITEM_NOTIFY_LISTENER_CREATE, PLAN_ITEM_NOTIFY_LISTENER_DISABLE, PLAN_ITEM_NOTIFY_LISTENER_ENABLE, PLAN_ITEM_NOTIFY_LISTENER_EXIT, PLAN_ITEM_NOTIFY_LISTENER_FAULT, PLAN_ITEM_NOTIFY_LISTENER_MANUAL_START, PLAN_ITEM_NOTIFY_LISTENER_PARENT_RESUME, PLAN_ITEM_NOTIFY_LISTENER_PARENT_SUSPEND, PLAN_ITEM_NOTIFY_LISTENER_RE_ACTIVATE, PLAN_ITEM_NOTIFY_LISTENER_RE_ENABLE, PLAN_ITEM_NOTIFY_LISTENER_RESUME, PLAN_ITEM_NOTIFY_LISTENER_START, PLAN_ITEM_NOTIFY_LISTENER_SUSPEND, PLAN_ITEM_NOTIFY_LISTENER_TERMINATE
 
Constructor Summary
AbstractAtomicOperationNotifyListener()
           
 
Method Summary
protected  void eventNotificationsCompleted(CmmnExecution execution)
           
protected  CmmnActivity getScope(CmmnExecution execution)
           
 boolean isAsync(CmmnExecution execution)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.core.operation.AbstractEventAtomicOperation
eventNotificationsStarted, execute, getEventName, isSkipNotifyListeners
 
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.cmmn.operation.CmmnAtomicOperation
execute
 
Methods inherited from interface org.camunda.bpm.engine.impl.core.operation.CoreAtomicOperation
getCanonicalName
 

Constructor Detail

AbstractAtomicOperationNotifyListener

public AbstractAtomicOperationNotifyListener()
Method Detail

eventNotificationsCompleted

protected void eventNotificationsCompleted(CmmnExecution execution)
Specified by:
eventNotificationsCompleted in class AbstractEventAtomicOperation<CmmnExecution>

getScope

protected CmmnActivity getScope(CmmnExecution execution)
Specified by:
getScope in class AbstractCmmnEventAtomicOperation

isAsync

public boolean isAsync(CmmnExecution execution)
Specified by:
isAsync in interface CmmnAtomicOperation
Specified by:
isAsync in interface CoreAtomicOperation<CmmnExecution>
Overrides:
isAsync in class AbstractEventAtomicOperation<CmmnExecution>


Copyright © 2014 camunda services GmbH. All Rights Reserved.