Interface ResourceElasticSearchRepositoryCustom
-
- All Superinterfaces:
AbstractCustomElasticSearchRepository<ResourceDoc,ResourceSearchBean,String>
- All Known Subinterfaces:
ResourceElasticSearchRepository
- All Known Implementing Classes:
ResourceElasticSearchRepositoryImpl
public interface ResourceElasticSearchRepositoryCustom extends AbstractCustomElasticSearchRepository<ResourceDoc,ResourceSearchBean,String>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.data.domain.Page<ResourceDoc>
getByEntitlementLists(ResourceSearchBean resourceSearchBean, int from, int size)
-
Methods inherited from interface org.openiam.esb.elasticsearch.repository.AbstractCustomElasticSearchRepository
allowReindex, count, findAll, findAllPageable, findBeans, findByIds, findByIdsPage, findIds, getDocumentClass, getPageable, isValidSearchBean, prepare
-
-
-
-
Method Detail
-
getByEntitlementLists
org.springframework.data.domain.Page<ResourceDoc> getByEntitlementLists(ResourceSearchBean resourceSearchBean, int from, int size)
-
-