|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jackrabbit.base.nodetype.BaseNodeTypeManager
Node type manager base class.
Constructor Summary | |
protected |
BaseNodeTypeManager()
Protected constructor. |
Method Summary | |
NodeTypeIterator |
getAllNodeTypes()
Not implemented. |
NodeTypeIterator |
getMixinNodeTypes()
Implemented by calling getAllNodeTypes() and iterating
through the returned node types to select all mixin node types. |
NodeType |
getNodeType(String nodeTypeName)
Implemented by calling getAllNodeTypes() and iterating
through the returned node types to find the named node type. |
NodeTypeIterator |
getPrimaryNodeTypes()
Implemented by calling getAllNodeTypes() and iterating
through the returned node types to select all primary node types. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected BaseNodeTypeManager()
Method Detail |
public NodeTypeIterator getAllNodeTypes() throws RepositoryException
getAllNodeTypes
in interface NodeTypeManager
RepositoryException
public NodeType getNodeType(String nodeTypeName) throws NoSuchNodeTypeException, RepositoryException
getAllNodeTypes()
and iterating
through the returned node types to find the named node type.
getNodeType
in interface NodeTypeManager
NoSuchNodeTypeException
RepositoryException
public NodeTypeIterator getPrimaryNodeTypes() throws RepositoryException
getAllNodeTypes()
and iterating
through the returned node types to select all primary node types.
getPrimaryNodeTypes
in interface NodeTypeManager
RepositoryException
public NodeTypeIterator getMixinNodeTypes() throws RepositoryException
getAllNodeTypes()
and iterating
through the returned node types to select all mixin node types.
getMixinNodeTypes
in interface NodeTypeManager
RepositoryException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |