Package | Description |
---|---|
org.modeshape.jcr.cache.document | |
org.modeshape.jcr.query.engine |
This package contains several fully-functional query engine implementations.
|
Constructor and Description |
---|
NodeCacheIterator(NodeCache cache,
NodeKey startingNode,
NodeCacheIterator.NodeFilter filter)
Create a new iterator over the nodes in the supplied node cache that are at or below the supplied starting node.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
QuerySources.CompositeNodeFilter |
Modifier and Type | Field and Description |
---|---|
protected NodeCacheIterator.NodeFilter |
QuerySources.queryableAndNonSystemFilter |
protected NodeCacheIterator.NodeFilter |
QuerySources.queryableFilter |
Modifier and Type | Method and Description |
---|---|
protected NodeCacheIterator.NodeFilter |
QuerySources.nodeFilterForWorkspace(String workspaceName) |
protected NodeCacheIterator.NodeFilter |
QuerySources.sharedNodesFilter()
Creates a node filter which doesn't include any of the nodes from the shared set in the query result.
|
Constructor and Description |
---|
QuerySources.CompositeNodeFilter(NodeCacheIterator.NodeFilter... filters) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.