Uses of Class
org.flowable.bpmn.model.Escalation
Packages that use Escalation
Package
Description
Helper classes for testing processes.
-
Uses of Escalation in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type EscalationMethods in org.flowable.bpmn.model that return EscalationModifier and TypeMethodDescriptionEscalation.clone()
BpmnModel.getEscalation
(String escalationRef) Methods in org.flowable.bpmn.model that return types with arguments of type EscalationMethods in org.flowable.bpmn.model with parameters of type EscalationModifier and TypeMethodDescriptionvoid
BpmnModel.addEscalation
(Escalation escalation) void
Escalation.setValues
(Escalation otherElement) Method parameters in org.flowable.bpmn.model with type arguments of type EscalationModifier and TypeMethodDescriptionvoid
BpmnModel.setEscalations
(Map<String, Escalation> escalationMap) -
Uses of Escalation in org.flowable.engine.impl.bpmn.behavior
Fields in org.flowable.engine.impl.bpmn.behavior declared as EscalationModifier and TypeFieldDescriptionprotected Escalation
BoundaryEscalationEventActivityBehavior.escalation
protected Escalation
EscalationEndEventActivityBehavior.escalation
Methods in org.flowable.engine.impl.bpmn.behavior that return EscalationMethods in org.flowable.engine.impl.bpmn.behavior with parameters of type EscalationModifier and TypeMethodDescriptionvoid
EscalationEndEventActivityBehavior.setEscalation
(Escalation escalation) Constructors in org.flowable.engine.impl.bpmn.behavior with parameters of type EscalationModifierConstructorDescriptionBoundaryEscalationEventActivityBehavior
(EscalationEventDefinition escalationEventDefinition, Escalation escalation, boolean interrupting) EscalationEndEventActivityBehavior
(EscalationEventDefinition escalationEventDefinition, Escalation escalation) IntermediateThrowEscalationEventActivityBehavior
(ThrowEvent throwEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation) -
Uses of Escalation in org.flowable.engine.impl.bpmn.helper
Methods in org.flowable.engine.impl.bpmn.helper with parameters of type EscalationModifier and TypeMethodDescriptionstatic void
EscalationPropagation.propagateEscalation
(Escalation escalation, DelegateExecution execution) -
Uses of Escalation in org.flowable.engine.impl.bpmn.parser.factory
Methods in org.flowable.engine.impl.bpmn.parser.factory with parameters of type EscalationModifier and TypeMethodDescriptionActivityBehaviorFactory.createBoundaryEscalationEventActivityBehavior
(BoundaryEvent boundaryEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation, boolean interrupting) DefaultActivityBehaviorFactory.createBoundaryEscalationEventActivityBehavior
(BoundaryEvent boundaryEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation, boolean interrupting) ActivityBehaviorFactory.createEscalationEndEventActivityBehavior
(EndEvent endEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation) DefaultActivityBehaviorFactory.createEscalationEndEventActivityBehavior
(EndEvent endEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation) ActivityBehaviorFactory.createIntermediateThrowEscalationEventActivityBehavior
(ThrowEvent throwEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation) DefaultActivityBehaviorFactory.createIntermediateThrowEscalationEventActivityBehavior
(ThrowEvent throwEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation) -
Uses of Escalation in org.flowable.engine.test
Methods in org.flowable.engine.test with parameters of type EscalationModifier and TypeMethodDescriptionTestActivityBehaviorFactory.createBoundaryEscalationEventActivityBehavior
(BoundaryEvent boundaryEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation, boolean interrupting) TestActivityBehaviorFactory.createEscalationEndEventActivityBehavior
(EndEvent endEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation) TestActivityBehaviorFactory.createIntermediateThrowEscalationEventActivityBehavior
(ThrowEvent throwEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation)