Uses of Class
org.camunda.bpm.engine.impl.bpmn.parser.EscalationEventDefinition
-
Packages that use EscalationEventDefinition Package Description org.camunda.bpm.engine.impl.bpmn.behavior org.camunda.bpm.engine.impl.bpmn.helper org.camunda.bpm.engine.impl.bpmn.parser -
-
Uses of EscalationEventDefinition in org.camunda.bpm.engine.impl.bpmn.behavior
Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type EscalationEventDefinition Modifier and Type Method Description protected voidThrowEscalationEventActivityBehavior. 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 EscalationEventDefinition Modifier and Type Field Description protected EscalationEventDefinitionEscalationEventDefinitionFinder. escalationEventDefinitionFields in org.camunda.bpm.engine.impl.bpmn.helper with type parameters of type EscalationEventDefinition Modifier and Type Field Description static PropertyListKey<EscalationEventDefinition>BpmnProperties. ESCALATION_EVENT_DEFINITIONSMethods in org.camunda.bpm.engine.impl.bpmn.helper that return EscalationEventDefinition Modifier and Type Method Description static EscalationEventDefinitionEscalationHandler. executeEscalation(ActivityExecution execution, String escalationCode)Walks through the activity execution hierarchy, fetches and executes matching escalation catch eventprotected EscalationEventDefinitionEscalationEventDefinitionFinder. findMatchingEscalationEventDefinition(List<EscalationEventDefinition> escalationEventDefinitions)EscalationEventDefinitionEscalationEventDefinitionFinder. getEscalationEventDefinition()Methods in org.camunda.bpm.engine.impl.bpmn.helper with parameters of type EscalationEventDefinition Modifier and Type Method Description protected static voidEscalationHandler. executeEscalationHandler(EscalationEventDefinition escalationEventDefinition, ActivityExecutionMappingCollector activityExecutionMappingCollector, String escalationCode)protected static PvmScopeEscalationHandler. getScopeForEscalation(EscalationEventDefinition escalationEventDefinition)protected booleanEscalationEventDefinitionFinder. isMatchingEscalationCode(EscalationEventDefinition escalationEventDefinition)protected booleanEscalationEventDefinitionFinder. isReThrowingEscalationEventSubprocess(EscalationEventDefinition escalationEventDefinition)Method parameters in org.camunda.bpm.engine.impl.bpmn.helper with type arguments of type EscalationEventDefinition Modifier and Type Method Description protected EscalationEventDefinitionEscalationEventDefinitionFinder. 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 EscalationEventDefinition Modifier and Type Method Description protected EscalationEventDefinitionBpmnParse. createEscalationEventDefinitionForEscalationHandler(Element escalationEventDefinitionElement, ActivityImpl escalationHandler, boolean cancelActivity, String parentElementId)Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type EscalationEventDefinition Modifier and Type Method Description protected voidBpmnParse. addEscalationEventDefinition(ScopeImpl catchingScope, EscalationEventDefinition escalationEventDefinition, Element element, String escalationElementId)
-