Uses of Interface
org.gcube.application.cms.plugins.IndexerPluginInterface
-
Packages that use IndexerPluginInterface Package Description org.gcube.application.cms.plugins.implementations -
-
Uses of IndexerPluginInterface in org.gcube.application.cms.plugins.implementations
Methods in org.gcube.application.cms.plugins.implementations that return types with arguments of type IndexerPluginInterface Modifier and Type Method Description protected List<IndexerPluginInterface>SimpleLifeCycleManager. getIndexers(BaseRequest request)Methods in org.gcube.application.cms.plugins.implementations with parameters of type IndexerPluginInterface Modifier and Type Method Description protected <T extends DocumentHandlingReport>
TSimpleLifeCycleManager. deIndex(T report, IndexerPluginInterface indexer, org.bson.Document parameters)protected <T extends DocumentHandlingReport>
TSimpleLifeCycleManager. index(T report, IndexerPluginInterface indexer, org.bson.Document parameters)
-