org.camunda.bpm.engine.impl.cmmn.operation
Interface CmmnAtomicOperation
- All Superinterfaces:
- CoreAtomicOperation<CmmnExecution>
- All Known Implementing Classes:
- AbstractAtomicOperationNotifyListener, AbstractCmmnEventAtomicOperation, AtomicOperationActivityExecute, AtomicOperationCaseExecutionDeleteCascade, AtomicOperationCaseExecutionNotifyListenerComplete, AtomicOperationCaseExecutionNotifyListenerCreate, AtomicOperationCaseExecutionNotifyListenerDisable, AtomicOperationCaseExecutionNotifyListenerEnable, AtomicOperationCaseExecutionNotifyListenerExit, AtomicOperationCaseExecutionNotifyListenerFault, AtomicOperationCaseExecutionNotifyListenerManualStart, AtomicOperationCaseExecutionNotifyListenerParentResume, AtomicOperationCaseExecutionNotifyListenerParentSuspend, AtomicOperationCaseExecutionNotifyListenerReActivate, AtomicOperationCaseExecutionNotifyListenerReEnable, AtomicOperationCaseExecutionNotifyListenerResume, AtomicOperationCaseExecutionNotifyListenerStart, AtomicOperationCaseExecutionNotifyListenerSuspend, AtomicOperationCaseExecutionNotifyListenerTerminate, AtomicOperationCaseInstanceNotifyListenerCreate
public interface CmmnAtomicOperation
- extends CoreAtomicOperation<CmmnExecution>
- Author:
- Roman Smirnov
CASE_INSTANCE_NOTIFY_LISTENER_CREATE
static final CmmnAtomicOperation CASE_INSTANCE_NOTIFY_LISTENER_CREATE
CASE_EXECUTION_NOTIFY_LISTENER_CREATE
static final CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_CREATE
CASE_EXECUTION_NOTIFY_LISTENER_START
static final CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_START
CASE_EXECUTION_NOTIFY_LISTENER_ENABLE
static final CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_ENABLE
CASE_EXECUTION_NOTIFY_LISTENER_DISABLE
static final CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_DISABLE
CASE_EXECUTION_NOTIFY_LISTENER_RE_ENABLE
static final CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_RE_ENABLE
CASE_EXECUTION_NOTIFY_LISTENER_MANUAL_START
static final CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_MANUAL_START
CASE_EXECUTION_NOTIFY_LISTENER_FAULT
static final CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_FAULT
ACTIVITY_EXECUTE
static final CmmnAtomicOperation ACTIVITY_EXECUTE
CASE_EXECUTION_NOTIFY_LISTENER_RE_ACTIVATE
static final CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_RE_ACTIVATE
CASE_EXECUTION_NOTIFY_LISTENER_COMPLETE
static final CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_COMPLETE
CASE_EXECUTION_NOTIFY_LISTENER_TERMINATE
static final CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_TERMINATE
CASE_EXECUTION_NOTIFY_LISTENER_EXIT
static final CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_EXIT
CASE_EXECUTION_NOTIFY_LISTENER_SUSPEND
static final CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_SUSPEND
CASE_EXECUTION_NOTIFY_LISTENER_RESUME
static final CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_RESUME
CASE_EXECUTION_NOTIFY_LISTENER_PARENT_SUSPEND
static final CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_PARENT_SUSPEND
CASE_EXECUTION_NOTIFY_LISTENER_PARENT_RESUME
static final CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_PARENT_RESUME
CASE_EXECUTION_DELETE_CASCADE
static final CmmnAtomicOperation CASE_EXECUTION_DELETE_CASCADE
execute
void execute(CmmnExecution execution)
- Specified by:
execute in interface CoreAtomicOperation<CmmnExecution>
isAsync
boolean isAsync(CmmnExecution execution)
- Specified by:
isAsync in interface CoreAtomicOperation<CmmnExecution>
Copyright © 2014 camunda services GmbH. All Rights Reserved.