Uses of Class
org.openiam.base.response.list.OrganizationListResponse
-
Packages that use OrganizationListResponse Package Description org.openiam.match org.openiam.srvc.am -
-
Uses of OrganizationListResponse in org.openiam.match
Methods in org.openiam.match that return types with arguments of type OrganizationListResponse Modifier and Type Method Description Class<OrganizationListResponse>OrganizationMatchObjectRule. getDataResponseClassName() -
Uses of OrganizationListResponse in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return OrganizationListResponse Modifier and Type Method Description OrganizationListResponseOrganizationDataService. findBeans(OrganizationSearchBean searchBean, int from, int size)OrganizationListResponseOrganizationDataServiceImpl. findBeans(OrganizationSearchBean searchBean, int from, int size)OrganizationListResponseOrganizationDataService. getDetachedForUser(String userId, String name, int from, int size)method is used to detect all user's organizations that are not linked with any resources.OrganizationListResponseOrganizationDataServiceImpl. getDetachedForUser(String userId, String name, int from, int size)OrganizationListResponseOrganizationDataService. getWithResources(String userId, OrganizationSearchBean searchBean, Set<String> resourceTypeIds, int from, int size)method is used to get user's organizaiotn with entitled resources.OrganizationListResponseOrganizationDataServiceImpl. getWithResources(String userId, OrganizationSearchBean searchBean, Set<String> resourceTypeIds, int from, int size)
-