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, parseActivityType
public BoundaryEventActivityBehavior()
public BoundaryEventActivityBehavior(boolean interrupting)
public void execute(DelegateExecution execution)
FlowNodeActivityBehavior
execute
in interface ActivityBehavior
execute
in class FlowNodeActivityBehavior
public void trigger(DelegateExecution execution, String triggerName, Object triggerData)
trigger
in interface TriggerableActivityBehavior
trigger
in class FlowNodeActivityBehavior
protected 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.