org.activiti.engine.impl.pvm.runtime
类 AtomicOperationTransitionNotifyListenerTake

java.lang.Object
  继承者 org.activiti.engine.impl.pvm.runtime.AtomicOperationTransitionNotifyListenerTake
所有已实现的接口:
AtomicOperation

public class AtomicOperationTransitionNotifyListenerTake
extends Object
implements AtomicOperation

作者:
Tom Baeyens

字段摘要
 
从接口 org.activiti.engine.impl.pvm.runtime.AtomicOperation 继承的字段
ACTIVITY_END, ACTIVITY_EXECUTE, ACTIVITY_START, DELETE_CASCADE, DELETE_CASCADE_FIRE_ACTIVITY_END, PROCESS_END, PROCESS_START, PROCESS_START_INITIAL, TRANSITION_CREATE_SCOPE, TRANSITION_DESTROY_SCOPE, TRANSITION_NOTIFY_LISTENER_END, TRANSITION_NOTIFY_LISTENER_START, TRANSITION_NOTIFY_LISTENER_TAKE
 
构造方法摘要
AtomicOperationTransitionNotifyListenerTake()
           
 
方法摘要
 void execute(InterpretableExecution execution)
           
static ActivityImpl findNextScope(ScopeImpl outerScopeElement, ActivityImpl destination)
          finds the next scope to enter.
 boolean isAsync(InterpretableExecution execution)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AtomicOperationTransitionNotifyListenerTake

public AtomicOperationTransitionNotifyListenerTake()
方法详细信息

isAsync

public boolean isAsync(InterpretableExecution execution)
指定者:
接口 AtomicOperation 中的 isAsync

execute

public void execute(InterpretableExecution execution)
指定者:
接口 AtomicOperation 中的 execute

findNextScope

public static ActivityImpl findNextScope(ScopeImpl outerScopeElement,
                                         ActivityImpl destination)
finds the next scope to enter. the most outer scope is found first



Copyright © 2013 Alfresco. All rights reserved.