| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Operator | |
|---|---|
| org.jboss.dna.graph.query | The Query API provides a mechanism for building and executing queries. | 
| org.jboss.dna.graph.query.model | The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. | 
| org.jboss.dna.jcr.xpath | |
| org.jboss.dna.search.lucene | |
| Uses of Operator in org.jboss.dna.graph.query | 
|---|
| Methods in org.jboss.dna.graph.query with parameters of type Operator | |
|---|---|
|  QueryBuilder.RightHandSide | QueryBuilder.ComparisonBuilder.is(Operator operator)Define the operator that will be used in the comparison, returning an interface that can be used to define the right-hand-side of the comparison. | 
|  QueryBuilder.ConstraintBuilder | QueryBuilder.ComparisonBuilder.is(Operator operator,
   Object literal)Define the right-hand-side of the constraint using the supplied operator. | 
|  QueryBuilder.ConstraintBuilder | QueryBuilder.ComparisonBuilder.isVariable(Operator operator,
           String variableName)Define the right-hand-side of the constraint using the supplied operator. | 
| Uses of Operator in org.jboss.dna.graph.query.model | 
|---|
| Methods in org.jboss.dna.graph.query.model that return Operator | |
|---|---|
| static Operator | Operator.forSymbol(String symbol)Attempt to find the Operator given a symbol. | 
|  Operator | Comparison.getOperator()Get the operator for this comparison | 
|  Operator | Operator.getReverse()Get the equivalent operator if the operands are to be reversed. | 
| static Operator | Operator.valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Operator[] | Operator.values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| Constructors in org.jboss.dna.graph.query.model with parameters of type Operator | |
|---|---|
| Comparison(DynamicOperand operand1,
           Operator operator,
           StaticOperand operand2) | |
| Uses of Operator in org.jboss.dna.jcr.xpath | 
|---|
| Methods in org.jboss.dna.jcr.xpath that return Operator | |
|---|---|
|  Operator | XPath.Comparison.getOperator() | 
| Constructors in org.jboss.dna.jcr.xpath with parameters of type Operator | |
|---|---|
| XPath.Comparison(XPath.Component left,
                 Operator operator,
                 XPath.Component right) | |
| Uses of Operator in org.jboss.dna.search.lucene | 
|---|
| Methods in org.jboss.dna.search.lucene with parameters of type Operator | |
|---|---|
|  org.apache.lucene.search.Query | LuceneSearchSession.findNodesWith(Length propertyLength,
              Operator operator,
              Object value) | 
|  org.apache.lucene.search.Query | LuceneSearchSession.findNodesWith(NodeDepth depthConstraint,
              Operator operator,
              Object value) | 
|  org.apache.lucene.search.Query | LuceneSearchSession.findNodesWith(NodeLocalName nodeName,
              Operator operator,
              Object value,
              boolean caseSensitive) | 
|  org.apache.lucene.search.Query | LuceneSearchSession.findNodesWith(NodeName nodeName,
              Operator operator,
              Object value,
              boolean caseSensitive) | 
|  org.apache.lucene.search.Query | LuceneSearchSession.findNodesWith(NodePath nodePath,
              Operator operator,
              Object value,
              boolean caseSensitive) | 
|  org.apache.lucene.search.Query | LuceneSearchSession.findNodesWith(PropertyValue propertyValue,
              Operator operator,
              Object value,
              boolean caseSensitive) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||