org.camunda.bpm.engine.impl.cmmn.operation
Class AtomicOperationActivityExecute
java.lang.Object
org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationActivityExecute
- All Implemented Interfaces:
- CmmnAtomicOperation, CoreAtomicOperation<CmmnExecution>
public class AtomicOperationActivityExecute
- extends Object
- implements CmmnAtomicOperation
- Author:
- Tom Baeyens
| Fields inherited from interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation |
ACTIVITY_EXECUTE, CASE_NOTIFY_LISTENER_CREATE, PLAN_ITEM_NOTIFY_LISTENER_COMPLETE, PLAN_ITEM_NOTIFY_LISTENER_CREATE, PLAN_ITEM_NOTIFY_LISTENER_DISABLE, PLAN_ITEM_NOTIFY_LISTENER_ENABLE, PLAN_ITEM_NOTIFY_LISTENER_EXIT, PLAN_ITEM_NOTIFY_LISTENER_FAULT, PLAN_ITEM_NOTIFY_LISTENER_MANUAL_START, PLAN_ITEM_NOTIFY_LISTENER_PARENT_RESUME, PLAN_ITEM_NOTIFY_LISTENER_PARENT_SUSPEND, PLAN_ITEM_NOTIFY_LISTENER_RE_ACTIVATE, PLAN_ITEM_NOTIFY_LISTENER_RE_ENABLE, PLAN_ITEM_NOTIFY_LISTENER_RESUME, PLAN_ITEM_NOTIFY_LISTENER_START, PLAN_ITEM_NOTIFY_LISTENER_SUSPEND, PLAN_ITEM_NOTIFY_LISTENER_TERMINATE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtomicOperationActivityExecute
public AtomicOperationActivityExecute()
isAsync
public boolean isAsync(CmmnExecution execution)
- Specified by:
isAsync in interface CmmnAtomicOperation- Specified by:
isAsync in interface CoreAtomicOperation<CmmnExecution>
execute
public void execute(CmmnExecution execution)
- Specified by:
execute in interface CmmnAtomicOperation- Specified by:
execute in interface CoreAtomicOperation<CmmnExecution>
getCanonicalName
public String getCanonicalName()
- Specified by:
getCanonicalName in interface CoreAtomicOperation<CmmnExecution>
Copyright © 2014 camunda services GmbH. All Rights Reserved.