Uses of Class
org.dspace.discovery.indexobject.IndexableDSpaceObject
-
Packages that use IndexableDSpaceObject Package Description org.dspace.discovery.indexobject org.dspace.discovery.indexobject.factory -
-
Uses of IndexableDSpaceObject in org.dspace.discovery.indexobject
Classes in org.dspace.discovery.indexobject with type parameters of type IndexableDSpaceObject Modifier and Type Class Description classDSpaceObjectIndexFactoryImpl<T extends IndexableDSpaceObject,S extends DSpaceObject>Factory implementation for indexing/retrieving DSpaceObjects in the search coreSubclasses of IndexableDSpaceObject in org.dspace.discovery.indexobject Modifier and Type Class Description classIndexableCollectionCollection implementation for the IndexableObjectclassIndexableCommunityCommunity implementation for the IndexableObjectclassIndexableItemItem implementation for the IndexableObject -
Uses of IndexableDSpaceObject in org.dspace.discovery.indexobject.factory
Classes in org.dspace.discovery.indexobject.factory with type parameters of type IndexableDSpaceObject Modifier and Type Interface Description interfaceDSpaceObjectIndexFactory<T extends IndexableDSpaceObject,S extends DSpaceObject>Factory interface for indexing/retrieving DSpaceObjects in the search core
-