Uses of Interface
org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeStorage

Packages that use NodeTypeStorage
org.apache.jackrabbit.jcr2spi.nodetype   
 

Uses of NodeTypeStorage in org.apache.jackrabbit.jcr2spi.nodetype
 

Methods in org.apache.jackrabbit.jcr2spi.nodetype that return NodeTypeStorage
 NodeTypeStorage NodeTypeCache.wrap(NodeTypeStorage storage)
          Wraps this NodeTypeCache around the passed storage and exposes itself again as a NodeTypeStorage.
 

Methods in org.apache.jackrabbit.jcr2spi.nodetype with parameters of type NodeTypeStorage
static NodeTypeRegistryImpl NodeTypeRegistryImpl.create(NodeTypeStorage storage, NamespaceRegistry nsRegistry)
          Create a new NodeTypeRegistry
 Iterator NodeTypeCache.getAllDefinitions(NodeTypeStorage storage)
          Returns an Iterator over all node type definitions registered.
 Iterator NodeTypeCache.getDefinitions(NodeTypeStorage storage, Name[] nodeTypeNames)
          Returns the QNodeTypeDefinitions for the given node type names.
 void NodeTypeCache.registerNodeTypes(NodeTypeStorage storage, QNodeTypeDefinition[] nodeTypeDefs)
           
 void NodeTypeCache.reregisterNodeTypes(NodeTypeStorage storage, QNodeTypeDefinition[] nodeTypeDefs)
           
 void NodeTypeCache.unregisterNodeTypes(NodeTypeStorage storage, Name[] nodeTypeNames)
           
 NodeTypeStorage NodeTypeCache.wrap(NodeTypeStorage storage)
          Wraps this NodeTypeCache around the passed storage and exposes itself again as a NodeTypeStorage.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.