org.xcmis.spi
Class ItemsTree<T>
java.lang.Object
org.xcmis.spi.ItemsTree<T>
public final class ItemsTree<T>
- extends Object
Reflect tree hierarchy of CMIS object.
- Version:
- $Id: $
- Author:
- Andrey Parfonov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ItemsTree
public ItemsTree(T element,
List<ItemsTree<T>> children)
getContainer
public T getContainer()
- Returns:
- element (node) in three hierarchy
getChildren
public List<ItemsTree<T>> getChildren()
- Returns:
- children of object returned by
getContainer()
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.