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

Packages that use Error
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
protected  Error AbstractBaseElementBuilder.findErrorForNameAndCode(String errorCode)
           
 

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

Classes in org.camunda.bpm.model.bpmn.impl.instance that implement Error
 class ErrorImpl
           
 

Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type Error
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Error> ErrorEventDefinitionImpl.errorRefAttribute
           
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<Error,ErrorRef> OperationImpl.errorRefCollection
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return Error
 Error ErrorEventDefinitionImpl.getError()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type Error
 Collection<Error> OperationImpl.getErrors()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type Error
 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
 Error ErrorEventDefinition.getError()
           
 

Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type Error
 Collection<Error> Operation.getErrors()
           
 

Methods in org.camunda.bpm.model.bpmn.instance with parameters of type Error
 void ErrorEventDefinition.setError(Error error)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.