org.camunda.bpm.engine.impl.cmmn.operation
Class AtomicOperationCaseExecutionTriggerEntryCriteria

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionTriggerEntryCriteria
All Implemented Interfaces:
CmmnAtomicOperation, CoreAtomicOperation<CmmnExecution>

public class AtomicOperationCaseExecutionTriggerEntryCriteria
extends Object
implements CmmnAtomicOperation

Author:
Roman Smirnov

Field Summary
 
Fields 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_MANUAL_COMPLETE, CASE_EXECUTION_MANUAL_START, CASE_EXECUTION_OCCUR, 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_TERMINATE, CASE_EXECUTION_TRIGGER_ENTRY_CRITERIA, CASE_EXECUTION_TRIGGER_EXIT_CRITERIA, CASE_INSTANCE_CLOSE, CASE_INSTANCE_CREATE
 
Constructor Summary
AtomicOperationCaseExecutionTriggerEntryCriteria()
           
 
Method Summary
 void execute(CmmnExecution execution)
           
 String getCanonicalName()
           
 boolean isAsync(CmmnExecution execution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomicOperationCaseExecutionTriggerEntryCriteria

public AtomicOperationCaseExecutionTriggerEntryCriteria()
Method Detail

getCanonicalName

public String getCanonicalName()
Specified by:
getCanonicalName in interface CoreAtomicOperation<CmmnExecution>

execute

public void execute(CmmnExecution execution)
Specified by:
execute in interface CmmnAtomicOperation
Specified by:
execute in interface CoreAtomicOperation<CmmnExecution>

isAsync

public boolean isAsync(CmmnExecution execution)
Specified by:
isAsync in interface CmmnAtomicOperation
Specified by:
isAsync in interface CoreAtomicOperation<CmmnExecution>


Copyright © 2014 camunda services GmbH. All Rights Reserved.