Interface ClaimedTaskIndexFactory
-
- All Superinterfaces:
IndexFactory<IndexableClaimedTask,ClaimedTask>
- All Known Implementing Classes:
ClaimedTaskIndexFactoryImpl
public interface ClaimedTaskIndexFactory extends IndexFactory<IndexableClaimedTask,ClaimedTask>
Factory interface for indexing/retrieving claimed tasks in the search core- Author:
- Kevin Van de Velde (kevin at atmire dot com)
-
-
Method Summary
-
Methods inherited from interface org.dspace.discovery.indexobject.factory.IndexFactory
buildDocument, delete, delete, deleteAll, findAll, findIndexableObject, getIndexableObjects, getType, supports, writeDocument
-
-