Class AtomicOperationCaseExecutionManualComplete
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
org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionManualComplete
- All Implemented Interfaces:
 CmmnAtomicOperation,CoreAtomicOperation<CmmnExecution>
public class AtomicOperationCaseExecutionManualComplete
extends AbstractAtomicOperationCaseExecutionComplete
- Author:
 - Roman Smirnov
 
- 
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionComplete
LOGFields inherited from interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
CASE_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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidtriggerBehavior(CmmnActivityBehavior behavior, CmmnExecution execution) Methods inherited from class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionComplete
eventNotificationsStarted, getEventName, postTransitionNotificationMethods inherited from class org.camunda.bpm.engine.impl.cmmn.operation.AbstractCmmnEventAtomicOperation
eventNotificationsCompleted, getScope, isAsync, performTransitionNotification, preTransitionNotification, repetitionMethods inherited from class org.camunda.bpm.engine.impl.core.operation.AbstractEventAtomicOperation
eventNotificationsFailed, execute, getBuiltinListeners, getListeners, isSkipNotifyListeners, resetListenersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
execute 
- 
Constructor Details
- 
AtomicOperationCaseExecutionManualComplete
public AtomicOperationCaseExecutionManualComplete() 
 - 
 - 
Method Details
- 
getCanonicalName
 - 
triggerBehavior
- Specified by:
 triggerBehaviorin classAbstractAtomicOperationCaseExecutionComplete
 
 -