public class TerminateEndEventActivityBehavior extends FlowNodeActivityBehavior
| Modifier and Type | Field and Description |
|---|---|
protected org.activiti.bpmn.model.EndEvent |
endEvent |
bpmnActivityBehavior| Constructor and Description |
|---|
TerminateEndEventActivityBehavior(org.activiti.bpmn.model.EndEvent endEvent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatchActivityCancelled(ActivityExecution execution,
ActivityImpl activity,
ActivityImpl causeActivity) |
void |
execute(DelegateExecution execution)
Default behaviour: just leave the activity with no extra functionality.
|
org.activiti.bpmn.model.EndEvent |
getEndEvent() |
protected void |
sendCancelledEvent(ActivityExecution execution,
ActivityImpl terminateEndEventActivity,
ActivityExecution scopeExecution) |
protected void |
terminateExecution(ActivityExecution execution,
ActivityImpl terminateEndEventActivity,
ActivityExecution scopeExecution) |
leave, leaveIgnoreConditions, signalpublic TerminateEndEventActivityBehavior(org.activiti.bpmn.model.EndEvent endEvent)
public void execute(DelegateExecution execution)
FlowNodeActivityBehaviorexecute in interface ActivityBehaviorexecute in class FlowNodeActivityBehaviorprotected void terminateExecution(ActivityExecution execution, ActivityImpl terminateEndEventActivity, ActivityExecution scopeExecution)
protected void sendCancelledEvent(ActivityExecution execution, ActivityImpl terminateEndEventActivity, ActivityExecution scopeExecution)
protected void dispatchActivityCancelled(ActivityExecution execution, ActivityImpl activity, ActivityImpl causeActivity)
public org.activiti.bpmn.model.EndEvent getEndEvent()
Copyright © 2015 Alfresco. All rights reserved.