| Modifier and Type | Field and Description |
|---|---|
static int |
BINARY |
static int |
BOOLEAN |
static int |
DATE |
static int |
DOUBLE |
static int |
LONG |
static int |
PATH |
static int |
REFERENCE |
static int |
STRING |
| Modifier | Constructor and Description |
|---|---|
private |
JCRUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decodeName(String name) |
static String |
encodeName(String name) |
static javax.jcr.nodetype.PropertyDefinition |
findPropertyDefinition(javax.jcr.Node node,
String propertyName) |
static javax.jcr.Property |
getProperty(javax.jcr.Node node,
String propertyName) |
static javax.jcr.nodetype.PropertyDefinition |
getPropertyDefinition(javax.jcr.nodetype.NodeType nodeType,
String propertyName) |
static boolean |
isJCRPropertyType(Object value) |
static void |
setProperty(javax.jcr.Node node,
String propertyName,
boolean value) |
static void |
setProperty(javax.jcr.Node node,
String propertyName,
javax.jcr.Value value) |
public static final int PATH
public static final int STRING
public static final int DATE
public static final int DOUBLE
public static final int LONG
public static final int BOOLEAN
public static final int REFERENCE
public static final int BINARY
private JCRUtils()
public static javax.jcr.Property getProperty(javax.jcr.Node node, String propertyName) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic static void setProperty(javax.jcr.Node node, String propertyName, boolean value) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic static void setProperty(javax.jcr.Node node, String propertyName, javax.jcr.Value value) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic static boolean isJCRPropertyType(Object value)
public static String encodeName(String name)
public static String decodeName(String name)
public static javax.jcr.nodetype.PropertyDefinition getPropertyDefinition(javax.jcr.nodetype.NodeType nodeType, String propertyName) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic static javax.jcr.nodetype.PropertyDefinition findPropertyDefinition(javax.jcr.Node node, String propertyName) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionCopyright © 2013 eXo Platform SAS. All Rights Reserved.