Uses of Interface
org.camunda.bpm.model.bpmn.instance.ErrorEventDefinition
-
-
Uses of ErrorEventDefinition in org.camunda.bpm.model.bpmn.builder
Methods in org.camunda.bpm.model.bpmn.builder that return ErrorEventDefinition Modifier and Type Method Description protected ErrorEventDefinition
AbstractBaseElementBuilder. createEmptyErrorEventDefinition()
protected ErrorEventDefinition
AbstractBaseElementBuilder. createErrorEventDefinition(String errorCode)
protected ErrorEventDefinition
AbstractBaseElementBuilder. createErrorEventDefinition(String errorCode, String errorMessage)
protected ErrorEventDefinition
AbstractBaseElementBuilder. findErrorDefinitionForCode(String errorCode)
Constructors in org.camunda.bpm.model.bpmn.builder with parameters of type ErrorEventDefinition Constructor Description AbstractErrorEventDefinitionBuilder(BpmnModelInstance modelInstance, ErrorEventDefinition element, Class<?> selfType)
CamundaErrorEventDefinitionBuilder(BpmnModelInstance modelInstance, ErrorEventDefinition element)
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 Modifier and Type Class Description class
ErrorEventDefinitionImpl
The BPMN errorEventDefinition element -
Uses of ErrorEventDefinition in org.camunda.bpm.model.bpmn.impl.instance.camunda
Classes in org.camunda.bpm.model.bpmn.impl.instance.camunda that implement ErrorEventDefinition Modifier and Type Class Description class
CamundaErrorEventDefinitionImpl
-
Uses of ErrorEventDefinition in org.camunda.bpm.model.bpmn.instance.camunda
Subinterfaces of ErrorEventDefinition in org.camunda.bpm.model.bpmn.instance.camunda Modifier and Type Interface Description interface
CamundaErrorEventDefinition
-