Uses of Class
org.openiam.idm.searchbeans.ResourceSearchBean
-
-
Uses of ResourceSearchBean in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq with parameters of type ResourceSearchBean Modifier and Type Method Description IntegerResourceRabbitMQService. count(ResourceSearchBean sb)List<Resource>ResourceRabbitMQService. findBeans(ResourceSearchBean sb, int from, int size) -
Uses of ResourceSearchBean in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type ResourceSearchBean Modifier and Type Method Description protected abstract voidAbstractDetachableBeansServiceImpl. fillResourceSearchBeanWithEntityIds(ResourceSearchBean resourceSearchBean, Set<String> entityIds)protected voidGroupDataServiceImpl. fillResourceSearchBeanWithEntityIds(ResourceSearchBean resourceSearchBean, Set<String> entityIds)protected voidRoleDataServiceImpl. fillResourceSearchBeanWithEntityIds(ResourceSearchBean resourceSearchBean, Set<String> entityIds)voidAccessRightProcessor. process(ResourceSearchBean searchBean, List<Resource> dtoList)Access rights processor for DTO object with specific Entitlement collectionvoidAccessRightProcessor. process(ResourceSearchBean searchBean, List<Resource> dtoList, List<ResourceEntity> entityList) -
Uses of ResourceSearchBean in org.openiam.esb.elasticsearch.repository.custom
Methods in org.openiam.esb.elasticsearch.repository.custom with parameters of type ResourceSearchBean Modifier and Type Method Description org.springframework.data.domain.Page<ResourceDoc>ResourceElasticSearchRepositoryCustom. getByEntitlementLists(ResourceSearchBean resourceSearchBean, int from, int size) -
Uses of ResourceSearchBean in org.openiam.esb.elasticsearch.repository.impl
Methods in org.openiam.esb.elasticsearch.repository.impl with parameters of type ResourceSearchBean Modifier and Type Method Description protected org.elasticsearch.index.query.BoolQueryBuilderResourceElasticSearchRepositoryImpl. addAdditionalCriteria(ResourceSearchBean searchBean, org.elasticsearch.index.query.BoolQueryBuilder queryBuilder)protected org.springframework.data.elasticsearch.core.query.CriteriaQueryResourceElasticSearchRepositoryImpl. addNameCriteria(ResourceSearchBean searchBean, org.springframework.data.elasticsearch.core.query.CriteriaQuery query)protected org.springframework.data.elasticsearch.core.query.NativeSearchQueryResourceElasticSearchRepositoryImpl. buildNativeSearchQuery(ResourceSearchBean searchBean, org.elasticsearch.index.query.BoolQueryBuilder queryBuilder)org.springframework.data.domain.Page<ResourceDoc>ResourceElasticSearchRepositoryImpl. findBeans(ResourceSearchBean searchBean, int from, int size)org.springframework.data.domain.Page<ResourceDoc>ResourceElasticSearchRepositoryImpl. getByEntitlementLists(ResourceSearchBean searchBean, int from, int size)org.springframework.data.elasticsearch.core.query.CriteriaQueryResourceElasticSearchRepositoryImpl. getCriteria(ResourceSearchBean searchBean) -
Uses of ResourceSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type ResourceSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<ResourceEntity>ResourceRepositoryImpl. buildSpecifications(ResourceSearchBean sb) -
Uses of ResourceSearchBean in org.openiam.idm.searchbeans
Methods in org.openiam.idm.searchbeans that return ResourceSearchBean Modifier and Type Method Description ResourceSearchBeanResourceSearchBean.Builder. build() -
Uses of ResourceSearchBean in org.openiam.srvc.am
Methods in org.openiam.srvc.am with parameters of type ResourceSearchBean Modifier and Type Method Description intResourceDataService. count(ResourceSearchBean searchBean)count the number of resources based on the searchBeanintResourceDataServiceImpl. count(ResourceSearchBean searchBean)ResourceListResponseResourceDataService. findBeans(ResourceSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)Search a ResourceResourceListResponseResourceDataServiceImpl. findBeans(ResourceSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)
-