Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.search.api.client.indexing.resources.impl
Class IndexableResourcesImpl

java.lang.Object
  extended by org.nuxeo.ecm.core.search.api.client.indexing.resources.impl.IndexableResourcesImpl
All Implemented Interfaces:
java.io.Serializable, IndexableResources

public class IndexableResourcesImpl
extends java.lang.Object
implements IndexableResources

Indexable resources impl.

Author:
Julien Anguenot
See Also:
Serialized Form

Constructor Summary
IndexableResourcesImpl()
           
IndexableResourcesImpl(java.lang.String id, java.util.List<IndexableResource> indexableResources)
           
 
Method Summary
 java.lang.String getId()
          Returns a shared identifier for all resources.
 java.util.List<IndexableResource> getIndexableResources()
          Returns a set of indexable resources.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexableResourcesImpl

public IndexableResourcesImpl()

IndexableResourcesImpl

public IndexableResourcesImpl(java.lang.String id,
                              java.util.List<IndexableResource> indexableResources)
Method Detail

getId

public java.lang.String getId()
Description copied from interface: IndexableResources
Returns a shared identifier for all resources.

Specified by:
getId in interface IndexableResources
Returns:
a shared identifier for all resources.

getIndexableResources

public java.util.List<IndexableResource> getIndexableResources()
Description copied from interface: IndexableResources
Returns a set of indexable resources.

Specified by:
getIndexableResources in interface IndexableResources
Returns:
an array of indexable resource instances.

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.