Class EscalationEndEventActivityBehavior
- java.lang.Object
-
- org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
-
- org.flowable.engine.impl.bpmn.behavior.EscalationEndEventActivityBehavior
-
- All Implemented Interfaces:
Serializable,ActivityBehavior,TriggerableActivityBehavior
public class EscalationEndEventActivityBehavior extends FlowNodeActivityBehavior
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected org.flowable.bpmn.model.Escalationescalationprotected org.flowable.bpmn.model.EscalationEventDefinitionescalationEventDefinition-
Fields inherited from class org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
bpmnActivityBehavior
-
-
Constructor Summary
Constructors Constructor Description EscalationEndEventActivityBehavior(org.flowable.bpmn.model.EscalationEventDefinition escalationEventDefinition, org.flowable.bpmn.model.Escalation escalation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(DelegateExecution execution)Default behaviour: just leave the activity with no extra functionality.org.flowable.bpmn.model.EscalationgetEscalation()org.flowable.bpmn.model.EscalationEventDefinitiongetEscalationEventDefinition()voidsetEscalation(org.flowable.bpmn.model.Escalation escalation)voidsetEscalationEventDefinition(org.flowable.bpmn.model.EscalationEventDefinition escalationEventDefinition)-
Methods inherited from class org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
leave, leaveIgnoreConditions, parseActivityType, trigger
-
-
-
-
Method Detail
-
execute
public void execute(DelegateExecution execution)
Description copied from class:FlowNodeActivityBehaviorDefault behaviour: just leave the activity with no extra functionality.- Specified by:
executein interfaceActivityBehavior- Overrides:
executein classFlowNodeActivityBehavior
-
getEscalationEventDefinition
public org.flowable.bpmn.model.EscalationEventDefinition getEscalationEventDefinition()
-
setEscalationEventDefinition
public void setEscalationEventDefinition(org.flowable.bpmn.model.EscalationEventDefinition escalationEventDefinition)
-
getEscalation
public org.flowable.bpmn.model.Escalation getEscalation()
-
setEscalation
public void setEscalation(org.flowable.bpmn.model.Escalation escalation)
-
-