Uses of Interface
org.dspace.discovery.indexobject.factory.IndexFactory
-
Packages that use IndexFactory Package Description org.dspace.discovery org.dspace.discovery.indexobject org.dspace.discovery.indexobject.factory org.dspace.discovery.utils -
-
Uses of IndexFactory in org.dspace.discovery
Methods in org.dspace.discovery with parameters of type IndexFactory Modifier and Type Method Description protected voidSolrServiceImpl. update(Context context, IndexFactory indexableObjectService, IndexableObject indexableObject)protected voidSolrServiceImpl. update(Context context, IndexFactory indexableObjectService, IndexableObject indexableObject, boolean preDB)Update the given indexable object using a given service -
Uses of IndexFactory in org.dspace.discovery.indexobject
Classes in org.dspace.discovery.indexobject that implement IndexFactory Modifier and Type Class Description classClaimedTaskIndexFactoryImplFactory implementation for indexing/retrieving claimed tasks in the search coreclassCollectionIndexFactoryImplFactory implementation for indexing/retrieving collections in the search coreclassCommunityIndexFactoryImplFactory implementation for indexing/retrieving communities in the search coreclassDSpaceObjectIndexFactoryImpl<T extends IndexableDSpaceObject,S extends DSpaceObject>Factory implementation for indexing/retrieving DSpaceObjects in the search coreclassIndexFactoryImpl<T extends IndexableObject,S>Basis factory interface implementation for indexing/retrieving any IndexableObject in the search coreclassInprogressSubmissionIndexFactoryImpl<T extends IndexableInProgressSubmission,S extends InProgressSubmission>Factory implementation for indexing/retrieving InProgressSubmissions in the search coreclassItemIndexFactoryImplFactory implementation for indexing/retrieving items in the search coreclassMetadataFieldIndexFactoryImplFactory implementation for indexing/retrievingMetadataFielditems in the search coreclassPoolTaskIndexFactoryImplFactory implementation for indexing/retrieving pooled tasks in the search coreclassWorkflowItemIndexFactoryImplFactory implementation for indexing/retrieving workflow items in the search coreclassWorkspaceItemIndexFactoryImplFactory implementation for indexing/retrieving workspace items in the search core -
Uses of IndexFactory in org.dspace.discovery.indexobject.factory
Subinterfaces of IndexFactory in org.dspace.discovery.indexobject.factory Modifier and Type Interface Description interfaceClaimedTaskIndexFactoryFactory interface for indexing/retrieving claimed tasks in the search coreinterfaceCollectionIndexFactoryFactory interface for indexing/retrieving collections in the search coreinterfaceCommunityIndexFactoryFactory interface for indexing/retrieving communities in the search coreinterfaceDSpaceObjectIndexFactory<T extends IndexableDSpaceObject,S extends DSpaceObject>Factory interface for indexing/retrieving DSpaceObjects in the search coreinterfaceInprogressSubmissionIndexFactory<T extends IndexableInProgressSubmission,S extends InProgressSubmission>Factory interface for indexing/retrieving InProgresssSubmission objects in the search coreinterfaceItemIndexFactoryFactory interface for indexing/retrieving items in the search coreinterfaceMetadataFieldIndexFactoryFactory interface for indexing/retrievingMetadataFielditems in the search coreinterfacePoolTaskIndexFactoryFactory interface for indexing/retrieving Pooltask objects in the search coreinterfaceWorkflowItemIndexFactoryFactory interface for indexing/retrieving workflow items objects in the search coreinterfaceWorkspaceItemIndexFactoryFactory interface for indexing/retrieving workspace item objects in the search coreMethods in org.dspace.discovery.indexobject.factory that return IndexFactory Modifier and Type Method Description IndexFactoryIndexObjectFactoryFactory. getIndexableObjectFactory(String indexableObjectUniqueString)Retrieve the IndexFactory implementation for the given indexable object unique identifierIndexFactoryIndexObjectFactoryFactory. getIndexableObjectFactory(IndexableObject indexableObject)Retrieve the IndexFactory implementation for the given indexable objectIndexFactoryIndexObjectFactoryFactory. getIndexFactoryByType(String indexableFactoryType)Retrieve the IndexFactory implementation for the given indexable object typeMethods in org.dspace.discovery.indexobject.factory that return types with arguments of type IndexFactory Modifier and Type Method Description abstract List<IndexFactory>IndexObjectFactoryFactory. getIndexFactories()Return the list of all the available implementations of the IndexableObjectService interfaceList<IndexFactory>IndexObjectFactoryFactoryImpl. getIndexFactories() -
Uses of IndexFactory in org.dspace.discovery.utils
Method parameters in org.dspace.discovery.utils with type arguments of type IndexFactory Modifier and Type Method Description voidDiscoverQueryBuilder. setIndexableFactories(List<IndexFactory> indexableFactories)
-