Package oracle.iam.oimcommon.api
Interface OrganizationService
public interface OrganizationService
-
Method Summary
Modifier and TypeMethodDescriptiongetOrganization(Long organizationId) getOrganizationManagersAsList(Long organizationId) gets a list of users which have certifier role for a given organization.getOrganizations(List<Long> organizationIds) getOrganizationsByRole(Long roleId) Returns the organizations available for a given role id/key.getRoleIdsByOrganizations(List<Long> organizationIds) getUserIdsByOrganizations(List<Long> organizationIds)
-
Method Details
-
getOrganizations
List<Organization> getOrganizations() -
getUserIdsByOrganizations
-
getOrganizations
-
getOrganizationManagersAsList
gets a list of users which have certifier role for a given organization.- Parameters:
organizationId- - orgnaization id- Returns:
- list of user Ids
-
getOrganization
-
getRoleIdsByOrganizations
-
getOrganizationsByRole
Returns the organizations available for a given role id/key. Uses EntityPublicationService API.- Parameters:
roleId- Role Id/Entity key- Returns:
- List of Organization objects
-
getAllAttributes
-