Class IndexObjectFactoryFactoryImpl
- java.lang.Object
-
- org.dspace.discovery.indexobject.factory.IndexObjectFactoryFactory
-
- org.dspace.discovery.indexobject.factory.IndexObjectFactoryFactoryImpl
-
public class IndexObjectFactoryFactoryImpl extends IndexObjectFactoryFactory
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 Constructor Description IndexObjectFactoryFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IndexFactory>getIndexFactories()Return the list of all the available implementations of the IndexableObjectService interface-
Methods inherited from class org.dspace.discovery.indexobject.factory.IndexObjectFactoryFactory
getIndexableObjectFactory, getIndexableObjectFactory, getIndexableObjects, getIndexFactoryByType, getInstance
-
-
-
-
Method Detail
-
getIndexFactories
public List<IndexFactory> 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
-
-