Uses of Interface
org.camunda.bpm.model.bpmn.instance.Error
-
Packages that use Error Package Description org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of Error in org.camunda.bpm.model.bpmn.builder
Methods in org.camunda.bpm.model.bpmn.builder that return Error Modifier and Type Method Description protected Error
AbstractBaseElementBuilder. findErrorForNameAndCode(String errorCode)
protected Error
AbstractBaseElementBuilder. findErrorForNameAndCode(String errorCode, String errorMessage)
-
Uses of Error in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement Error Modifier and Type Class Description class
ErrorImpl
Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type Error Modifier and Type Field Description protected static AttributeReference<Error>
ErrorEventDefinitionImpl. errorRefAttribute
protected static ElementReferenceCollection<Error,ErrorRef>
OperationImpl. errorRefCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance that return Error Modifier and Type Method Description Error
ErrorEventDefinitionImpl. getError()
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type Error Modifier and Type Method Description Collection<Error>
OperationImpl. getErrors()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type Error Modifier and Type Method Description void
ErrorEventDefinitionImpl. setError(Error error)
-
Uses of Error in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return Error Modifier and Type Method Description Error
ErrorEventDefinition. getError()
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type Error Modifier and Type Method Description Collection<Error>
Operation. getErrors()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type Error Modifier and Type Method Description void
ErrorEventDefinition. setError(Error error)
-