Uses of Class
org.flowable.bpmn.model.EscalationEventDefinition
Packages that use EscalationEventDefinition
Package
Description
Helper classes for testing processes.
-
Uses of EscalationEventDefinition in org.flowable.bpmn.converter
Methods in org.flowable.bpmn.converter with parameters of type EscalationEventDefinitionModifier and TypeMethodDescriptionprotected voidBaseBpmnXMLConverter.writeEscalationDefinition(Event parentEvent, EscalationEventDefinition escalationDefinition, BpmnModel model, XMLStreamWriter xtw) -
Uses of EscalationEventDefinition in org.flowable.bpmn.model
Methods in org.flowable.bpmn.model that return EscalationEventDefinitionMethods in org.flowable.bpmn.model with parameters of type EscalationEventDefinitionModifier and TypeMethodDescriptionvoidEscalationEventDefinition.setValues(EscalationEventDefinition otherDefinition) -
Uses of EscalationEventDefinition in org.flowable.engine.impl.bpmn.behavior
Fields in org.flowable.engine.impl.bpmn.behavior declared as EscalationEventDefinitionModifier and TypeFieldDescriptionprotected EscalationEventDefinitionBoundaryEscalationEventActivityBehavior.escalationEventDefinitionprotected EscalationEventDefinitionEscalationEndEventActivityBehavior.escalationEventDefinitionprotected final EscalationEventDefinitionIntermediateThrowEscalationEventActivityBehavior.escalationEventDefinitionMethods in org.flowable.engine.impl.bpmn.behavior that return EscalationEventDefinitionModifier and TypeMethodDescriptionEscalationEndEventActivityBehavior.getEscalationEventDefinition()Methods in org.flowable.engine.impl.bpmn.behavior with parameters of type EscalationEventDefinitionModifier and TypeMethodDescriptionvoidEscalationEndEventActivityBehavior.setEscalationEventDefinition(EscalationEventDefinition escalationEventDefinition) Constructors in org.flowable.engine.impl.bpmn.behavior with parameters of type EscalationEventDefinitionModifierConstructorDescriptionBoundaryEscalationEventActivityBehavior(EscalationEventDefinition escalationEventDefinition, Escalation escalation, boolean interrupting) EscalationEndEventActivityBehavior(EscalationEventDefinition escalationEventDefinition, Escalation escalation) IntermediateThrowEscalationEventActivityBehavior(ThrowEvent throwEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation) -
Uses of EscalationEventDefinition in org.flowable.engine.impl.bpmn.helper
Methods in org.flowable.engine.impl.bpmn.helper that return EscalationEventDefinitionModifier and TypeMethodDescriptionprotected static EscalationEventDefinitionEscalationPropagation.getEscalationEventDefinition(Event event) -
Uses of EscalationEventDefinition in org.flowable.engine.impl.bpmn.parser.factory
Methods in org.flowable.engine.impl.bpmn.parser.factory with parameters of type EscalationEventDefinitionModifier 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 EscalationEventDefinition in org.flowable.engine.impl.bpmn.parser.handler
Methods in org.flowable.engine.impl.bpmn.parser.handler with parameters of type EscalationEventDefinitionModifier and TypeMethodDescriptionprotected voidEscalationEventDefinitionParseHandler.executeParse(BpmnParse bpmnParse, EscalationEventDefinition eventDefinition) -
Uses of EscalationEventDefinition in org.flowable.engine.test
Methods in org.flowable.engine.test with parameters of type EscalationEventDefinitionModifier 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)