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