Uses of Interface
org.camunda.bpm.model.bpmn.instance.ErrorEventDefinition
Package
Description
-
Uses of ErrorEventDefinition in org.camunda.bpm.model.bpmn.builder
Modifier and TypeMethodDescriptionprotected ErrorEventDefinition
AbstractBaseElementBuilder.createEmptyErrorEventDefinition()
protected ErrorEventDefinition
AbstractBaseElementBuilder.createErrorEventDefinition
(String errorCode) protected ErrorEventDefinition
AbstractBaseElementBuilder.createErrorEventDefinition
(String errorCode, String errorMessage) protected ErrorEventDefinition
AbstractBaseElementBuilder.findErrorDefinitionForCode
(String errorCode) ModifierConstructorDescriptionAbstractErrorEventDefinitionBuilder
(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
Modifier and TypeClassDescriptionclass
The BPMN errorEventDefinition element -
Uses of ErrorEventDefinition in org.camunda.bpm.model.bpmn.impl.instance.camunda
-
Uses of ErrorEventDefinition in org.camunda.bpm.model.bpmn.instance.camunda