Nuxeo Enterprise Platform 5.4

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

All Superinterfaces:
Serializable
All Known Implementing Classes:
IndexableResourcesImpl

public interface IndexableResources
extends Serializable

Indexable resources.

Aggregates a set of indexable resources with a shared key.

Author:
Julien Anguenot

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

Method Detail

getId

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

Returns:
a shared identifier for all resources.

getIndexableResources

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

Returns:
an array of indexable resource instances.

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.