Interface UserAttributeElasticSearchRepositoryCustom
-
- All Superinterfaces:
AbstractAttributeElasticSearchRepositoryCustom<UserAttributeDoc,UserAttributeSearchBean>
,AbstractCustomElasticSearchRepository<UserAttributeDoc,UserAttributeSearchBean,String>
- All Known Subinterfaces:
UserAttributeElasticSearchRepository
- All Known Implementing Classes:
UserAttributeElasticSearchRepositoryImpl
public interface UserAttributeElasticSearchRepositoryCustom extends AbstractAttributeElasticSearchRepositoryCustom<UserAttributeDoc,UserAttributeSearchBean>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.data.domain.Page<String>
findUserIds(UserAttributeSearchBean sb, org.springframework.data.domain.Pageable pageable)
List<org.elasticsearch.index.query.QueryBuilder>
getNestedQueryBuilder(String prefix, UserAttributeSearchBean searchBean)
-
Methods inherited from interface org.openiam.esb.elasticsearch.repository.AbstractCustomElasticSearchRepository
allowReindex, count, findAll, findAllPageable, findBeans, findByIds, findByIdsPage, findIds, getDocumentClass, getPageable, isValidSearchBean, prepare
-
-
-
-
Method Detail
-
findUserIds
org.springframework.data.domain.Page<String> findUserIds(UserAttributeSearchBean sb, org.springframework.data.domain.Pageable pageable)
-
getNestedQueryBuilder
List<org.elasticsearch.index.query.QueryBuilder> getNestedQueryBuilder(String prefix, UserAttributeSearchBean searchBean)
- Specified by:
getNestedQueryBuilder
in interfaceAbstractAttributeElasticSearchRepositoryCustom<UserAttributeDoc,UserAttributeSearchBean>
-
-