| ClaimedTaskIndexFactoryImpl |
Factory implementation for indexing/retrieving claimed tasks in the search core
|
| CollectionIndexFactoryImpl |
Factory implementation for indexing/retrieving collections in the search core
|
| CommunityIndexFactoryImpl |
Factory implementation for indexing/retrieving communities in the search core
|
| DSpaceObjectIndexFactoryImpl<T extends IndexableDSpaceObject,S extends DSpaceObject> |
Factory implementation for indexing/retrieving DSpaceObjects in the search core
|
| IndexableClaimedTask |
ClaimedTask implementation for the IndexableObject
|
| IndexableCollection |
Collection implementation for the IndexableObject
|
| IndexableCommunity |
Community implementation for the IndexableObject
|
| IndexableDSpaceObject<T extends DSpaceObject> |
DSpaceObject implementation for the IndexableObject, contains methods used by all DSpaceObject methods
All DSpaceObjects that will be indexed in discovery should inherit from this class & have their own implementation
|
| IndexableInProgressSubmission<T extends InProgressSubmission> |
InProgressSubmission implementation for the IndexableObject
|
| IndexableItem |
Item implementation for the IndexableObject
|
| IndexablePoolTask |
PoolTask implementation for the IndexableObject
|
| IndexableWorkflowItem |
Workflow item implementation for the IndexableObject
|
| IndexableWorkspaceItem |
Workspace item implementation for the IndexableObject
|
| IndexFactoryImpl<T extends IndexableObject,S> |
Basis factory interface implementation for indexing/retrieving any IndexableObject in the search core
|
| InprogressSubmissionIndexFactoryImpl<T extends IndexableInProgressSubmission,S extends InProgressSubmission> |
Factory implementation for indexing/retrieving InProgressSubmissions in the search core
|
| ItemIndexFactoryImpl |
Factory implementation for indexing/retrieving items in the search core
|
| PoolTaskIndexFactoryImpl |
Factory implementation for indexing/retrieving pooled tasks in the search core
|
| WorkflowItemIndexFactoryImpl |
Factory implementation for indexing/retrieving workflow items in the search core
|
| WorkspaceItemIndexFactoryImpl |
Factory implementation for indexing/retrieving workspace items in the search core
|