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

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

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

构造方法详细信息

AtomicOperationDeleteCascade

public AtomicOperationDeleteCascade()
方法详细信息

isAsync

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

execute

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

findFirstLeaf

protected InterpretableExecution findFirstLeaf(InterpretableExecution execution)


Copyright © 2013 Alfresco. All rights reserved.