Uses of Interface
org.camunda.bpm.model.bpmn.instance.ErrorEventDefinition

Packages that use ErrorEventDefinition
org.camunda.bpm.model.bpmn.builder   
org.camunda.bpm.model.bpmn.impl.instance   
 

Uses of ErrorEventDefinition in org.camunda.bpm.model.bpmn.builder
 

Methods in org.camunda.bpm.model.bpmn.builder that return ErrorEventDefinition
protected  ErrorEventDefinition AbstractBaseElementBuilder.createEmptyErrorEventDefinition()
           
protected  ErrorEventDefinition AbstractBaseElementBuilder.createErrorEventDefinition(String errorCode)
           
protected  ErrorEventDefinition AbstractBaseElementBuilder.findErrorDefinitionForCode(String errorCode)
           
 

Constructors in org.camunda.bpm.model.bpmn.builder with parameters of type ErrorEventDefinition
AbstractErrorEventDefinitionBuilder(BpmnModelInstance modelInstance, ErrorEventDefinition element, Class<?> selfType)
           
ErrorEventDefinitionBuilder(BpmnModelInstance modelInstance, ErrorEventDefinition element)
           
 

Uses of ErrorEventDefinition in org.camunda.bpm.model.bpmn.impl.instance
 

Classes in org.camunda.bpm.model.bpmn.impl.instance that implement ErrorEventDefinition
 class ErrorEventDefinitionImpl
          The BPMN errorEventDefinition element
 



Copyright © 2017 camunda services GmbH. All rights reserved.