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

java.lang.Object
  继承者 org.activiti.engine.impl.pvm.runtime.AbstractEventAtomicOperation
所有已实现的接口:
AtomicOperation
直接已知子类:
AtomicOperationActivityEnd, AtomicOperationActivityStart, AtomicOperationDeleteCascadeFireActivityEnd, AtomicOperationProcessEnd, AtomicOperationProcessStart, AtomicOperationProcessStartInitial, AtomicOperationTransitionNotifyListenerEnd, AtomicOperationTransitionNotifyListenerStart

public abstract class AbstractEventAtomicOperation
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
 
构造方法摘要
AbstractEventAtomicOperation()
           
 
方法摘要
protected abstract  void eventNotificationsCompleted(InterpretableExecution execution)
           
 void execute(InterpretableExecution execution)
           
protected abstract  String getEventName()
           
protected abstract  ScopeImpl getScope(InterpretableExecution execution)
           
 boolean isAsync(InterpretableExecution execution)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AbstractEventAtomicOperation

public AbstractEventAtomicOperation()
方法详细信息

isAsync

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

execute

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

getScope

protected abstract ScopeImpl getScope(InterpretableExecution execution)

getEventName

protected abstract String getEventName()

eventNotificationsCompleted

protected abstract void eventNotificationsCompleted(InterpretableExecution execution)


Copyright © 2013 Alfresco. All rights reserved.