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 NodeTypeStorageNodeTypeCache. wrap(NodeTypeStorage storage)Wraps thisNodeTypeCachearound the passedstorageand exposes itself again as aNodeTypeStorage.Methods in org.apache.jackrabbit.jcr2spi.nodetype with parameters of type NodeTypeStorage Modifier and Type Method Description static NodeTypeRegistryImplNodeTypeRegistryImpl. create(NodeTypeStorage storage, NamespaceRegistry nsRegistry)Create a newNodeTypeRegistryIterator<QNodeTypeDefinition>NodeTypeCache. getAllDefinitions(NodeTypeStorage storage)Returns an Iterator over all node type definitions registered.Iterator<QNodeTypeDefinition>NodeTypeCache. getDefinitions(NodeTypeStorage storage, Name[] nodeTypeNames)Returns theQNodeTypeDefinitions for the given node type names.voidNodeTypeCache. registerNodeTypes(NodeTypeStorage storage, QNodeTypeDefinition[] nodeTypeDefs, boolean allowUpdate)voidNodeTypeCache. unregisterNodeTypes(NodeTypeStorage storage, Name[] nodeTypeNames)NodeTypeStorageNodeTypeCache. wrap(NodeTypeStorage storage)Wraps thisNodeTypeCachearound the passedstorageand 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 NodeTypeStorageAbstractRepositoryService. nodeTypeDefsThe 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 classNodeTypeStorageImplThis implementation ofNodeTypeStoragekeeps a map of the registeredQNodeTypeDefinitionin memory.
-