Class IndexObjectFactoryFactoryImpl
java.lang.Object
org.dspace.discovery.indexobject.factory.IndexObjectFactoryFactory
org.dspace.discovery.indexobject.factory.IndexObjectFactoryFactoryImpl
Abstract factory implementation to get the IndexFactory objects
- Author:
- Kevin Van de Velde (kevin at atmire dot com)
-
Field Summary
Fields inherited from class org.dspace.discovery.indexobject.factory.IndexObjectFactoryFactory
claimedTaskService, poolTaskService, workspaceItemService, xmlWorkflowItemService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the list of all the available implementations of the IndexableObjectService interfaceMethods inherited from class org.dspace.discovery.indexobject.factory.IndexObjectFactoryFactory
getIndexableObjectFactory, getIndexableObjectFactory, getIndexableObjects, getIndexFactoryByType, getInstance
-
Constructor Details
-
IndexObjectFactoryFactoryImpl
public IndexObjectFactoryFactoryImpl()
-
-
Method Details
-
getIndexFactories
Description copied from class:IndexObjectFactoryFactoryReturn the list of all the available implementations of the IndexableObjectService interface- Specified by:
getIndexFactoriesin classIndexObjectFactoryFactory- Returns:
- the list of IndexableObjectService
-