Package | Description |
---|---|
org.modeshape.jcr.cache | |
org.modeshape.jcr.cache.change | |
org.modeshape.jcr.cache.document | |
org.modeshape.jcr.index.local | |
org.modeshape.jcr.query |
The Query API provides a mechanism for building and executing queries.
|
org.modeshape.jcr.query.engine |
This package contains several fully-functional query engine implementations.
|
org.modeshape.jcr.spi.index |
This package contains the interfaces for managing index providers and index definitions.
|
org.modeshape.jcr.spi.index.provider |
This package contains the Service Provider Interface (SPI) for custom index providers, which are components that encapsulate
how ModeShape updates and uses a set of particular indexes.
|
Modifier and Type | Method and Description |
---|---|
CachedNode.Properties |
CachedNode.getPropertiesByName(NodeCache cache)
Get the properties collection.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ChangeSetAdapter.addNode(String workspaceName,
NodeKey key,
Path path,
Name primaryType,
Set<Name> mixinTypes,
CachedNode.Properties properties,
boolean queryable)
Handle the addition of a node.
|
protected void |
ChangeSetAdapter.reindexNode(String workspaceName,
NodeKey key,
Path path,
Name primaryType,
Set<Name> mixinTypes,
CachedNode.Properties properties,
boolean queryable)
Handle the reindexing of a node.
|
Modifier and Type | Method and Description |
---|---|
CachedNode.Properties |
SessionNode.getPropertiesByName(NodeCache cache) |
CachedNode.Properties |
LazyCachedNode.getPropertiesByName(NodeCache cache) |
Modifier and Type | Method and Description |
---|---|
protected void |
IndexChangeAdapters.PathBasedChangeAdapter.addNode(String workspaceName,
NodeKey key,
Path path,
Name primaryType,
Set<Name> mixinTypes,
CachedNode.Properties properties,
boolean queryable) |
protected void |
IndexChangeAdapters.AbstractPropertyChangeAdapter.addNode(String workspaceName,
NodeKey key,
Path path,
Name primaryType,
Set<Name> mixinTypes,
CachedNode.Properties properties,
boolean queryable) |
protected void |
IndexChangeAdapters.PrimaryTypeChangeAdatper.addNode(String workspaceName,
NodeKey key,
Path path,
Name primaryType,
Set<Name> mixinTypes,
CachedNode.Properties properties,
boolean queryable) |
protected void |
IndexChangeAdapters.MixinTypesChangeAdatper.addNode(String workspaceName,
NodeKey key,
Path path,
Name primaryType,
Set<Name> mixinTypes,
CachedNode.Properties properties,
boolean queryable) |
protected void |
IndexChangeAdapters.NodeTypesChangeAdapter.addNode(String workspaceName,
NodeKey key,
Path path,
Name primaryType,
Set<Name> mixinTypes,
CachedNode.Properties properties,
boolean queryable) |
protected void |
IndexChangeAdapters.PathBasedChangeAdapter.reindexNode(String workspaceName,
NodeKey key,
Path path,
Name primaryType,
Set<Name> mixinTypes,
CachedNode.Properties properties,
boolean queryable) |
protected void |
IndexChangeAdapters.AbstractPropertyChangeAdapter.reindexNode(String workspaceName,
NodeKey key,
Path path,
Name primaryType,
Set<Name> mixinTypes,
CachedNode.Properties properties,
boolean queryable) |
Modifier and Type | Method and Description |
---|---|
void |
CompositeIndexWriter.add(String workspace,
NodeKey key,
Path path,
Name primaryType,
Set<Name> mixinTypes,
CachedNode.Properties properties) |
Modifier and Type | Method and Description |
---|---|
void |
NoOpQueryIndexWriter.add(String workspace,
NodeKey key,
Path path,
Name primaryType,
Set<Name> mixinTypes,
CachedNode.Properties properties) |
Modifier and Type | Method and Description |
---|---|
void |
IndexWriter.add(String workspace,
NodeKey key,
Path path,
Name primaryType,
Set<Name> mixinTypes,
CachedNode.Properties properties)
Add to the index the information about a node.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IndexChangeAdapter.index(String workspaceName,
NodeKey key,
Path path,
Name primaryType,
Set<Name> mixinTypes,
CachedNode.Properties properties,
boolean queryable)
Index the specific node.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.