org.activiti.engine.impl.bpmn.behavior
类 EventSubProcessStartEventActivityBehavior
java.lang.Object
org.activiti.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.activiti.engine.impl.bpmn.behavior.NoneStartEventActivityBehavior
org.activiti.engine.impl.bpmn.behavior.EventSubProcessStartEventActivityBehavior
- 所有已实现的接口:
- Serializable, ActivityBehavior, SignallableActivityBehavior
public class EventSubProcessStartEventActivityBehavior
- extends NoneStartEventActivityBehavior
Specialization of the Start Event for Event Sub-Processes.
Assumes that we enter with the "right" execution,
which is the top-most execution for the current scope
- 作者:
- Daniel Meyer, Falko Menge
- 另请参见:
- 序列化表格
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isInterrupting
protected boolean isInterrupting
activityId
protected String activityId
EventSubProcessStartEventActivityBehavior
public EventSubProcessStartEventActivityBehavior(String activityId)
execute
public void execute(ActivityExecution execution)
throws Exception
- 从类
FlowNodeActivityBehavior
复制的描述
- Default behaviour: just leave the activity with no extra functionality.
- 指定者:
- 接口
ActivityBehavior
中的 execute
- 覆盖:
- 类
FlowNodeActivityBehavior
中的 execute
- 抛出:
Exception
setInterrupting
public void setInterrupting(boolean b)
isInterrupting
public boolean isInterrupting()
Copyright © 2013 Alfresco. All rights reserved.