Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.core.search.api.indexing.resources.configuration.document.IndexableDocType

Packages that use IndexableDocType
org.nuxeo.ecm.core.search.api.client Nuxeo Core search engine client API. 
org.nuxeo.ecm.core.search.api.indexing.resources.configuration.document Document schema indexable resource configuration. 
org.nuxeo.ecm.core.search.api.internals   
org.nuxeo.ecm.core.search.service   
org.nuxeo.ecm.platform.search.ejb Nuxeo Core search engine EJB facade. 
 

Uses of IndexableDocType in org.nuxeo.ecm.core.search.api.client
 

Methods in org.nuxeo.ecm.core.search.api.client that return IndexableDocType
 IndexableDocType SearchService.getIndexableDocTypeFor(String docType)
          Return the indexing information for a given nuxeo core doc type.
 

Uses of IndexableDocType in org.nuxeo.ecm.core.search.api.indexing.resources.configuration.document
 

Classes in org.nuxeo.ecm.core.search.api.indexing.resources.configuration.document that implement IndexableDocType
 class IndexableDocTypeDescriptor
          Indexable doc type descriptor.
 

Uses of IndexableDocType in org.nuxeo.ecm.core.search.api.internals
 

Methods in org.nuxeo.ecm.core.search.api.internals that return types with arguments of type IndexableDocType
 Map<String,IndexableDocType> SearchServiceInternals.getIndexableDocTypes()
          Returns a map from doc type to indexable doc types.
 

Uses of IndexableDocType in org.nuxeo.ecm.core.search.service
 

Methods in org.nuxeo.ecm.core.search.service that return IndexableDocType
 IndexableDocType SearchServiceImpl.getIndexableDocTypeFor(String docType)
           
 

Methods in org.nuxeo.ecm.core.search.service that return types with arguments of type IndexableDocType
 Map<String,IndexableDocType> SearchServiceImpl.getIndexableDocTypes()
           
 

Uses of IndexableDocType in org.nuxeo.ecm.platform.search.ejb
 

Methods in org.nuxeo.ecm.platform.search.ejb that return IndexableDocType
 IndexableDocType SearchServiceBean.getIndexableDocTypeFor(String docType)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.