Uses of Class
org.modeshape.graph.query.model.SelectorName

Packages that use SelectorName
org.modeshape.graph.query The Query API provides a mechanism for building and executing queries. 
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.optimize This package contains the Optimizer interface, a rule-based optimizer implementation, and library of optimization rules. 
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.plan This package defines the Planner interface, the CanonicalPlanner implementation, and the PlanNode class that is used to represent a canonical query plan. 
org.modeshape.graph.query.process This package defines the QueryProcessor interface, which is responsible for constructing for each query a tree of ProcessingComponent objects that each are responsible for processing a specific aspect of the query and returning the tuples to the parent component. 
org.modeshape.graph.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
org.modeshape.graph.request Sometimes its useful to work with a graph using objects that represent individual commands on the graph. 
org.modeshape.jcr.query   
org.modeshape.jcr.query.qom   
 

Uses of SelectorName in org.modeshape.graph.query
 

Methods in org.modeshape.graph.query that return SelectorName
protected  SelectorName QueryBuilder.JoinClause.nameOf(String tableName)
          Walk the current source or the 'rightSource' to find the named selector with the supplied name or alias
protected  SelectorName QueryBuilder.selector(String name)
          Convenience method that creates a selector name object using the supplied string.
 

Uses of SelectorName in org.modeshape.graph.query.model
 

Fields in org.modeshape.graph.query.model declared as SelectorName
static SelectorName AllNodes.ALL_NODES_NAME
           
 

Methods in org.modeshape.graph.query.model that return SelectorName
 SelectorName Selector.alias()
          Get the alias name for this source, if there is one.
 SelectorName Selector.aliasOrName()
          Get the alias if this selector has one, or the name.
 SelectorName DescendantNodeJoinCondition.ancestorSelectorName()
          Get the name of the selector for the ancestor node.
 SelectorName ChildNodeJoinCondition.childSelectorName()
          Get the name of the selector that represents the child.
 SelectorName DescendantNodeJoinCondition.descendantSelectorName()
          Get the name of the selector for the descedant node.
 SelectorName Selector.name()
          Get the name for this selector.
 SelectorName ChildNodeJoinCondition.parentSelectorName()
          Get the name of the selector that represents the parent.
 SelectorName SameNodeJoinCondition.selector1Name()
          Get the selector name for the first side of the join condition.
 SelectorName EquiJoinCondition.selector1Name()
          Get the name of the selector that appears on the left-side of the join.
 SelectorName SameNodeJoinCondition.selector2Name()
          Get the selector name for the second side of the join condition.
 SelectorName EquiJoinCondition.selector2Name()
          Get the name of the selector that appears on the right-side of the join.
 SelectorName UpperCase.selectorName()
          Get the selector symbol upon which this operand applies.
 SelectorName SameNode.selectorName()
          Get the name of the selector.
 SelectorName ReferenceValue.selectorName()
          Get the selector symbol upon which this operand applies.
 SelectorName PropertyValue.selectorName()
          Get the selector symbol upon which this operand applies.
 SelectorName PropertyExistence.selectorName()
          Get the name of the selector.
 SelectorName NodePath.selectorName()
          Get the selector symbol upon which this operand applies.
 SelectorName NodeName.selectorName()
          Get the selector symbol upon which this operand applies.
 SelectorName NodeLocalName.selectorName()
          Get the selector symbol upon which this operand applies.
 SelectorName NodeDepth.selectorName()
          Get the selector symbol upon which this operand applies.
 SelectorName LowerCase.selectorName()
          Get the selector symbol upon which this operand applies.
 SelectorName Length.selectorName()
          Get the selector symbol upon which this operand applies.
 SelectorName FullTextSearchScore.selectorName()
          Get the selector symbol upon which this operand applies.
 SelectorName FullTextSearch.selectorName()
          Get the name of the selector that is to be searched
 SelectorName DescendantNode.selectorName()
          Get the name of the selector for the node.
 SelectorName Column.selectorName()
          Get the name of the selector for the node.
 SelectorName ChildNode.selectorName()
          Get the name of the selector representing the child
 

Methods in org.modeshape.graph.query.model that return types with arguments of type SelectorName
static Map<SelectorName,SelectorName> Visitors.getSelectorAliasesByName(Visitable visitable)
          Get a map of the selector aliases keyed by their names.
static Map<SelectorName,SelectorName> Visitors.getSelectorAliasesByName(Visitable visitable)
          Get a map of the selector aliases keyed by their names.
static Map<SelectorName,SelectorName> Visitors.getSelectorNamesByAlias(Visitable visitable)
          Get a map of the selector names keyed by their aliases.
static Map<SelectorName,SelectorName> Visitors.getSelectorNamesByAlias(Visitable visitable)
          Get a map of the selector names keyed by their aliases.
static Set<SelectorName> Visitors.getSelectorsReferencedBy(Visitable visitable)
          Get the names of the selectors referenced by the visitable object.
static Set<SelectorName> SelectorName.nameSetFrom(SelectorName name)
           
static Set<SelectorName> SelectorName.nameSetFrom(SelectorName firstName, SelectorName... names)
           
static Set<SelectorName> SelectorName.nameSetFrom(Set<SelectorName> firstSet, Set<SelectorName> secondSet)
           
 Set<SelectorName> UpperCase.selectorNames()
          Get the selector symbols to which this operand applies.
 Set<SelectorName> ReferenceValue.selectorNames()
          Get the selector symbols to which this operand applies.
 Set<SelectorName> PropertyValue.selectorNames()
          Get the selector symbols to which this operand applies.
 Set<SelectorName> NodePath.selectorNames()
          Get the selector symbols to which this operand applies.
 Set<SelectorName> NodeName.selectorNames()
          Get the selector symbols to which this operand applies.
 Set<SelectorName> NodeLocalName.selectorNames()
          Get the selector symbols to which this operand applies.
 Set<SelectorName> NodeDepth.selectorNames()
          Get the selector symbols to which this operand applies.
 Set<SelectorName> LowerCase.selectorNames()
          Get the selector symbols to which this operand applies.
 Set<SelectorName> Length.selectorNames()
          Get the selector symbols to which this operand applies.
 Set<SelectorName> FullTextSearchScore.selectorNames()
          Get the selector symbols to which this operand applies.
 Set<SelectorName> DynamicOperand.selectorNames()
          Get the selector symbols to which this operand applies.
 Set<SelectorName> ArithmeticOperand.selectorNames()
          Get the selector symbols to which this operand applies.
 

Methods in org.modeshape.graph.query.model with parameters of type SelectorName
protected  Visitors.ReadableVisitor Visitors.ReadableVisitor.append(SelectorName name)
           
static Set<SelectorName> SelectorName.nameSetFrom(SelectorName name)
           
static Set<SelectorName> SelectorName.nameSetFrom(SelectorName firstName, SelectorName... names)
           
static Set<SelectorName> SelectorName.nameSetFrom(SelectorName firstName, SelectorName... names)
           
 Column Column.with(SelectorName newSelectorName)
          Create a copy of this Column except that uses the supplied selector name instead.
 

Method parameters in org.modeshape.graph.query.model with type arguments of type SelectorName
static Set<SelectorName> SelectorName.nameSetFrom(Set<SelectorName> firstSet, Set<SelectorName> secondSet)
           
static Set<SelectorName> SelectorName.nameSetFrom(Set<SelectorName> firstSet, Set<SelectorName> secondSet)
           
 

Constructors in org.modeshape.graph.query.model with parameters of type SelectorName
AllNodes(SelectorName alias)
          Create a selector with the supplied alias.
ChildNode(SelectorName selectorName, String parentPath)
          Create a constraint requiring that the node identified by the selector is a child of the node reachable by the supplied absolute path.
ChildNodeJoinCondition(SelectorName parentSelectorName, SelectorName childSelectorName)
          Create a join condition that determines whether the node identified by the child selector is a child of the node identified by the parent selector.
Column(SelectorName selectorName)
          Include a column for each of the single-valued, accessible properties on the node identified by the selector.
Column(SelectorName selectorName, String propertyName, String columnName)
          A column with the given name representing the named property on the node identified by the selector.
DescendantNode(SelectorName selectorName, String ancestorPath)
          Create a constraint requiring that the node identified by the selector is a descendant of the node reachable by the supplied absolute path.
DescendantNodeJoinCondition(SelectorName ancestorSelectorName, SelectorName descendantSelectorName)
          Create a join condition that determines whether the node identified by the descendant selector is indeed a descendant of the node identified by the ancestor selector.
EquiJoinCondition(SelectorName selector1Name, String property1Name, SelectorName selector2Name, String property2Name)
          Create an equi-join condition, given the names of the selector and property for the left- and right-hand-side of the join.
FullTextSearch(SelectorName selectorName, String fullTextSearchExpression)
          Create a constraint defining a full-text search against the node within the search scope.
FullTextSearch(SelectorName selectorName, String propertyName, String fullTextSearchExpression)
          Create a constraint defining a full-text search against the property values on node within the search scope.
FullTextSearch(SelectorName selectorName, String propertyName, String fullTextSearchExpression, FullTextSearch.Term term)
          Create a constraint defining a full-text search against the property values on node within the search scope.
FullTextSearchScore(SelectorName selectorName)
          Create a dynamic operand that evaluates to the full-text search score of the node identified by the selector.
NamedSelector(SelectorName name)
          Create a selector with a name.
NamedSelector(SelectorName name, SelectorName alias)
          Create a selector with the supplied name and alias.
NodeDepth(SelectorName selectorName)
          Create a dynamic operand that evaluates to the depth of the node identified by the selector.
NodeLocalName(SelectorName selectorName)
          Create a dynamic operand that evaluates to the local name of the node identified by the selector.
NodeName(SelectorName selectorName)
          Create a dynamic operand that evaluates to the qualified name of the node identified by the selector.
NodePath(SelectorName selectorName)
          Create a dynamic operand that evaluates to the path of the node identified by the selector.
PropertyExistence(SelectorName selectorName, String propertyName)
          Create a constraint requiring that a property exist on a node.
PropertyValue(SelectorName selectorName, String propertyName)
          Create a dynamic operand that evaluates to the property values of the node identified by the selector.
ReferenceValue(SelectorName selectorName)
          Create a dynamic operand that evaluates to all of the reference values of the node identified by the selector.
ReferenceValue(SelectorName selectorName, String propertyName)
          Create a dynamic operand that evaluates to the values of a single reference property of the node identified by the selector.
ReferenceValue(SelectorName selectorName, String propertyName, boolean includeWeakReferences)
          Create a dynamic operand that evaluates to the values of a single reference property of the node identified by the selector.
SameNode(SelectorName selectorName, String path)
          Create a constraint requiring that the node identified by the selector is reachable by the supplied absolute path.
SameNodeJoinCondition(SelectorName selector1Name, SelectorName selector2Name)
          Create a join condition that determines whether the node identified by the first selector is the same as the node identified by the second selector.
SameNodeJoinCondition(SelectorName selector1Name, SelectorName selector2Name, String selector2Path)
          Create a join condition that determines whether the node identified by the first selector is the same as the node at the given path relative to the node identified by the second selector.
Selector(SelectorName name)
          Create a selector with a name.
Selector(SelectorName name, SelectorName alias)
          Create a selector with the supplied name and alias.
 

Uses of SelectorName in org.modeshape.graph.query.optimize
 

Methods in org.modeshape.graph.query.optimize that return types with arguments of type SelectorName
protected  Set<SelectorName> PushProjects.getSelectorsFor(List<Column> columns)
           
 

Methods in org.modeshape.graph.query.optimize with parameters of type SelectorName
protected  PlanNode RaiseSelectCriteria.copySelectNode(QueryContext context, PlanNode selectNode, SelectorName selectorName, String propertyName, SelectorName copySelectorName, String copyPropertyName)
           
protected  PlanNode CopyCriteria.copySelectNode(QueryContext context, PlanNode selectNode, SelectorName selectorName, String propertyName, SelectorName copySelectorName, String copyPropertyName)
           
 

Method parameters in org.modeshape.graph.query.optimize with type arguments of type SelectorName
protected  void ChooseJoinAlgorithm.createOrderBysForJoinCondition(JoinCondition condition, Set<SelectorName> leftSelectors, List<Object> leftSortBy, Set<SelectorName> rightSelectors, List<Object> rightSortBy)
           
protected  void ChooseJoinAlgorithm.createOrderBysForJoinCondition(JoinCondition condition, Set<SelectorName> leftSelectors, List<Object> leftSortBy, Set<SelectorName> rightSelectors, List<Object> rightSortBy)
           
protected  void RewriteIdentityJoins.rewriteJoinNode(QueryContext context, PlanNode joinNode, Map<SelectorName,SelectorName> rewrittenSelectors)
           
protected  void RewriteIdentityJoins.rewriteJoinNode(QueryContext context, PlanNode joinNode, Map<SelectorName,SelectorName> rewrittenSelectors)
           
 

Uses of SelectorName in org.modeshape.graph.query.parse
 

Methods in org.modeshape.graph.query.parse that return SelectorName
protected  SelectorName SqlQueryParser.parseSelectorName(TokenStream tokens, TypeSystem typeSystem)
           
 

Methods in org.modeshape.graph.query.parse with parameters of type SelectorName
protected  ChildNode SqlQueryParser.childNode(SelectorName name, String path)
           
protected  ChildNodeJoinCondition SqlQueryParser.childNodeJoinCondition(SelectorName parent, SelectorName child)
           
protected  Column SqlQueryParser.column(SelectorName selectorName, String propertyName, String columnName)
           
protected  DescendantNode SqlQueryParser.descendantNode(SelectorName name, String path)
           
protected  DescendantNodeJoinCondition SqlQueryParser.descendantNodeJoinCondition(SelectorName ancestor, SelectorName descendant)
           
protected  EquiJoinCondition SqlQueryParser.equiJoinCondition(SelectorName selector1, String property1, SelectorName selector2, String property2)
           
protected  FullTextSearch SqlQueryParser.fullTextSearch(SelectorName name, String propertyName, String expression, FullTextSearch.Term term)
           
protected  FullTextSearchScore SqlQueryParser.fullTextSearchScore(SelectorName selector)
           
protected  NodeDepth SqlQueryParser.nodeDepth(SelectorName selector)
           
protected  NodeLocalName SqlQueryParser.nodeLocalName(SelectorName selector)
           
protected  NodeName SqlQueryParser.nodeName(SelectorName selector)
           
protected  NodePath SqlQueryParser.nodePath(SelectorName selector)
           
protected  PropertyExistence SqlQueryParser.propertyExistence(SelectorName selector, String propertyName)
           
protected  PropertyValue SqlQueryParser.propertyValue(SelectorName selector, String propertyName)
           
protected  ReferenceValue SqlQueryParser.referenceValue(SelectorName selector)
           
protected  ReferenceValue SqlQueryParser.referenceValue(SelectorName selector, String propertyName)
           
protected  SameNode SqlQueryParser.sameNode(SelectorName name, String path)
           
protected  SameNodeJoinCondition SqlQueryParser.sameNodeJoinCondition(SelectorName selector1, SelectorName selector2)
           
protected  SameNodeJoinCondition SqlQueryParser.sameNodeJoinCondition(SelectorName selector1, SelectorName selector2, String path)
           
 

Uses of SelectorName in org.modeshape.graph.query.plan
 

Methods in org.modeshape.graph.query.plan that return SelectorName
 SelectorName PlanUtil.ColumnMapping.getOriginalName()
           
 SelectorName PlanUtil.ColumnMapping.getSingleMappedSelectorName()
           
 

Methods in org.modeshape.graph.query.plan that return types with arguments of type SelectorName
 Set<SelectorName> PlanUtil.ColumnMapping.getMappedSelectorNames()
           
 Set<SelectorName> PlanNode.getSelectors()
          Get the selectors that are referenced by this plan node.
 

Methods in org.modeshape.graph.query.plan with parameters of type SelectorName
 void PlanNode.addSelector(SelectorName symbol)
          Add a selector to this plan node.
 void PlanNode.addSelector(SelectorName first, SelectorName second)
          Add the selectors to this plan node.
protected  void CanonicalPlanner.allColumnsFor(Schemata.Table table, SelectorName tableName, List<Column> columns, List<String> columnTypes)
           
static PlanUtil.ColumnMapping PlanUtil.createMappingForAliased(SelectorName tableAlias, Schemata.Table table, PlanNode tableSourceNode)
           
static PlanUtil.ColumnMapping PlanUtil.createMappingForAliased(SelectorName viewAlias, Schemata.View view, PlanNode viewPlan)
           
protected static void PlanUtil.replaceViewReferences(QueryContext context, PlanNode node, PlanUtil.ColumnMapping mappings, SelectorName viewName, List<PlanNode> potentiallyRemovableSources)
           
protected  void PlanUtil.RequiredColumnVisitor.requireColumn(SelectorName selector, String propertyName)
           
protected  void PlanUtil.RequiredColumnVisitor.requireColumn(SelectorName selector, String propertyName, String alias)
           
 

Method parameters in org.modeshape.graph.query.plan with type arguments of type SelectorName
 void PlanNode.addSelectors(Iterable<SelectorName> names)
          Add the selectors to this plan node.
protected  PlanNode CanonicalPlanner.attachProject(QueryContext context, PlanNode plan, List<? extends Column> columns, Map<SelectorName,Schemata.Table> selectors)
          Attach a PROJECT node at the top of the plan tree.
protected  PlanNode CanonicalPlanner.createPlanNode(QueryContext context, Source source, Map<SelectorName,Schemata.Table> usedSelectors)
          Create a JOIN or SOURCE node that contain the source information.
static Constraint PlanUtil.replaceReferencesToRemovedSource(QueryContext context, Constraint constraint, Map<SelectorName,SelectorName> rewrittenSelectors)
           
static Constraint PlanUtil.replaceReferencesToRemovedSource(QueryContext context, Constraint constraint, Map<SelectorName,SelectorName> rewrittenSelectors)
           
static DynamicOperand PlanUtil.replaceReferencesToRemovedSource(QueryContext context, DynamicOperand operand, Map<SelectorName,SelectorName> rewrittenSelectors)
           
static DynamicOperand PlanUtil.replaceReferencesToRemovedSource(QueryContext context, DynamicOperand operand, Map<SelectorName,SelectorName> rewrittenSelectors)
           
static JoinCondition PlanUtil.replaceReferencesToRemovedSource(QueryContext context, JoinCondition joinCondition, Map<SelectorName,SelectorName> rewrittenSelectors)
           
static JoinCondition PlanUtil.replaceReferencesToRemovedSource(QueryContext context, JoinCondition joinCondition, Map<SelectorName,SelectorName> rewrittenSelectors)
           
static void PlanUtil.replaceReferencesToRemovedSource(QueryContext context, PlanNode planNode, Map<SelectorName,SelectorName> rewrittenSelectors)
           
static void PlanUtil.replaceReferencesToRemovedSource(QueryContext context, PlanNode planNode, Map<SelectorName,SelectorName> rewrittenSelectors)
           
static void PlanUtil.setSelectorsOnSubplan(PlanNode subplan, Set<SelectorName> selectors)
           
protected  void CanonicalPlanner.validate(QueryContext context, QueryCommand query, Map<SelectorName,Schemata.Table> usedSelectors)
          Validate the supplied query.
 

Constructors in org.modeshape.graph.query.plan with parameters of type SelectorName
PlanNode(PlanNode.Type type, PlanNode parent, SelectorName... selectors)
          Create a new plan node with the supplied initial type ad that is a child of the supplied parent.
PlanNode(PlanNode.Type type, SelectorName... selectors)
          Create a new plan node with the supplied initial type ad that is a child of the supplied parent.
PlanUtil.ColumnMapping(SelectorName originalName)
           
 

Constructor parameters in org.modeshape.graph.query.plan with type arguments of type SelectorName
PlanNode(PlanNode.Type type, Iterable<SelectorName> selectors)
          Create a new plan node with the supplied initial type ad that is a child of the supplied parent.
PlanNode(PlanNode.Type type, PlanNode parent, Iterable<SelectorName> selectors)
          Create a new plan node with the supplied initial type ad that is a child of the supplied parent.
PlanUtil.RequiredColumnVisitor(Set<SelectorName> names)
           
 

Uses of SelectorName in org.modeshape.graph.query.process
 

Fields in org.modeshape.graph.query.process declared as SelectorName
protected  SelectorName AbstractAccessComponent.sourceName
           
 

Method parameters in org.modeshape.graph.query.process with type arguments of type SelectorName
protected  Comparator<Object[]> SortValuesComponent.createSortComparator(QueryContext context, QueryResults.Columns columns, List<Ordering> orderings, Map<SelectorName,SelectorName> sourceNamesByAlias)
           
protected  Comparator<Object[]> SortValuesComponent.createSortComparator(QueryContext context, QueryResults.Columns columns, List<Ordering> orderings, Map<SelectorName,SelectorName> sourceNamesByAlias)
           
protected  Comparator<Object[]> SortValuesComponent.createSortComparator(QueryContext context, QueryResults.Columns columns, Ordering ordering, Map<SelectorName,SelectorName> sourceNamesByAlias)
           
protected  Comparator<Object[]> SortValuesComponent.createSortComparator(QueryContext context, QueryResults.Columns columns, Ordering ordering, Map<SelectorName,SelectorName> sourceNamesByAlias)
           
 

Constructor parameters in org.modeshape.graph.query.process with type arguments of type SelectorName
SortValuesComponent(ProcessingComponent delegate, List<Ordering> orderings, Map<SelectorName,SelectorName> sourceNamesByAlias)
           
SortValuesComponent(ProcessingComponent delegate, List<Ordering> orderings, Map<SelectorName,SelectorName> sourceNamesByAlias)
           
 

Uses of SelectorName in org.modeshape.graph.query.validate
 

Methods in org.modeshape.graph.query.validate that return SelectorName
 SelectorName Schemata.Table.getName()
          Get the name for this table.
 SelectorName ImmutableSchemata.MutableTable.getName()
           
 

Methods in org.modeshape.graph.query.validate with parameters of type SelectorName
 Schemata.Table Schemata.getTable(SelectorName name)
          Get the information for the table or view with the supplied name within this schema.
 Schemata.Table ImmutableSchemata.getTable(SelectorName name)
          Get the information for the table or view with the supplied name within this schema.
protected  Schemata.Table Validator.tableWithNameOrAlias(SelectorName tableName)
           
protected  Schemata.Table Validator.verify(SelectorName selectorName)
           
protected  Schemata.Column Validator.verify(SelectorName selectorName, String propertyName, boolean columnIsRequired)
           
protected  Schemata.Table Validator.verifyTable(SelectorName tableName)
           
 

Constructor parameters in org.modeshape.graph.query.validate with type arguments of type SelectorName
ImmutableSchemata(Map<SelectorName,Schemata.Table> tables)
           
Validator(QueryContext context, Map<SelectorName,Schemata.Table> selectorsByName)
           
 

Uses of SelectorName in org.modeshape.graph.request
 

Methods in org.modeshape.graph.request that return SelectorName
 SelectorName AccessQueryRequest.selectorName()
          Get the name of the selector (or table) that is being queried.
 

Constructors in org.modeshape.graph.request with parameters of type SelectorName
AccessQueryRequest(String workspace, SelectorName tableName, QueryResults.Columns resultColumns, List<Constraint> andedConstraints, Limit limit, Schemata schemata, Map<String,Object> variables)
          Create a new request to execute the supplied query against the name workspace.
 

Uses of SelectorName in org.modeshape.jcr.query
 

Methods in org.modeshape.jcr.query that return SelectorName
protected  SelectorName JcrSqlQueryParser.getSelectorNameFor(Source source)
           
 

Methods in org.modeshape.jcr.query with parameters of type SelectorName
protected  JcrChildNode JcrSql2QueryParser.childNode(SelectorName name, String path)
          
protected  JcrChildNodeJoinCondition JcrSql2QueryParser.childNodeJoinCondition(SelectorName parent, SelectorName child)
          
protected  JcrColumn JcrSql2QueryParser.column(SelectorName selectorName, String propertyName, String columnName)
           
protected  JcrDescendantNode JcrSql2QueryParser.descendantNode(SelectorName name, String path)
          
protected  JcrDescendantNodeJoinCondition JcrSql2QueryParser.descendantNodeJoinCondition(SelectorName ancestor, SelectorName descendant)
          
protected  JcrEquiJoinCondition JcrSql2QueryParser.equiJoinCondition(SelectorName selector1, String property1, SelectorName selector2, String property2)
          
protected  JcrFullTextSearch JcrSql2QueryParser.fullTextSearch(SelectorName name, String propertyName, String expression, FullTextSearch.Term term)
          
protected  JcrFullTextSearchScore JcrSql2QueryParser.fullTextSearchScore(SelectorName selector)
          
protected  JcrNodeDepth JcrSql2QueryParser.nodeDepth(SelectorName selector)
          
protected  JcrNodeLocalName JcrSql2QueryParser.nodeLocalName(SelectorName selector)
          
protected  JcrNodeName JcrSql2QueryParser.nodeName(SelectorName selector)
          
protected  JcrNodePath JcrSql2QueryParser.nodePath(SelectorName selector)
          
protected  JcrPropertyExistence JcrSql2QueryParser.propertyExistence(SelectorName selector, String propertyName)
          
protected  JcrPropertyValue JcrSql2QueryParser.propertyValue(SelectorName selector, String propertyName)
          
protected  JcrReferenceValue JcrSql2QueryParser.referenceValue(SelectorName selector)
          
protected  JcrReferenceValue JcrSql2QueryParser.referenceValue(SelectorName selector, String propertyName)
          
protected  JcrSameNode JcrSql2QueryParser.sameNode(SelectorName name, String path)
          
protected  JcrSameNodeJoinCondition JcrSql2QueryParser.sameNodeJoinCondition(SelectorName selector1, SelectorName selector2)
          
protected  JcrSameNodeJoinCondition JcrSql2QueryParser.sameNodeJoinCondition(SelectorName selector1, SelectorName selector2, String path)
          
protected  boolean JcrSqlQueryParser.usesSelector(Join join, SelectorName selector)
           
 

Uses of SelectorName in org.modeshape.jcr.query.qom
 

Methods in org.modeshape.jcr.query.qom that return SelectorName
protected  SelectorName JcrQueryObjectModelFactory.selectorName(String name)
           
 

Methods in org.modeshape.jcr.query.qom with parameters of type SelectorName
 Column JcrColumn.with(SelectorName newSelectorName)
          Create a copy of this Column except that uses the supplied selector name instead.
 

Constructors in org.modeshape.jcr.query.qom with parameters of type SelectorName
JcrChildNode(SelectorName selectorName, String parentPath)
           
JcrChildNodeJoinCondition(SelectorName parentSelectorName, SelectorName childSelectorName)
          Create a join condition that determines whether the node identified by the child selector is a child of the node identified by the parent selector.
JcrColumn(SelectorName selectorName)
          Include a column for each of the single-valued, accessible properties on the node identified by the selector.
JcrColumn(SelectorName selectorName, String propertyName, String columnName)
          A column with the given name representing the named property on the node identified by the selector.
JcrDescendantNode(SelectorName selectorName, String ancestorPath)
           
JcrDescendantNodeJoinCondition(SelectorName ancestorSelectorName, SelectorName descendantSelectorName)
          Create a join condition that determines whether the node identified by the descendant selector is indeed a descendant of the node identified by the ancestor selector.
JcrEquiJoinCondition(SelectorName selector1Name, String property1Name, SelectorName selector2Name, String property2Name)
          Create an equi-join condition, given the names of the selector and property for the left- and right-hand-side of the join.
JcrFullTextSearch(SelectorName selectorName, String propertyName, StaticOperand fullTextSearchExpression)
          Create a constraint defining a full-text search against the property values on node within the search scope.
JcrFullTextSearch(SelectorName selectorName, String propertyName, String fullTextSearchExpression, FullTextSearch.Term term)
          Create a constraint defining a full-text search against the property values on node within the search scope.
JcrFullTextSearchScore(SelectorName selectorName)
          Create a dynamic operand that evaluates to the full-text search score of the node identified by the selector.
JcrNamedSelector(SelectorName nodeTypeName, SelectorName selectorName)
          Create a selector with the supplied node type name and alias.
JcrNodeDepth(SelectorName selectorName)
          Create a dynamic operand that evaluates to the depth of the node identified by the selector.
JcrNodeLocalName(SelectorName selectorName)
           
JcrNodeName(SelectorName selectorName)
           
JcrNodePath(SelectorName selectorName)
          Create a dynamic operand that evaluates to the path of the node identified by the selector.
JcrPropertyExistence(SelectorName selectorName, String propertyName)
           
JcrPropertyValue(SelectorName selectorName, String propertyName)
           
JcrReferenceValue(SelectorName selectorName, String propertyName)
          Create a dynamic operand that evaluates to the values of a single reference property of the node identified by the selector.
JcrSameNode(SelectorName selectorName, String ancestorPath)
           
JcrSameNodeJoinCondition(SelectorName selector1Name, SelectorName selector2Name)
          Create a join condition that determines whether the node identified by the first selector is the same as the node identified by the second selector.
JcrSameNodeJoinCondition(SelectorName selector1Name, SelectorName selector2Name, String selector2Path)
          Create a join condition that determines whether the node identified by the first selector is the same as the node at the given path relative to the node identified by the second selector.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.