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

Packages that use ErrorEventDefinition
org.camunda.bpm.engine.impl.bpmn.behavior   
org.camunda.bpm.engine.impl.bpmn.helper   
org.camunda.bpm.engine.impl.bpmn.parser   
 

Uses of ErrorEventDefinition in org.camunda.bpm.engine.impl.bpmn.behavior
 

Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as ErrorEventDefinition
protected  ErrorEventDefinition AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder.errorEventDefinition
           
 

Methods in org.camunda.bpm.engine.impl.bpmn.behavior that return ErrorEventDefinition
 ErrorEventDefinition AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder.getErrorEventDefinition()
           
 

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

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

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

Fields in org.camunda.bpm.engine.impl.bpmn.parser with type parameters of type ErrorEventDefinition
static Comparator<ErrorEventDefinition> ErrorEventDefinition.comparator
           
 

Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type ErrorEventDefinition
protected  void BpmnParse.addErrorEventDefinition(ErrorEventDefinition errorEventDefinition, ScopeImpl catchingScope)
           
protected  void BpmnParse.setErrorCodeVariableOnErrorEventDefinition(Element errorEventDefinition, ErrorEventDefinition definition)
          Sets the value for "camunda:errorCodeVariable" on the passed definition if it's present.
 



Copyright © 2016 camunda services GmbH. All rights reserved.