Nuxeo Enterprise Platform 5.4

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

Packages that use IndexableResourceConf
org.nuxeo.ecm.core.search.api.backend.indexing.resources Nuxeo Core search engine backend API related to indexable resources. 
org.nuxeo.ecm.core.search.api.backend.indexing.resources.impl Nuxeo Core search engine backend API implementation. 
org.nuxeo.ecm.core.search.api.client Nuxeo Core search engine client API. 
org.nuxeo.ecm.core.search.api.client.indexing.resources Base indexable resources API. 
org.nuxeo.ecm.core.search.api.client.indexing.resources.document Document indexable resources. 
org.nuxeo.ecm.core.search.api.client.indexing.resources.document.factory   
org.nuxeo.ecm.core.search.api.client.indexing.resources.document.impl Document indexable resources implementation. 
org.nuxeo.ecm.core.search.api.client.indexing.resources.factory Indexable resources factories. 
org.nuxeo.ecm.core.search.api.indexing.resources.configuration Indexable resource configuration. 
org.nuxeo.ecm.core.search.backend.testing   
org.nuxeo.ecm.core.search.service   
org.nuxeo.ecm.platform.audit.search.resources.indexing   
org.nuxeo.ecm.platform.search.ejb Nuxeo Core search engine EJB facade. 
 

Uses of IndexableResourceConf in org.nuxeo.ecm.core.search.api.backend.indexing.resources
 

Methods in org.nuxeo.ecm.core.search.api.backend.indexing.resources that return IndexableResourceConf
 IndexableResourceConf ResolvedResource.getConfiguration()
          Returns the associated configuration.
 

Uses of IndexableResourceConf in org.nuxeo.ecm.core.search.api.backend.indexing.resources.impl
 

Methods in org.nuxeo.ecm.core.search.api.backend.indexing.resources.impl that return IndexableResourceConf
 IndexableResourceConf ResolvedResourceImpl.getConfiguration()
           
 

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

Methods in org.nuxeo.ecm.core.search.api.client that return IndexableResourceConf
 IndexableResourceConf SearchService.getIndexableResourceConfByName(java.lang.String name, boolean full)
          Returns an indexable resource configuration given its name.
 IndexableResourceConf SearchService.getIndexableResourceConfByPrefix(java.lang.String prefix, boolean full)
          Returns an indexable resource configuration given its prefix.
 

Methods in org.nuxeo.ecm.core.search.api.client that return types with arguments of type IndexableResourceConf
 java.util.Map<java.lang.String,IndexableResourceConf> SearchService.getIndexableResourceConfs()
          Returns all the indexable resource configurations registred.
 

Uses of IndexableResourceConf in org.nuxeo.ecm.core.search.api.client.indexing.resources
 

Methods in org.nuxeo.ecm.core.search.api.client.indexing.resources that return IndexableResourceConf
 IndexableResourceConf IndexableResource.getConfiguration()
          Returns this instance bound configuration.
 IndexableResourceConf AbstractIndexableResource.getConfiguration()
           
 

Methods in org.nuxeo.ecm.core.search.api.client.indexing.resources with parameters of type IndexableResourceConf
 ResolvedResource AbstractIndexableResourceFactory.createResolvedResourceFor(java.io.Serializable targetResource, IndexableResourceConf conf, java.lang.String sid)
           
 ResolvedResources AbstractIndexableResourceFactory.createResolvedResourcesFor(java.io.Serializable targetResource, IndexableResourceConf conf, java.lang.String sid)
           
 ResolvedResource AbstractIndexableResourceFactory.resolveResourceFor(java.io.Serializable targetResource, IndexableResourceConf conf, java.lang.String sid)
           
 

Uses of IndexableResourceConf in org.nuxeo.ecm.core.search.api.client.indexing.resources.document
 

Methods in org.nuxeo.ecm.core.search.api.client.indexing.resources.document with parameters of type IndexableResourceConf
 IndexableResource DocumentIndexableResourceFactory.createIndexableResourceFrom(java.io.Serializable targetResource, IndexableResourceConf conf, java.lang.String sid)
           
 

Uses of IndexableResourceConf in org.nuxeo.ecm.core.search.api.client.indexing.resources.document.factory
 

Methods in org.nuxeo.ecm.core.search.api.client.indexing.resources.document.factory with parameters of type IndexableResourceConf
 IndexableResource DocumentIndexableResourceFactory.createIndexableResourceFrom(java.io.Serializable targetResource, IndexableResourceConf conf, java.lang.String sid)
           
 IndexableResource DocumentBuiltinsIndexableResourceFactory.createIndexableResourceFrom(java.io.Serializable targetResource, IndexableResourceConf conf, java.lang.String sid)
           
 

Uses of IndexableResourceConf in org.nuxeo.ecm.core.search.api.client.indexing.resources.document.impl
 

Constructors in org.nuxeo.ecm.core.search.api.client.indexing.resources.document.impl with parameters of type IndexableResourceConf
DocumentBuiltinsIndexableResourceImpl(DocumentModel dm, IndexableResourceConf conf, java.lang.String sid)
           
DocumentIndexableResourceImpl(DocumentModel dm, IndexableResourceConf conf, java.lang.String sid)
           
 

Uses of IndexableResourceConf in org.nuxeo.ecm.core.search.api.client.indexing.resources.factory
 

Methods in org.nuxeo.ecm.core.search.api.client.indexing.resources.factory with parameters of type IndexableResourceConf
 IndexableResource IndexableResourceFactory.createIndexableResourceFrom(java.io.Serializable targetResource, IndexableResourceConf conf, java.lang.String sid)
          Returns an indexable resource instance given a target object needed by the resource along with its configuration.
 ResolvedResource IndexableResourceFactory.createResolvedResourceFor(java.io.Serializable targetResource, IndexableResourceConf conf, java.lang.String sid)
          Resolves and returns an indexable resource instance.
 ResolvedResources IndexableResourceFactory.createResolvedResourcesFor(java.io.Serializable targetResource, IndexableResourceConf conf, java.lang.String sid)
          Resolves an indexable resources and returns an aggregated resolved resources instances.
 ResolvedResource IndexableResourceFactory.resolveResourceFor(java.io.Serializable targetResource, IndexableResourceConf conf, java.lang.String sid)
          Resolves and returns an indexable resource instance.
 

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

Classes in org.nuxeo.ecm.core.search.api.indexing.resources.configuration that implement IndexableResourceConf
 class IndexableResourceDescriptor
          Indexable document descriptor.
 

Uses of IndexableResourceConf in org.nuxeo.ecm.core.search.backend.testing
 

Classes in org.nuxeo.ecm.core.search.backend.testing that implement IndexableResourceConf
 class FakeIndexableDocResourceConf
          A mockup used in testing data.
 

Methods in org.nuxeo.ecm.core.search.backend.testing that return IndexableResourceConf
 IndexableResourceConf FakeIndexableResource.getConfiguration()
           
 

Constructors in org.nuxeo.ecm.core.search.backend.testing with parameters of type IndexableResourceConf
FakeIndexableResource(IndexableResourceConf conf)
           
 

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

Methods in org.nuxeo.ecm.core.search.service that return IndexableResourceConf
 IndexableResourceConf SearchServiceImpl.getIndexableResourceConfByName(java.lang.String name, boolean full)
           
 IndexableResourceConf SearchServiceImpl.getIndexableResourceConfByPrefix(java.lang.String prefix, boolean full)
           
 

Methods in org.nuxeo.ecm.core.search.service that return types with arguments of type IndexableResourceConf
 java.util.Map<java.lang.String,IndexableResourceConf> SearchServiceImpl.getIndexableResourceConfs()
           
 

Uses of IndexableResourceConf in org.nuxeo.ecm.platform.audit.search.resources.indexing
 

Methods in org.nuxeo.ecm.platform.audit.search.resources.indexing with parameters of type IndexableResourceConf
 IndexableResource AuditIndexableResourceFactory.createIndexableResourceFrom(java.io.Serializable targetResource, IndexableResourceConf conf, java.lang.String sid)
           
 

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

Methods in org.nuxeo.ecm.platform.search.ejb that return IndexableResourceConf
 IndexableResourceConf SearchServiceBean.getIndexableResourceConfByName(java.lang.String name, boolean full)
           
 IndexableResourceConf SearchServiceBean.getIndexableResourceConfByPrefix(java.lang.String prefix, boolean full)
           
 

Methods in org.nuxeo.ecm.platform.search.ejb that return types with arguments of type IndexableResourceConf
 java.util.Map<java.lang.String,IndexableResourceConf> SearchServiceBean.getIndexableResourceConfs()
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.