Uses of Interface
org.apache.jackrabbit.spi.commons.nodetype.NodeTypeStorage
-
Packages that use NodeTypeStorage Package Description org.apache.jackrabbit.jcr2spi.nodetype org.apache.jackrabbit.spi.commons org.apache.jackrabbit.spi.commons.nodetype -
-
Uses of NodeTypeStorage in org.apache.jackrabbit.jcr2spi.nodetype
Methods in org.apache.jackrabbit.jcr2spi.nodetype that return NodeTypeStorage Modifier and Type Method Description NodeTypeStorage
NodeTypeCache. wrap(NodeTypeStorage storage)
Wraps thisNodeTypeCache
around the passedstorage
and exposes itself again as aNodeTypeStorage
.Methods in org.apache.jackrabbit.jcr2spi.nodetype with parameters of type NodeTypeStorage Modifier and Type Method Description static NodeTypeRegistryImpl
NodeTypeRegistryImpl. create(NodeTypeStorage storage, NamespaceRegistry nsRegistry)
Create a newNodeTypeRegistry
Iterator<QNodeTypeDefinition>
NodeTypeCache. getAllDefinitions(NodeTypeStorage storage)
Returns an Iterator over all node type definitions registered.Iterator<QNodeTypeDefinition>
NodeTypeCache. getDefinitions(NodeTypeStorage storage, Name[] nodeTypeNames)
Returns theQNodeTypeDefinition
s for the given node type names.void
NodeTypeCache. registerNodeTypes(NodeTypeStorage storage, QNodeTypeDefinition[] nodeTypeDefs, boolean allowUpdate)
void
NodeTypeCache. unregisterNodeTypes(NodeTypeStorage storage, Name[] nodeTypeNames)
NodeTypeStorage
NodeTypeCache. wrap(NodeTypeStorage storage)
Wraps thisNodeTypeCache
around the passedstorage
and exposes itself again as aNodeTypeStorage
. -
Uses of NodeTypeStorage in org.apache.jackrabbit.spi.commons
Fields in org.apache.jackrabbit.spi.commons declared as NodeTypeStorage Modifier and Type Field Description protected NodeTypeStorage
AbstractRepositoryService. nodeTypeDefs
The fixed set of node type definitions known to the repository service. -
Uses of NodeTypeStorage in org.apache.jackrabbit.spi.commons.nodetype
Classes in org.apache.jackrabbit.spi.commons.nodetype that implement NodeTypeStorage Modifier and Type Class Description class
NodeTypeStorageImpl
This implementation ofNodeTypeStorage
keeps a map of the registeredQNodeTypeDefinition
in memory.
-