Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.api
Interface DocumentModelTree

All Superinterfaces:
java.util.Collection<DocumentModelTreeNode>, java.lang.Iterable<DocumentModelTreeNode>, java.util.List<DocumentModelTreeNode>, java.io.Serializable
All Known Implementing Classes:
DocumentModelTreeImpl

public interface DocumentModelTree
extends java.util.List<DocumentModelTreeNode>, java.io.Serializable

A serializable list of documents that holds information about the structure of the sections tree.

Author:
Narcis Paslaru

Method Summary
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.