org.camunda.bpm.engine.impl.cmmn.operation
Class AbstractAtomicOperationNotifyListener
java.lang.Object
org.camunda.bpm.engine.impl.core.operation.AbstractEventAtomicOperation<CmmnExecution>
org.camunda.bpm.engine.impl.cmmn.operation.AbstractCmmnEventAtomicOperation
org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationNotifyListener
- All Implemented Interfaces:
- CmmnAtomicOperation, CoreAtomicOperation<CmmnExecution>
- Direct Known Subclasses:
- AtomicOperationCaseExecutionNotifyListenerComplete, AtomicOperationCaseExecutionNotifyListenerCreate, AtomicOperationCaseExecutionNotifyListenerDisable, AtomicOperationCaseExecutionNotifyListenerEnable, AtomicOperationCaseExecutionNotifyListenerExit, AtomicOperationCaseExecutionNotifyListenerFault, AtomicOperationCaseExecutionNotifyListenerManualStart, AtomicOperationCaseExecutionNotifyListenerParentResume, AtomicOperationCaseExecutionNotifyListenerParentSuspend, AtomicOperationCaseExecutionNotifyListenerReActivate, AtomicOperationCaseExecutionNotifyListenerReEnable, AtomicOperationCaseExecutionNotifyListenerResume, AtomicOperationCaseExecutionNotifyListenerStart, AtomicOperationCaseExecutionNotifyListenerSuspend, AtomicOperationCaseExecutionNotifyListenerTerminate, AtomicOperationCaseInstanceNotifyListenerCreate
public abstract class AbstractAtomicOperationNotifyListener
- extends AbstractCmmnEventAtomicOperation
- Author:
- Roman Smirnov
| Fields inherited from interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation |
ACTIVITY_EXECUTE, CASE_EXECUTION_DELETE_CASCADE, CASE_EXECUTION_NOTIFY_LISTENER_COMPLETE, CASE_EXECUTION_NOTIFY_LISTENER_CREATE, CASE_EXECUTION_NOTIFY_LISTENER_DISABLE, CASE_EXECUTION_NOTIFY_LISTENER_ENABLE, CASE_EXECUTION_NOTIFY_LISTENER_EXIT, CASE_EXECUTION_NOTIFY_LISTENER_FAULT, CASE_EXECUTION_NOTIFY_LISTENER_MANUAL_START, CASE_EXECUTION_NOTIFY_LISTENER_PARENT_RESUME, CASE_EXECUTION_NOTIFY_LISTENER_PARENT_SUSPEND, CASE_EXECUTION_NOTIFY_LISTENER_RE_ACTIVATE, CASE_EXECUTION_NOTIFY_LISTENER_RE_ENABLE, CASE_EXECUTION_NOTIFY_LISTENER_RESUME, CASE_EXECUTION_NOTIFY_LISTENER_START, CASE_EXECUTION_NOTIFY_LISTENER_SUSPEND, CASE_EXECUTION_NOTIFY_LISTENER_TERMINATE, CASE_INSTANCE_NOTIFY_LISTENER_CREATE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractAtomicOperationNotifyListener
public AbstractAtomicOperationNotifyListener()
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.