Uses of Class
org.jbpm.workbench.pr.model.WorkItemParameterSummary
-
Packages that use WorkItemParameterSummary Package Description org.jbpm.workbench.pr.model -
-
Uses of WorkItemParameterSummary in org.jbpm.workbench.pr.model
Methods in org.jbpm.workbench.pr.model that return types with arguments of type WorkItemParameterSummary Modifier and Type Method Description List<WorkItemParameterSummary>
WorkItemSummary. getParameters()
Method parameters in org.jbpm.workbench.pr.model with type arguments of type WorkItemParameterSummary Modifier and Type Method Description WorkItemSummary.Builder
WorkItemSummary.Builder. parameters(List<WorkItemParameterSummary> parameters)
void
WorkItemSummary. setParameters(List<WorkItemParameterSummary> parameters)
-