org.chromattic.common
Class JCR
java.lang.Object
org.chromattic.common.JCR
public class JCR
- extends Object
- Version:
- $Revision$
- Author:
- Julien Viet
|
Constructor Summary |
JCR()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCR
public JCR()
adapt
public static Iterator<javax.jcr.Property> adapt(javax.jcr.PropertyIterator iterator)
adapt
public static Iterator<javax.jcr.Node> adapt(javax.jcr.NodeIterator iterator)
getPropertyDefinition
public static javax.jcr.nodetype.PropertyDefinition getPropertyDefinition(javax.jcr.nodetype.NodeType nodeType,
String propertyName)
throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
getPropertyDefinition
public static javax.jcr.nodetype.PropertyDefinition getPropertyDefinition(javax.jcr.Node node,
String propertyName)
throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
findPropertyDefinition
public static javax.jcr.nodetype.PropertyDefinition findPropertyDefinition(javax.jcr.Node node,
String propertyName)
throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
validateName
public static void validateName(String name)
Copyright © 2009 eXo Platform SAS. All Rights Reserved.