public class BoundaryEventActivityBehavior extends FlowNodeActivityBehavior
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
interrupting |
bpmnActivityBehavior| Constructor and Description |
|---|
BoundaryEventActivityBehavior() |
BoundaryEventActivityBehavior(boolean interrupting) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deleteChildExecutions(ExecutionEntity parentExecution,
ExecutionEntity notToDeleteExecution,
CommandContext commandContext) |
void |
execute(DelegateExecution execution)
Default behaviour: just leave the activity with no extra functionality.
|
protected void |
executeInterruptingBehavior(ExecutionEntity executionEntity,
CommandContext commandContext) |
protected void |
executeNonInterruptingBehavior(ExecutionEntity executionEntity,
CommandContext commandContext) |
boolean |
isInterrupting() |
void |
setInterrupting(boolean interrupting) |
void |
trigger(DelegateExecution execution,
String triggerName,
Object triggerData) |
leave, leaveIgnoreConditions, parseActivityTypepublic BoundaryEventActivityBehavior()
public BoundaryEventActivityBehavior(boolean interrupting)
public void execute(DelegateExecution execution)
FlowNodeActivityBehaviorexecute in interface ActivityBehaviorexecute in class FlowNodeActivityBehaviorpublic void trigger(DelegateExecution execution, String triggerName, Object triggerData)
trigger in interface TriggerableActivityBehaviortrigger in class FlowNodeActivityBehaviorprotected void executeInterruptingBehavior(ExecutionEntity executionEntity, CommandContext commandContext)
protected void executeNonInterruptingBehavior(ExecutionEntity executionEntity, CommandContext commandContext)
protected void deleteChildExecutions(ExecutionEntity parentExecution, ExecutionEntity notToDeleteExecution, CommandContext commandContext)
public boolean isInterrupting()
public void setInterrupting(boolean interrupting)
Copyright © 2015 Alfresco. All rights reserved.