Nuxeo ECM Projects 5.6-RC1

org.nuxeo.ecm.webapp.tree
Interface DocumentTreeNode

All Superinterfaces:
Serializable
All Known Implementing Classes:
ClassificationTreeNode, DocumentTreeNodeImpl

public interface DocumentTreeNode
extends Serializable

Tree node of documents.

Author:
Anahide Tchertchian

Method Summary
 List<DocumentTreeNode> getChildren()
           
 String getId()
           
 String getPath()
           
 QuotaStats getQuotaStats()
          Returns the QuotaStats adapter for the underlying document of this DocumentTreeNode.
 

Method Detail

getChildren

List<DocumentTreeNode> getChildren()

getId

String getId()

getPath

String getPath()

getQuotaStats

QuotaStats getQuotaStats()
Returns the QuotaStats adapter for the underlying document of this DocumentTreeNode.

Since:
5.5

Nuxeo ECM Projects 5.6-RC1

Copyright © 2012 Nuxeo SA. All Rights Reserved.