Uses of Class
org.jbpm.workbench.cm.model.CaseRoleAssignmentSummary
-
Packages that use CaseRoleAssignmentSummary Package Description org.jbpm.workbench.cm.model org.jbpm.workbench.cm.service -
-
Uses of CaseRoleAssignmentSummary in org.jbpm.workbench.cm.model
Methods in org.jbpm.workbench.cm.model that return CaseRoleAssignmentSummary Modifier and Type Method Description CaseRoleAssignmentSummaryCaseRoleAssignmentSummary.Builder. build()Methods in org.jbpm.workbench.cm.model that return types with arguments of type CaseRoleAssignmentSummary Modifier and Type Method Description List<CaseRoleAssignmentSummary>CaseInstanceSummary. getRoleAssignments()Method parameters in org.jbpm.workbench.cm.model with type arguments of type CaseRoleAssignmentSummary Modifier and Type Method Description CaseInstanceSummary.BuilderCaseInstanceSummary.Builder. roleAssignments(List<CaseRoleAssignmentSummary> roleAssignments)voidCaseInstanceSummary. setRoleAssignments(List<CaseRoleAssignmentSummary> roleAssignments) -
Uses of CaseRoleAssignmentSummary in org.jbpm.workbench.cm.service
Method parameters in org.jbpm.workbench.cm.service with type arguments of type CaseRoleAssignmentSummary Modifier and Type Method Description StringCaseManagementService. startCaseInstance(String containerId, String caseDefinitionId, String owner, List<CaseRoleAssignmentSummary> roleAssignments)
-