Package org.cyclos.impl.search
Interface RecordSearchHandler
-
- All Superinterfaces:
EntitySearchHandler<Record,RecordQuery,RecordVO>,RemovableEntitySearchHandler<Record,RecordQuery,RecordVO>
- All Known Implementing Classes:
ElasticsearchRecordSearchHandlerImpl,PostgresqlRecordSearchHandlerImpl
public interface RecordSearchHandler extends RemovableEntitySearchHandler<Record,RecordQuery,RecordVO>
Handler for searching records
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<RecordCountResult>counts(User user)Returns the counts of records per type, for the given user-
Methods inherited from interface org.cyclos.impl.search.EntitySearchHandler
index, indexName, iterateEntities, iterateIds, reindex, search
-
Methods inherited from interface org.cyclos.impl.search.RemovableEntitySearchHandler
remove
-
-
-
-
Method Detail
-
counts
List<RecordCountResult> counts(User user)
Returns the counts of records per type, for the given user
-
-