Uses of Interface
org.jbpm.casemgmt.api.model.CaseRole
-
Packages that use CaseRole Package Description org.jbpm.casemgmt.api.model org.jbpm.casemgmt.impl.model org.jbpm.casemgmt.impl.model.instance org.jbpm.test.services -
-
Uses of CaseRole in org.jbpm.casemgmt.api.model
Methods in org.jbpm.casemgmt.api.model that return types with arguments of type CaseRole Modifier and Type Method Description Collection<CaseRole>
CaseDefinition. getCaseRoles()
Returns case roles for this case. -
Uses of CaseRole in org.jbpm.casemgmt.impl.model
Classes in org.jbpm.casemgmt.impl.model that implement CaseRole Modifier and Type Class Description class
CaseRoleImpl
Methods in org.jbpm.casemgmt.impl.model that return types with arguments of type CaseRole Modifier and Type Method Description Collection<CaseRole>
CaseDefinitionImpl. getCaseRoles()
-
Uses of CaseRole in org.jbpm.casemgmt.impl.model.instance
Method parameters in org.jbpm.casemgmt.impl.model.instance with type arguments of type CaseRole Modifier and Type Method Description void
CaseFileInstanceImpl. setupRoles(Collection<CaseRole> roles)
-
Uses of CaseRole in org.jbpm.test.services
Methods in org.jbpm.test.services that return types with arguments of type CaseRole Modifier and Type Method Description protected Map<String,CaseRole>
AbstractCaseServicesTest. mapRoles(Collection<CaseRole> caseRoles)
Method parameters in org.jbpm.test.services with type arguments of type CaseRole Modifier and Type Method Description protected Map<String,CaseRole>
AbstractCaseServicesTest. mapRoles(Collection<CaseRole> caseRoles)
-