protected static class CommunityBrowser.TreeNode extends Object
| Constructor and Description |
|---|
CommunityBrowser.TreeNode()
Construct a new root level node
|
| Modifier and Type | Method and Description |
|---|---|
CommunityBrowser.TreeNode |
addChild(DSpaceObject dso)
Add a child DSpaceObject
|
List<CommunityBrowser.TreeNode> |
getChildren() |
List<CommunityBrowser.TreeNode> |
getChildrenOfType(int type) |
DSpaceObject |
getDSO() |
int |
getLevel() |
public CommunityBrowser.TreeNode()
public DSpaceObject getDSO()
public CommunityBrowser.TreeNode addChild(DSpaceObject dso)
dso - The childpublic int getLevel()
public List<CommunityBrowser.TreeNode> getChildren()
public List<CommunityBrowser.TreeNode> getChildrenOfType(int type)
Copyright © 2014 DuraSpace. All Rights Reserved.