Interface AuditLogElasticSearchRepositoryCustom
-
- All Superinterfaces:
AbstractCustomElasticSearchRepository<IdmAuditLogDoc,AuditLogSearchBean,String>
- All Known Subinterfaces:
AuditLogElasticSearchRepository
- All Known Implementing Classes:
AuditLogElasticSearchRepositoryImpl
public interface AuditLogElasticSearchRepositoryCustom extends AbstractCustomElasticSearchRepository<IdmAuditLogDoc,AuditLogSearchBean,String>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.data.domain.Page<IdmAuditLogDoc>
find(AuditLogSearchBean searchBean, org.springframework.data.domain.Pageable pageable)
-
Methods inherited from interface org.openiam.esb.elasticsearch.repository.AbstractCustomElasticSearchRepository
allowReindex, count, findAll, findAllPageable, findBeans, findByIds, findByIdsPage, findIds, getDocumentClass, getPageable, isValidSearchBean, prepare
-
-
-
-
Method Detail
-
find
org.springframework.data.domain.Page<IdmAuditLogDoc> find(AuditLogSearchBean searchBean, org.springframework.data.domain.Pageable pageable)
-
-