Uses of Class
org.activiti.bpmn.model.Error
-
Packages that use Error Package Description org.activiti.bpmn.model -
-
Uses of Error in org.activiti.bpmn.model
Fields in org.activiti.bpmn.model with type parameters of type Error Modifier and Type Field Description protected java.util.Map<java.lang.String,Error>BpmnModel. errorMapMethods in org.activiti.bpmn.model that return types with arguments of type Error Modifier and Type Method Description java.util.Map<java.lang.String,Error>BpmnModel. getErrors()Method parameters in org.activiti.bpmn.model with type arguments of type Error Modifier and Type Method Description voidBpmnModel. setErrors(java.util.Map<java.lang.String,Error> errorMap)
-