Package | Description |
---|---|
org.apache.jackrabbit.jcr2spi.nodetype | |
org.apache.jackrabbit.spi.commons | |
org.apache.jackrabbit.spi.commons.nodetype |
Modifier and Type | Method and Description |
---|---|
NodeTypeStorage |
NodeTypeCache.wrap(NodeTypeStorage storage)
Wraps this
NodeTypeCache around the passed
storage and exposes itself again as a
NodeTypeStorage . |
NodeTypeStorage |
NodeTypeCache.wrap(NodeTypeStorage storage)
Wraps this
NodeTypeCache around the passed
storage and exposes itself again as a
NodeTypeStorage . |
Modifier and Type | Method and Description |
---|---|
static NodeTypeRegistryImpl |
NodeTypeRegistryImpl.create(NodeTypeStorage storage,
NamespaceRegistry nsRegistry)
Create a new
NodeTypeRegistry |
static NodeTypeRegistryImpl |
NodeTypeRegistryImpl.create(NodeTypeStorage storage,
NamespaceRegistry nsRegistry)
Create a new
NodeTypeRegistry |
Iterator<QNodeTypeDefinition> |
NodeTypeCache.getAllDefinitions(NodeTypeStorage storage)
Returns an Iterator over all node type definitions registered.
|
Iterator<QNodeTypeDefinition> |
NodeTypeCache.getAllDefinitions(NodeTypeStorage storage)
Returns an Iterator over all node type definitions registered.
|
Iterator<QNodeTypeDefinition> |
NodeTypeCache.getDefinitions(NodeTypeStorage storage,
Name[] nodeTypeNames)
Returns the
QNodeTypeDefinition s for the given node type
names. |
Iterator<QNodeTypeDefinition> |
NodeTypeCache.getDefinitions(NodeTypeStorage storage,
Name[] nodeTypeNames)
Returns the
QNodeTypeDefinition s for the given node type
names. |
void |
NodeTypeCache.registerNodeTypes(NodeTypeStorage storage,
QNodeTypeDefinition[] nodeTypeDefs,
boolean allowUpdate) |
void |
NodeTypeCache.registerNodeTypes(NodeTypeStorage storage,
QNodeTypeDefinition[] nodeTypeDefs,
boolean allowUpdate) |
void |
NodeTypeCache.unregisterNodeTypes(NodeTypeStorage storage,
Name[] nodeTypeNames) |
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 . |
NodeTypeStorage |
NodeTypeCache.wrap(NodeTypeStorage storage)
Wraps this
NodeTypeCache around the passed
storage and exposes itself again as a
NodeTypeStorage . |
Modifier and Type | Field and Description |
---|---|
protected NodeTypeStorage |
AbstractRepositoryService.nodeTypeDefs
The fixed set of node type definitions known to the repository service.
|
protected NodeTypeStorage |
AbstractRepositoryService.nodeTypeDefs
The fixed set of node type definitions known to the repository service.
|
Modifier and Type | Class and Description |
---|---|
class |
NodeTypeStorageImpl
This implementation of
NodeTypeStorage keeps a map of the registered QNodeTypeDefinition
in memory. |
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.