Uses of Class
org.flowable.engine.impl.bpmn.behavior.EscalationEndEventActivityBehavior
Packages that use EscalationEndEventActivityBehavior
Package
Description
Helper classes for testing processes.
-
Uses of EscalationEndEventActivityBehavior in org.flowable.engine.impl.bpmn.parser.factory
Methods in org.flowable.engine.impl.bpmn.parser.factory that return EscalationEndEventActivityBehaviorModifier and TypeMethodDescriptionActivityBehaviorFactory.createEscalationEndEventActivityBehavior(org.flowable.bpmn.model.EndEvent endEvent, org.flowable.bpmn.model.EscalationEventDefinition escalationEventDefinition, org.flowable.bpmn.model.Escalation escalation) DefaultActivityBehaviorFactory.createEscalationEndEventActivityBehavior(org.flowable.bpmn.model.EndEvent endEvent, org.flowable.bpmn.model.EscalationEventDefinition escalationEventDefinition, org.flowable.bpmn.model.Escalation escalation) -
Uses of EscalationEndEventActivityBehavior in org.flowable.engine.test
Methods in org.flowable.engine.test that return EscalationEndEventActivityBehaviorModifier and TypeMethodDescriptionTestActivityBehaviorFactory.createEscalationEndEventActivityBehavior(org.flowable.bpmn.model.EndEvent endEvent, org.flowable.bpmn.model.EscalationEventDefinition escalationEventDefinition, org.flowable.bpmn.model.Escalation escalation)