Package | Description |
---|---|
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.query |
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 |
---|---|
void |
CompositeIndexWriter.addToIndex(String workspace,
NodeKey key,
Path path,
Name primaryType,
Set<Name> mixinTypes,
Iterator<Property> propertiesIterator,
NodeTypeSchemata schemata,
QueryIndexWriter.IndexingContext txnCtx) |
void |
CompositeIndexWriter.updateIndex(String workspace,
NodeKey key,
Path path,
Name primaryType,
Set<Name> mixinTypes,
Iterator<Property> properties,
NodeTypeSchemata schemata,
QueryIndexWriter.IndexingContext txnCtx) |
Modifier and Type | Method and Description |
---|---|
void |
NoOpQueryIndexWriter.addToIndex(String workspace,
NodeKey key,
Path path,
Name primaryType,
Set<Name> mixinTypes,
Iterator<Property> propertiesIterator,
NodeTypeSchemata schemata,
QueryIndexWriter.IndexingContext txnCtx) |
void |
NoOpQueryIndexWriter.updateIndex(String workspace,
NodeKey key,
Path path,
Name primaryType,
Set<Name> mixinTypes,
Iterator<Property> properties,
NodeTypeSchemata schemata,
QueryIndexWriter.IndexingContext txnCtx) |
Modifier and Type | Method and Description |
---|---|
void |
QueryIndexWriter.addToIndex(String workspace,
NodeKey key,
Path path,
Name primaryType,
Set<Name> mixinTypes,
Iterator<Property> propertiesIterator,
NodeTypeSchemata schemata,
QueryIndexWriter.IndexingContext txnCtx)
Add to the index the information about a node.
|
void |
QueryIndexWriter.updateIndex(String workspace,
NodeKey key,
Path path,
Name primaryType,
Set<Name> mixinTypes,
Iterator<Property> properties,
NodeTypeSchemata schemata,
QueryIndexWriter.IndexingContext txnCtx)
Update the index to reflect the new state of the node.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.