Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.search.api.client.indexing.resources.factory
Class IndexableResourcesFactory

java.lang.Object
  extended by org.nuxeo.ecm.core.search.api.client.indexing.resources.factory.IndexableResourcesFactory

public final class IndexableResourcesFactory
extends java.lang.Object

Computes an IndexableResources instance for a given DocumentModel.

This factory is specific to a Nuxeo core DocumentModel. Let's see if we need another kind of non document-centric factory in the future. This use case may appear if org.nuxeo.ecm.search aims at being an enterprise search standalone engine in the future. Right now, this is not aimed at being the case.

Author:
Julien Anguenot

Method Summary
static IndexableResources computeResourcesFor(DocumentModel dm)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

computeResourcesFor

public static IndexableResources computeResourcesFor(DocumentModel dm)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.