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

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

public class AtomicOperationTransitionDestroyScope
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
 
构造方法摘要
AtomicOperationTransitionDestroyScope()
           
 
方法摘要
 void execute(InterpretableExecution execution)
           
 boolean isAsync(InterpretableExecution execution)
           
 boolean transitionLeavesNextOuterScope(ScopeImpl nextScopeElement, ActivityImpl destination)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AtomicOperationTransitionDestroyScope

public AtomicOperationTransitionDestroyScope()
方法详细信息

isAsync

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

execute

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

transitionLeavesNextOuterScope

public boolean transitionLeavesNextOuterScope(ScopeImpl nextScopeElement,
                                              ActivityImpl destination)


Copyright © 2013 Alfresco. All rights reserved.