public class BoundaryEventActivityBehavior extends FlowNodeActivityBehavior
| Modifier and Type | Field and Description |
|---|---|
protected String |
activityId |
protected boolean |
interrupting |
bpmnActivityBehavior| Constructor and Description |
|---|
BoundaryEventActivityBehavior() |
BoundaryEventActivityBehavior(boolean interrupting,
String activityId) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(DelegateExecution execution)
Default behaviour: just leave the activity with no extra functionality.
|
boolean |
isInterrupting() |
void |
setInterrupting(boolean interrupting) |
leave, leaveIgnoreConditions, signalprotected boolean interrupting
protected String activityId
public BoundaryEventActivityBehavior()
public BoundaryEventActivityBehavior(boolean interrupting,
String activityId)
public void execute(DelegateExecution execution)
FlowNodeActivityBehaviorexecute in interface ActivityBehaviorexecute in class FlowNodeActivityBehaviorpublic boolean isInterrupting()
public void setInterrupting(boolean interrupting)
Copyright © 2015 Alfresco. All rights reserved.