Uses of Class
org.jbpm.workbench.es.model.ErrorSummary
-
Packages that use ErrorSummary Package Description org.jbpm.workbench.es.model -
-
Uses of ErrorSummary in org.jbpm.workbench.es.model
Methods in org.jbpm.workbench.es.model that return types with arguments of type ErrorSummary Modifier and Type Method Description List<ErrorSummary>RequestDetails. getErrors()Method parameters in org.jbpm.workbench.es.model with type arguments of type ErrorSummary Modifier and Type Method Description voidRequestDetails. setErrors(List<ErrorSummary> errors)Constructor parameters in org.jbpm.workbench.es.model with type arguments of type ErrorSummary Constructor Description RequestDetails(RequestSummary request, List<ErrorSummary> errors, List<RequestParameterSummary> params)
-