org.activiti.engine.impl.bpmn.behavior
类 InclusiveGatewayActivityBehavior
java.lang.Object
org.activiti.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.activiti.engine.impl.bpmn.behavior.GatewayActivityBehavior
org.activiti.engine.impl.bpmn.behavior.InclusiveGatewayActivityBehavior
- 所有已实现的接口:
- Serializable, ActivityBehavior, SignallableActivityBehavior
public class InclusiveGatewayActivityBehavior
- extends GatewayActivityBehavior
Implementation of the Inclusive Gateway/OR gateway/inclusive data-based
gateway as defined in the BPMN specification.
- 作者:
- Tijs Rademakers, Tom Van Buskirk, Joram Barrez
- 另请参见:
- 序列化表格
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InclusiveGatewayActivityBehavior
public InclusiveGatewayActivityBehavior()
execute
public void execute(ActivityExecution execution)
throws Exception
- 从类
FlowNodeActivityBehavior
复制的描述
- Default behaviour: just leave the activity with no extra functionality.
- 指定者:
- 接口
ActivityBehavior
中的 execute
- 覆盖:
- 类
FlowNodeActivityBehavior
中的 execute
- 抛出:
Exception
activeConcurrentExecutionsExist
public boolean activeConcurrentExecutionsExist(ActivityExecution execution)
isReachable
protected boolean isReachable(PvmActivity srcActivity,
PvmActivity targetActivity,
Set<PvmActivity> visitedActivities)
Copyright © 2013 Alfresco. All rights reserved.