Package | Description |
---|---|
org.modeshape.jcr |
Modifier and Type | Method and Description |
---|---|
NodeType |
JcrNodeTypeManager.registerNodeType(NodeTypeDefinition template,
boolean allowUpdate)
Registers a new node type or updates an existing node type using the specified definition and returns the resulting
NodeType object. |
NodeTypeIterator |
JcrNodeTypeManager.registerNodeTypes(Collection<NodeTypeDefinition> templates,
boolean allowUpdates)
Registers or updates the specified Collection of
NodeTypeDefinition objects. |
NodeTypeIterator |
JcrNodeTypeManager.registerNodeTypes(Iterable<NodeTypeDefinition> nodeTypes)
Registers the node types from the given
JcrNodeTypeSource . |
NodeTypeIterator |
JcrNodeTypeManager.registerNodeTypes(NodeTypeDefinition[] ntds,
boolean allowUpdate)
Registers or updates the specified array of
NodeTypeDefinition objects. |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.