Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.search.api.client.indexing.resources
Interface IndexableResources

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IndexableResourcesImpl

public interface IndexableResources
extends java.io.Serializable

Indexable resources.

Aggregates a set of indexable resources with a shared key.

Author:
Julien Anguenot

Method Summary
 java.lang.String getId()
          Returns a shared identifier for all resources.
 java.util.List<IndexableResource> getIndexableResources()
          Returns a set of indexable resources.
 

Method Detail

getId

java.lang.String getId()
Returns a shared identifier for all resources.

Returns:
a shared identifier for all resources.

getIndexableResources

java.util.List<IndexableResource> getIndexableResources()
Returns a set of indexable resources.

Returns:
an array of indexable resource instances.

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.