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 org.jbpm.casemgmt.impl org.jbpm.casemgmt.impl.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. -
Uses of CaseRoleInstance in org.jbpm.casemgmt.impl
Methods in org.jbpm.casemgmt.impl that return types with arguments of type CaseRoleInstance Modifier and Type Method Description Collection<CaseRoleInstance>
CaseServiceImpl. getCaseRoleAssignments(String caseId)
-
Uses of CaseRoleInstance in org.jbpm.casemgmt.impl.model.instance
Classes in org.jbpm.casemgmt.impl.model.instance that implement CaseRoleInstance Modifier and Type Class Description class
CaseRoleInstanceImpl
Methods in org.jbpm.casemgmt.impl.model.instance that return types with arguments of type CaseRoleInstance Modifier and Type Method Description Collection<CaseRoleInstance>
CaseFileInstanceImpl. getAssignments()
Collection<CaseRoleInstance>
CaseInstanceImpl. getCaseRoles()
Map<String,CaseRoleInstance>
CaseFileInstanceImpl. getRolesAssignments()
Method parameters in org.jbpm.casemgmt.impl.model.instance with type arguments of type CaseRoleInstance Modifier and Type Method Description void
CaseInstanceImpl. setCaseRoles(Collection<CaseRoleInstance> caseRoles)
void
CaseFileInstanceImpl. setRolesAssignments(Map<String,CaseRoleInstance> roles)
-