|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeTypeStorage
NodeTypeStorage...
| Method Summary | |
|---|---|
java.util.Iterator |
getAllDefinitions()
Returns an Iterator over all node type definitions registered. |
java.util.Iterator |
getDefinitions(Name[] nodeTypeNames)
Returns the QNodeTypeDefinitions for the given node type
names. |
void |
registerNodeTypes(QNodeTypeDefinition[] nodeTypeDefs)
|
void |
reregisterNodeTypes(QNodeTypeDefinition[] nodeTypeDefs)
|
void |
unregisterNodeTypes(Name[] nodeTypeNames)
|
| Method Detail |
|---|
java.util.Iterator getAllDefinitions()
throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
java.util.Iterator getDefinitions(Name[] nodeTypeNames)
throws javax.jcr.nodetype.NoSuchNodeTypeException,
javax.jcr.RepositoryException
QNodeTypeDefinitions for the given node type
names. The implementation is free to return additional definitions e.g.
dependencies.
nodeTypeNames -
javax.jcr.nodetype.NoSuchNodeTypeException
javax.jcr.RepositoryException
void registerNodeTypes(QNodeTypeDefinition[] nodeTypeDefs)
throws javax.jcr.nodetype.NoSuchNodeTypeException,
javax.jcr.RepositoryException
javax.jcr.nodetype.NoSuchNodeTypeException
javax.jcr.RepositoryException
void reregisterNodeTypes(QNodeTypeDefinition[] nodeTypeDefs)
throws javax.jcr.nodetype.NoSuchNodeTypeException,
javax.jcr.RepositoryException
javax.jcr.nodetype.NoSuchNodeTypeException
javax.jcr.RepositoryException
void unregisterNodeTypes(Name[] nodeTypeNames)
throws javax.jcr.nodetype.NoSuchNodeTypeException,
javax.jcr.RepositoryException
javax.jcr.nodetype.NoSuchNodeTypeException
javax.jcr.RepositoryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||