Uses of Class
org.camunda.bpm.engine.impl.bpmn.parser.EscalationEventDefinition
Packages that use EscalationEventDefinition
Package
Description
-
Uses of EscalationEventDefinition in org.camunda.bpm.engine.impl.bpmn.behavior
Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type EscalationEventDefinitionModifier and TypeMethodDescriptionprotected void
ThrowEscalationEventActivityBehavior.leaveExecution
(ActivityExecution execution, PvmActivity currentActivity, EscalationEventDefinition escalationEventDefinition) -
Uses of EscalationEventDefinition in org.camunda.bpm.engine.impl.bpmn.helper
Fields in org.camunda.bpm.engine.impl.bpmn.helper declared as EscalationEventDefinitionModifier and TypeFieldDescriptionprotected EscalationEventDefinition
EscalationEventDefinitionFinder.escalationEventDefinition
Fields in org.camunda.bpm.engine.impl.bpmn.helper with type parameters of type EscalationEventDefinitionModifier and TypeFieldDescriptionstatic final PropertyListKey<EscalationEventDefinition>
BpmnProperties.ESCALATION_EVENT_DEFINITIONS
Methods in org.camunda.bpm.engine.impl.bpmn.helper that return EscalationEventDefinitionModifier and TypeMethodDescriptionstatic EscalationEventDefinition
EscalationHandler.executeEscalation
(ActivityExecution execution, String escalationCode) Walks through the activity execution hierarchy, fetches and executes matching escalation catch eventprotected EscalationEventDefinition
EscalationEventDefinitionFinder.findMatchingEscalationEventDefinition
(List<EscalationEventDefinition> escalationEventDefinitions) EscalationEventDefinitionFinder.getEscalationEventDefinition()
Methods in org.camunda.bpm.engine.impl.bpmn.helper with parameters of type EscalationEventDefinitionModifier and TypeMethodDescriptionprotected static void
EscalationHandler.executeEscalationHandler
(EscalationEventDefinition escalationEventDefinition, ActivityExecutionMappingCollector activityExecutionMappingCollector, String escalationCode) protected static PvmScope
EscalationHandler.getScopeForEscalation
(EscalationEventDefinition escalationEventDefinition) protected boolean
EscalationEventDefinitionFinder.isMatchingEscalationCode
(EscalationEventDefinition escalationEventDefinition) protected boolean
EscalationEventDefinitionFinder.isReThrowingEscalationEventSubprocess
(EscalationEventDefinition escalationEventDefinition) Method parameters in org.camunda.bpm.engine.impl.bpmn.helper with type arguments of type EscalationEventDefinitionModifier and TypeMethodDescriptionprotected EscalationEventDefinition
EscalationEventDefinitionFinder.findMatchingEscalationEventDefinition
(List<EscalationEventDefinition> escalationEventDefinitions) -
Uses of EscalationEventDefinition in org.camunda.bpm.engine.impl.bpmn.parser
Methods in org.camunda.bpm.engine.impl.bpmn.parser that return EscalationEventDefinitionModifier and TypeMethodDescriptionprotected EscalationEventDefinition
BpmnParse.createEscalationEventDefinitionForEscalationHandler
(Element escalationEventDefinitionElement, ActivityImpl escalationHandler, boolean cancelActivity, String parentElementId) Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type EscalationEventDefinitionModifier and TypeMethodDescriptionprotected void
BpmnParse.addEscalationEventDefinition
(ScopeImpl catchingScope, EscalationEventDefinition escalationEventDefinition, Element element, String escalationElementId)