Uses of Interface
org.jbpm.casemgmt.api.model.instance.CaseRoleInstance
-
Packages that use CaseRoleInstance Package Description org.jbpm.casemgmt.api org.jbpm.casemgmt.api.model.instance -
-
Uses of CaseRoleInstance in org.jbpm.casemgmt.api
Methods in org.jbpm.casemgmt.api that return types with arguments of type CaseRoleInstance Modifier and Type Method Description Collection<CaseRoleInstance>CaseService. getCaseRoleAssignments(String caseId)Returns role assignments for given case -
Uses of CaseRoleInstance in org.jbpm.casemgmt.api.model.instance
Methods in org.jbpm.casemgmt.api.model.instance that return types with arguments of type CaseRoleInstance Modifier and Type Method Description Collection<CaseRoleInstance>CaseInstance. getCaseRoles()Returns case roles for this case.
-