|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jackrabbit.state.nodetype.NodeTypeManagerState
Node type manager state. Instances of this class are used to hold and manage the internal state of node type managers.
Constructor Summary | |
NodeTypeManagerState()
Creates an empty node type manager state instance. |
Method Summary | |
void |
addNodeTypeState(NodeTypeState state)
Adds a node type to the node type manager state. |
NodeTypeState[] |
getNodeTypeStates()
Returns all available node type states. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NodeTypeManagerState()
Method Detail |
public NodeTypeState[] getNodeTypeStates()
public void addNodeTypeState(NodeTypeState state)
state
- node type state
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |