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

Field Summary
static CmmnAtomicOperation ACTIVITY_EXECUTE
           
static CmmnAtomicOperation CASE_EXECUTION_DELETE_CASCADE
           
static CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_COMPLETE
           
static CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_CREATE
           
static CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_DISABLE
           
static CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_ENABLE
           
static CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_EXIT
           
static CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_FAULT
           
static CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_MANUAL_START
           
static CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_PARENT_RESUME
           
static CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_PARENT_SUSPEND
           
static CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_RE_ACTIVATE
           
static CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_RE_ENABLE
           
static CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_RESUME
           
static CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_START
           
static CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_SUSPEND
           
static CmmnAtomicOperation CASE_EXECUTION_NOTIFY_LISTENER_TERMINATE
           
static CmmnAtomicOperation CASE_INSTANCE_NOTIFY_LISTENER_CREATE
           
 
Method Summary
 void execute(CmmnExecution execution)
           
 boolean isAsync(CmmnExecution execution)
           
 
Methods inherited from interface org.camunda.bpm.engine.impl.core.operation.CoreAtomicOperation
getCanonicalName
 

Field Detail

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
Method Detail

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.