org.exoplatform.services.wcm.core
Class NodetypeUtils

java.lang.Object
  extended by org.exoplatform.services.wcm.core.NodetypeUtils

public class NodetypeUtils
extends java.lang.Object

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

NodetypeUtils

public NodetypeUtils()
Method Detail

displayAllNode

public static void displayAllNode(java.lang.String workspaceName,
                                  java.lang.String repositoryName)
                           throws java.lang.Exception
Display all nodes and their properties inside a workspace.

Parameters:
workspaceName - the workspace name
repositoryName - the repository name
Throws:
java.lang.Exception - the exception

displayAllChildNode

public static void displayAllChildNode(javax.jcr.Node node)
                                throws java.lang.Exception
Display the child node and its properties.

Parameters:
node - the current node
Throws:
java.lang.Exception - the exception

displayOneNode

public static void displayOneNode(javax.jcr.Node node)
                           throws java.lang.Exception
Display one node. and its properties

Parameters:
node - the node
Throws:
java.lang.Exception - the exception


Copyright © 2010 eXo Platform SAS. All Rights Reserved.