Class AbstractAtomicOperationCaseExecutionComplete
- 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.AbstractAtomicOperationCaseExecutionComplete
 
 
 
- 
- All Implemented Interfaces:
- CmmnAtomicOperation,- CoreAtomicOperation<CmmnExecution>
 - Direct Known Subclasses:
- AtomicOperationCaseExecutionComplete,- AtomicOperationCaseExecutionManualComplete,- AtomicOperationCaseExecutionOccur
 
 public abstract class AbstractAtomicOperationCaseExecutionComplete extends AbstractCmmnEventAtomicOperation - Author:
- Roman Smirnov
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static CmmnOperationLoggerLOG- 
Fields inherited from interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperationCASE_EXECUTION_COMPLETE, CASE_EXECUTION_CREATE, CASE_EXECUTION_CREATED, CASE_EXECUTION_DELETE_CASCADE, CASE_EXECUTION_DISABLE, CASE_EXECUTION_ENABLE, CASE_EXECUTION_EXIT, CASE_EXECUTION_FIRE_ENTRY_CRITERIA, CASE_EXECUTION_FIRE_EXIT_CRITERIA, CASE_EXECUTION_MANUAL_COMPLETE, CASE_EXECUTION_MANUAL_START, CASE_EXECUTION_OCCUR, CASE_EXECUTION_PARENT_COMPLETE, CASE_EXECUTION_PARENT_RESUME, CASE_EXECUTION_PARENT_SUSPEND, CASE_EXECUTION_PARENT_TERMINATE, CASE_EXECUTION_RE_ACTIVATE, CASE_EXECUTION_RE_ENABLE, CASE_EXECUTION_RESUME, CASE_EXECUTION_START, CASE_EXECUTION_SUSPEND, CASE_EXECUTION_SUSPENDING_ON_PARENT_SUSPENSION, CASE_EXECUTION_SUSPENDING_ON_SUSPENSION, CASE_EXECUTION_TERMINATE, CASE_EXECUTION_TERMINATING_ON_EXIT, CASE_EXECUTION_TERMINATING_ON_PARENT_TERMINATION, CASE_EXECUTION_TERMINATING_ON_TERMINATION, CASE_INSTANCE_CLOSE, CASE_INSTANCE_CREATE
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractAtomicOperationCaseExecutionComplete()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected CmmnExecutioneventNotificationsStarted(CmmnExecution execution)protected java.lang.StringgetEventName()protected voidpostTransitionNotification(CmmnExecution execution)protected abstract voidtriggerBehavior(CmmnActivityBehavior behavior, CmmnExecution execution)- 
Methods inherited from class org.camunda.bpm.engine.impl.cmmn.operation.AbstractCmmnEventAtomicOperationeventNotificationsCompleted, getScope, isAsync, performTransitionNotification, preTransitionNotification, repetition
 - 
Methods inherited from class org.camunda.bpm.engine.impl.core.operation.AbstractEventAtomicOperationeventNotificationsFailed, execute, getBuiltinListeners, getListeners, isSkipNotifyListeners, resetListeners
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperationexecute
 - 
Methods inherited from interface org.camunda.bpm.engine.impl.core.operation.CoreAtomicOperationgetCanonicalName
 
- 
 
- 
- 
- 
Field Detail- 
LOGprotected static final CmmnOperationLogger LOG 
 
- 
 - 
Method Detail- 
getEventNameprotected java.lang.String getEventName() - Specified by:
- getEventNamein class- AbstractEventAtomicOperation<CmmnExecution>
 
 - 
eventNotificationsStartedprotected CmmnExecution eventNotificationsStarted(CmmnExecution execution) - Overrides:
- eventNotificationsStartedin class- AbstractEventAtomicOperation<CmmnExecution>
 
 - 
postTransitionNotificationprotected void postTransitionNotification(CmmnExecution execution) - Overrides:
- postTransitionNotificationin class- AbstractCmmnEventAtomicOperation
 
 - 
triggerBehaviorprotected abstract void triggerBehavior(CmmnActivityBehavior behavior, CmmnExecution execution) 
 
- 
 
-