|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeName | |
|---|---|
| org.modeshape.graph.query.model | The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. |
| org.modeshape.graph.query.parse | This package defines the QueryParser interface, which defines a component that can parse a query represented
in a specific language and produce the corresponding abstract query model representation. |
| org.modeshape.graph.query.validate | This package provides the interfaces that define the tables and columns that can be queried. |
| org.modeshape.jcr.query.qom | |
| org.modeshape.search.lucene | An implementation of the SearchEngine interface that uses the Lucene library. |
| Uses of NodeName in org.modeshape.graph.query.model |
|---|
| Methods in org.modeshape.graph.query.model with parameters of type NodeName | |
|---|---|
void |
Visitors.AbstractVisitor.visit(NodeName obj)
|
void |
Visitors.WalkAllVisitor.visit(NodeName nodeName)
|
void |
Visitors.ReadableVisitor.visit(NodeName name)
|
void |
Visitor.visit(NodeName obj)
|
| Uses of NodeName in org.modeshape.graph.query.parse |
|---|
| Methods in org.modeshape.graph.query.parse that return NodeName | |
|---|---|
protected NodeName |
SqlQueryParser.nodeName(SelectorName selector)
|
| Uses of NodeName in org.modeshape.graph.query.validate |
|---|
| Methods in org.modeshape.graph.query.validate with parameters of type NodeName | |
|---|---|
void |
Validator.visit(NodeName obj)
|
| Uses of NodeName in org.modeshape.jcr.query.qom |
|---|
| Subclasses of NodeName in org.modeshape.jcr.query.qom | |
|---|---|
class |
JcrNodeName
Implementation of the node name dynamic operand for the JCR Query Object Model and the Graph API. |
| Uses of NodeName in org.modeshape.search.lucene |
|---|
| Methods in org.modeshape.search.lucene with parameters of type NodeName | |
|---|---|
org.apache.lucene.search.Query |
LuceneSearchSession.findNodesWith(NodeName nodeName,
Operator operator,
Object value,
boolean caseSensitive)
|
org.apache.lucene.search.Query |
AbstractLuceneSearchEngine.WorkspaceSession.findNodesWith(NodeName nodeName,
Operator operator,
Object value,
boolean caseSensitive)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||