Uses of Class
org.camunda.bpm.engine.impl.bpmn.parser.EscalationEventDefinition

Packages that use EscalationEventDefinition
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
 

Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as EscalationEventDefinition
protected  EscalationEventDefinition ThrowEscalationEventActivityBehavior.EscalationEventDefinitionFinder.escalationEventDefinition
           
 

Methods in org.camunda.bpm.engine.impl.bpmn.behavior that return EscalationEventDefinition
protected  EscalationEventDefinition ThrowEscalationEventActivityBehavior.EscalationEventDefinitionFinder.findMatchingEscalationEventDefinition(List<EscalationEventDefinition> escalationEventDefinitions)
           
 EscalationEventDefinition ThrowEscalationEventActivityBehavior.EscalationEventDefinitionFinder.getEscalationEventDefinition()
           
 

Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type EscalationEventDefinition
protected  void ThrowEscalationEventActivityBehavior.executeEscalationHandler(EscalationEventDefinition escalationEventDefinition, ActivityExecutionMappingCollector activityExecutionMappingCollector)
           
protected  PvmScope ThrowEscalationEventActivityBehavior.getScopeForEscalation(EscalationEventDefinition escalationEventDefinition)
           
protected  boolean ThrowEscalationEventActivityBehavior.EscalationEventDefinitionFinder.isMatchingEscalationCode(EscalationEventDefinition escalationEventDefinition)
           
protected  boolean ThrowEscalationEventActivityBehavior.EscalationEventDefinitionFinder.isReThrowingEscalationEventSubprocess(EscalationEventDefinition escalationEventDefinition)
           
protected  void ThrowEscalationEventActivityBehavior.leaveExecution(ActivityExecution execution, PvmActivity currentActivity, EscalationEventDefinition escalationEventDefinition)
           
 

Method parameters in org.camunda.bpm.engine.impl.bpmn.behavior with type arguments of type EscalationEventDefinition
protected  EscalationEventDefinition ThrowEscalationEventActivityBehavior.EscalationEventDefinitionFinder.findMatchingEscalationEventDefinition(List<EscalationEventDefinition> escalationEventDefinitions)
           
 

Uses of EscalationEventDefinition in org.camunda.bpm.engine.impl.bpmn.helper
 

Fields in org.camunda.bpm.engine.impl.bpmn.helper with type parameters of type EscalationEventDefinition
static PropertyListKey<EscalationEventDefinition> BpmnProperties.ESCALATION_EVENT_DEFINITIONS
           
 

Uses of EscalationEventDefinition in org.camunda.bpm.engine.impl.bpmn.parser
 

Methods in org.camunda.bpm.engine.impl.bpmn.parser that return EscalationEventDefinition
protected  EscalationEventDefinition BpmnParse.createEscalationEventDefinitionForEscalationHandler(Element escalationEventDefinitionElement, ActivityImpl escalationHandler, boolean cancelActivity)
           
 

Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type EscalationEventDefinition
protected  void BpmnParse.addEscalationEventDefinition(ScopeImpl catchingScope, EscalationEventDefinition escalationEventDefinition, Element element)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.