|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.wcm.core.NodetypeUtils
public class NodetypeUtils
Created by The eXo Platform SAS Author : eXoPlatform chuong.phan@exoplatform.com, phan.le.thanh.chuong@gmail.com Jul 21, 2009
| Constructor Summary | |
|---|---|
NodetypeUtils()
|
|
| Method Summary | |
|---|---|
static void |
displayAllChildNode(javax.jcr.Node node)
Display the child node and its properties. |
static void |
displayAllNode(java.lang.String workspaceName,
java.lang.String repositoryName)
Display all nodes and their properties inside a workspace. |
static void |
displayOneNode(javax.jcr.Node node)
Display one node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodetypeUtils()
| Method Detail |
|---|
public static void displayAllNode(java.lang.String workspaceName,
java.lang.String repositoryName)
throws java.lang.Exception
workspaceName - the workspace namerepositoryName - the repository name
java.lang.Exception - the exception
public static void displayAllChildNode(javax.jcr.Node node)
throws java.lang.Exception
node - the current node
java.lang.Exception - the exception
public static void displayOneNode(javax.jcr.Node node)
throws java.lang.Exception
node - the node
java.lang.Exception - the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||