|
ModeShape Distribution 3.0.1.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeTypeExistsException | |
|---|---|
| org.modeshape.jcr | |
| Uses of NodeTypeExistsException in org.modeshape.jcr |
|---|
| Methods in org.modeshape.jcr that throw NodeTypeExistsException | |
|---|---|
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. |
|
ModeShape Distribution 3.0.1.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||