Skip navigation links


oracle.iam.oimcommon.api
Interface OrganizationService


public interface OrganizationService

Method Summary
 java.util.Set getAllAttributes()
           
 Organization getOrganization(java.lang.Long organizationId)
           
 java.util.List getOrganizationManagersAsList(java.lang.Long organizationId)
          gets a list of users which have certifier role for a given organization.
 java.util.List getOrganizations()
           
 java.util.List getOrganizations(java.util.List organizationIds)
           
 java.util.List getOrganizationsByRole(java.lang.Long roleId)
          Returns the organizations available for a given role id/key.
 java.util.List getRoleIdsByOrganizations(java.util.List organizationIds)
           
 java.util.List getUserIdsByOrganizations(java.util.List organizationIds)
           

 

Method Detail

getOrganizations

java.util.List getOrganizations()

getUserIdsByOrganizations

java.util.List getUserIdsByOrganizations(java.util.List organizationIds)

getOrganizations

java.util.List getOrganizations(java.util.List organizationIds)

getOrganizationManagersAsList

java.util.List getOrganizationManagersAsList(java.lang.Long organizationId)
gets a list of users which have certifier role for a given organization.
Parameters:
organizationId - - orgnaization id
Returns:
list of user Ids

getOrganization

Organization getOrganization(java.lang.Long organizationId)

getRoleIdsByOrganizations

java.util.List getRoleIdsByOrganizations(java.util.List organizationIds)

getOrganizationsByRole

java.util.List getOrganizationsByRole(java.lang.Long roleId)
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

java.util.Set getAllAttributes()

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.