public interface Sab
| Modifier and Type | Method and Description |
|---|---|
Collection<SabPerson> |
getPersonsInRoleForOrganization(String organisationAbbreviation,
String role)
Get all persons within the given organisation that have the given role.
|
Optional<SabRoleHolder> |
getRoles(String userId)
Get the Role/organisation info for the given userId
|
Optional<SabRoleHolder> getRoles(String userId)
userId - the userId to query forCollection<SabPerson> getPersonsInRoleForOrganization(String organisationAbbreviation, String role)
Copyright © 2012–2017 Pivotal Software, Inc.. All rights reserved.