Uses of Class
org.openiam.idm.searchbeans.GroupSearchBean
-
-
Uses of GroupSearchBean in org.openiam.base.request
Constructors in org.openiam.base.request with parameters of type GroupSearchBean Constructor Description GroupSearchServiceRequest(GroupSearchBean searchBean)
GroupSearchServiceRequest(GroupSearchBean searchBean, String ownerId)
GroupSearchServiceRequest(GroupSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)
GroupSearchServiceRequest(GroupSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size, String ownerId)
-
Uses of GroupSearchBean in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq with parameters of type GroupSearchBean Modifier and Type Method Description List<Group>
GroupRabbitMQService. findBeans(GroupSearchBean sb, int from, int size)
List<Group>
GroupRabbitMQService. findBeans(GroupSearchBean sb, EntitlementsCollection[] collections, int from, int size)
GroupListResponse
GroupRabbitMQService. findBeansResponse(GroupSearchBean sb, EntitlementsCollection[] collections, int from, int size)
-
Uses of GroupSearchBean in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type GroupSearchBean Modifier and Type Method Description int
GroupDataService. countGroupsForOwner(GroupSearchBean searchBean, String ownerId)
Counts number of groups for given count criteria.List<Group>
GroupDataService. findGroupsDtoForOwner(GroupSearchBean searchBean, String ownerId, int from, int size)
Returns list of Group objects for given search criteria.List<GroupEntity>
GroupDataService. findGroupsForOwner(GroupSearchBean searchBean, String ownerId, int from, int size)
Returns list of GroupEntity objects for given search criteria. -
Uses of GroupSearchBean in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return types with arguments of type GroupSearchBean Modifier and Type Method Description protected Supplier<GroupSearchBean>
GroupDataServiceImpl. getSearchBean()
Methods in org.openiam.esb.core.service.impl with parameters of type GroupSearchBean Modifier and Type Method Description int
GroupDataServiceImpl. countGroupsForOwner(GroupSearchBean searchBean, String ownerId)
List<Group>
GroupDataServiceImpl. findGroupsDtoForOwner(GroupSearchBean searchBean, String ownerId, int from, int size)
List<GroupEntity>
GroupDataServiceImpl. findGroupsForOwner(GroupSearchBean searchBean, String ownerId, int from, int size)
void
AccessRightProcessor. process(GroupSearchBean searchBean, List<Group> dtoList)
Access rights processor for DTO object with specific Entitlement collectionvoid
AccessRightProcessor. process(GroupSearchBean searchBean, List<Group> dtoList, List<GroupEntity> entityList)
-
Uses of GroupSearchBean in org.openiam.esb.elasticsearch.repository.impl
Methods in org.openiam.esb.elasticsearch.repository.impl with parameters of type GroupSearchBean Modifier and Type Method Description protected org.elasticsearch.index.query.BoolQueryBuilder
GroupElasticSearchRepositoryImpl. addAdditionalCriteria(GroupSearchBean searchBean, org.elasticsearch.index.query.BoolQueryBuilder queryBuilder)
protected org.springframework.data.elasticsearch.core.query.NativeSearchQuery
GroupElasticSearchRepositoryImpl. buildNativeSearchQuery(GroupSearchBean searchBean, org.elasticsearch.index.query.BoolQueryBuilder queryBuilder)
org.springframework.data.elasticsearch.core.query.CriteriaQuery
GroupElasticSearchRepositoryImpl. getCriteria(GroupSearchBean searchBean)
-
Uses of GroupSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type GroupSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<GroupEntity>
GroupRepositoryImpl. buildSpecifications(GroupSearchBean sb)
-
Uses of GroupSearchBean in org.openiam.recon.service.impl.service
Methods in org.openiam.recon.service.impl.service that return GroupSearchBean Modifier and Type Method Description GroupSearchBean
AbstractIDMSearchScript. createGroupSearchBean(Map<String,Object> bindingMap)
GroupSearchBean
IDMSearchScript. createGroupSearchBean(Map<String,Object> bindingMap)
-
Uses of GroupSearchBean in org.openiam.srvc.am
Methods in org.openiam.srvc.am with parameters of type GroupSearchBean Modifier and Type Method Description int
GroupDataWebService. countBeans(GroupSearchBean searchBean)
Returns total number of Groups based on parameters, which are specified in GroupSearchBean objectint
GroupDataWebServiceImpl. countBeans(GroupSearchBean searchBean)
int
GroupDataWebService. countGroupsForOwner(GroupSearchBean searchBean, String ownerId)
Returns total number of Groups for given groupOwner based on parameters, which are specified in GroupSearchBean objectint
GroupDataWebServiceImpl. countGroupsForOwner(GroupSearchBean searchBean, String ownerId)
GroupListResponse
GroupDataWebService. findBeans(GroupSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)
Return a paged List of Groups based on parameters, which are specified in GroupSearchBean objectGroupListResponse
GroupDataWebServiceImpl. findBeans(GroupSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)
List<Group>
GroupDataWebService. findGroupsForOwner(GroupSearchBean searchBean, String ownerId, int from, int size)
Return a paged List of Groups for given groupOwner based on parameters, which are specified in GroupSearchBean objectList<Group>
GroupDataWebServiceImpl. findGroupsForOwner(GroupSearchBean searchBean, String ownerId, int from, int size)
GroupListResponse
GroupDataWebService. getWithResources(String userId, GroupSearchBean searchBean, Set<String> resourceTypeIds, int from, int size)
method is used to get user's groups with entitled resources, filtered by #resourceTypeIds.GroupListResponse
GroupDataWebServiceImpl. getWithResources(String userId, GroupSearchBean searchBean, Set<String> resourceTypeIds, int from, int size)
-