Uses of Class
org.openiam.idm.srvc.user.dto.UserAttributeSearchBean
-
-
Uses of UserAttributeSearchBean in org.openiam.esb.elasticsearch.repository.custom
Methods in org.openiam.esb.elasticsearch.repository.custom with parameters of type UserAttributeSearchBean Modifier and Type Method Description org.springframework.data.domain.Page<String>
UserAttributeElasticSearchRepositoryCustom. findUserIds(UserAttributeSearchBean sb, org.springframework.data.domain.Pageable pageable)
List<org.elasticsearch.index.query.QueryBuilder>
UserAttributeElasticSearchRepositoryCustom. getNestedQueryBuilder(String prefix, UserAttributeSearchBean searchBean)
-
Uses of UserAttributeSearchBean in org.openiam.esb.elasticsearch.repository.impl
Methods in org.openiam.esb.elasticsearch.repository.impl with parameters of type UserAttributeSearchBean Modifier and Type Method Description org.springframework.data.domain.Page<String>
UserAttributeElasticSearchRepositoryImpl. findUserIds(UserAttributeSearchBean sb, org.springframework.data.domain.Pageable pageable)
-
Uses of UserAttributeSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type UserAttributeSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<UserAttributeEntity>
UserAttributeRepositoryImpl. buildSpecifications(UserAttributeSearchBean searchBean)
-
Uses of UserAttributeSearchBean in org.openiam.idm.searchbeans
Methods in org.openiam.idm.searchbeans that return UserAttributeSearchBean Modifier and Type Method Description protected UserAttributeSearchBean
UserSearchBean. createAttributeSearchBean(String name, String value, String metadataElementId)
-