Interface ResourceCollectionManager


  • @ProviderType
    public interface ResourceCollectionManager
    The ResourceCollectionManager can read, list all available resource collections respectovely manage the resource collections...
    • Method Detail

      • getCollectionsForNode

        java.util.List<ResourceCollection> getCollectionsForNode​(Node node)
        List all available ResourceCollections for the given Node. If the given node itself is a resource collection, then only this single collection is returned. Otherwise the method starts recursively searching all child nodes for resource collections.
        Parameters:
        node - The node to look up for resource collections.
        Returns:
        All available ResourceCollections or an empty list if the node or any of its children is not a resource collection.