public abstract class NodeUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MIXIN_TYPES
Property for the mixin node types.
|
static String |
NODE_TYPE
Property for the node type.
|
| Constructor and Description |
|---|
NodeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
handleMixinTypes(javax.jcr.Node node,
String[] mixinTypes)
Update the mixin node types
|
public static final String MIXIN_TYPES
public static final String NODE_TYPE
public static void handleMixinTypes(javax.jcr.Node node,
String[] mixinTypes)
throws javax.jcr.RepositoryException
node - the nodemixinTypes - the mixinsjavax.jcr.RepositoryException - if the repository's namespaced prefixes cannot be retrievedCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.