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 Integer
ResourceRabbitMQService. 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 void
AbstractDetachableBeansServiceImpl. fillResourceSearchBeanWithEntityIds(ResourceSearchBean resourceSearchBean, Set<String> entityIds)
protected void
GroupDataServiceImpl. fillResourceSearchBeanWithEntityIds(ResourceSearchBean resourceSearchBean, Set<String> entityIds)
protected void
RoleDataServiceImpl. fillResourceSearchBeanWithEntityIds(ResourceSearchBean resourceSearchBean, Set<String> entityIds)
void
AccessRightProcessor. process(ResourceSearchBean searchBean, List<Resource> dtoList)
Access rights processor for DTO object with specific Entitlement collectionvoid
AccessRightProcessor. 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.BoolQueryBuilder
ResourceElasticSearchRepositoryImpl. addAdditionalCriteria(ResourceSearchBean searchBean, org.elasticsearch.index.query.BoolQueryBuilder queryBuilder)
protected org.springframework.data.elasticsearch.core.query.CriteriaQuery
ResourceElasticSearchRepositoryImpl. addNameCriteria(ResourceSearchBean searchBean, org.springframework.data.elasticsearch.core.query.CriteriaQuery query)
protected org.springframework.data.elasticsearch.core.query.NativeSearchQuery
ResourceElasticSearchRepositoryImpl. 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.CriteriaQuery
ResourceElasticSearchRepositoryImpl. 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 ResourceSearchBean
ResourceSearchBean.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 int
ResourceDataService. count(ResourceSearchBean searchBean)
count the number of resources based on the searchBeanint
ResourceDataServiceImpl. count(ResourceSearchBean searchBean)
ResourceListResponse
ResourceDataService. findBeans(ResourceSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)
Search a ResourceResourceListResponse
ResourceDataServiceImpl. findBeans(ResourceSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)
-