|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.wcm.webui.selector.content.UIContentTreeNode
public class UIContentTreeNode
Created by The eXo Platform SARL Author : Ha Mai Van maivanha1610@gmail.com
| Constructor Summary | |
|---|---|
UIContentTreeNode(java.lang.String name)
Instantiates a new tree node. |
|
UIContentTreeNode(java.lang.String path,
java.lang.String workSpaceName,
javax.jcr.Node node,
int deep)
Instantiates a new tree node. |
|
UIContentTreeNode(java.lang.String path,
java.lang.String name,
java.lang.String workSpaceName,
javax.jcr.Node node,
int deep)
Instantiates a new tree node. |
|
| Method Summary | |
|---|---|
int |
getDeep()
Gets the deep. |
java.lang.String |
getName()
Gets the name. |
javax.jcr.Node |
getNode()
Gets the node. |
java.lang.String |
getNodePath()
Gets the node path. |
java.lang.String |
getTreePath()
Gets the tree path. |
java.lang.String |
getWorkSpaceName()
Gets the work space name. |
void |
setDeep(int deep)
Sets the deep. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setNode(javax.jcr.Node node)
Sets the node. |
void |
setTreePath(java.lang.String treePath)
Sets the tree path. |
void |
setWorkSpaceName(java.lang.String workSpaceName)
Sets the work space name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UIContentTreeNode(java.lang.String path,
java.lang.String workSpaceName,
javax.jcr.Node node,
int deep)
path - the pathworkSpaceName - the work space namenode - the nodedeep - the deeppublic UIContentTreeNode(java.lang.String name)
name - the name
public UIContentTreeNode(java.lang.String path,
java.lang.String name,
java.lang.String workSpaceName,
javax.jcr.Node node,
int deep)
path - the pathname - the nameworkSpaceName - the work space namenode - the nodedeep - the deep| Method Detail |
|---|
public java.lang.String getName()
throws javax.jcr.RepositoryException
javax.jcr.RepositoryException - the repository exception
public java.lang.String getNodePath()
throws javax.jcr.RepositoryException
javax.jcr.RepositoryException - the repository exceptionpublic javax.jcr.Node getNode()
public void setNode(javax.jcr.Node node)
node - the new nodepublic int getDeep()
public void setDeep(int deep)
deep - the new deeppublic void setName(java.lang.String name)
name - the new namepublic java.lang.String getWorkSpaceName()
public void setWorkSpaceName(java.lang.String workSpaceName)
workSpaceName - the new work space namepublic java.lang.String getTreePath()
public void setTreePath(java.lang.String treePath)
treePath - the new tree path
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||