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
|
Collection<SabPerson> |
getSabEmailsForOrganization(String entityId,
String role)
Get all persons from the given organization that have the given role
|
Optional<SabRoleHolder> getRoles(String userId)
userId - the userId to query forCollection<SabPerson> getPersonsInRoleForOrganization(String organisationAbbreviation, String role)
Collection<SabPerson> getSabEmailsForOrganization(String entityId, String role)
Copyright © 2012–2021 Pivotal Software, Inc.. All rights reserved.