org.activiti.engine.impl.bpmn.behavior
类 ServiceTaskJavaDelegateActivityBehavior
java.lang.Object
org.activiti.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.activiti.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
org.activiti.engine.impl.bpmn.behavior.TaskActivityBehavior
org.activiti.engine.impl.bpmn.behavior.ServiceTaskJavaDelegateActivityBehavior
- 所有已实现的接口:
- Serializable, ExecutionListener, ActivityBehavior, SignallableActivityBehavior
public class ServiceTaskJavaDelegateActivityBehavior
- extends TaskActivityBehavior
- implements ActivityBehavior, ExecutionListener
- 作者:
- Tom Baeyens
- 另请参见:
- 序列化表格
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
javaDelegate
protected JavaDelegate javaDelegate
ServiceTaskJavaDelegateActivityBehavior
protected ServiceTaskJavaDelegateActivityBehavior()
ServiceTaskJavaDelegateActivityBehavior
public ServiceTaskJavaDelegateActivityBehavior(JavaDelegate javaDelegate)
execute
public void execute(ActivityExecution execution)
throws Exception
- 从类
FlowNodeActivityBehavior
复制的描述
- Default behaviour: just leave the activity with no extra functionality.
- 指定者:
- 接口
ActivityBehavior
中的 execute
- 覆盖:
- 类
FlowNodeActivityBehavior
中的 execute
- 抛出:
Exception
notify
public void notify(DelegateExecution execution)
throws Exception
- 指定者:
- 接口
ExecutionListener
中的 notify
- 抛出:
Exception
execute
public void execute(DelegateExecution execution)
throws Exception
- 抛出:
Exception
Copyright © 2013 Alfresco. All rights reserved.