Skip navigation links

Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-02


oracle.imaging
Class Search.Conjunction

java.lang.Object
  extended by oracle.imaging.Search.Node
      extended by oracle.imaging.Search.Conjunction

All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Search

public static class Search.Conjunction
extends Search.Node

The SearchConjunction class provides the ability to join 2 search clauses. Each clause is either another SearchConjunction or is a Search$Condition.

See Also:
Serialized Form

Nested Class Summary

 

Nested classes/interfaces inherited from class oracle.imaging.Search.Node
Search.Node.NodePk

 

Field Summary

 

Fields inherited from class oracle.imaging.Search.Node
leftId, leftOperand, rightId, rightOperand, search, searchNodeId, searchOperator

 

Constructor Summary
Search.Conjunction()
          The default constructor required to be explicitly declared for JAXB serialization.
Search.Conjunction(Search.Node leftOperand, Search.Operator operator, Search.Node rightOperand)
          Convenience constructor

 

Method Summary
 boolean isValidOperator()
          Determines if the Search$Operator is valid for a SearchConjunction.

 

Methods inherited from class oracle.imaging.Search.Node
getAlwaysDisplayParentheses, getLeftOperand, getRightOperand, getSearchOperator, isLeaf, setAlwaysDisplayParentheses, setLeftOperand, setRightOperand, setSearchOperator

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Search.Conjunction

public Search.Conjunction()
The default constructor required to be explicitly declared for JAXB serialization.

Search.Conjunction

public Search.Conjunction(Search.Node leftOperand,
                          Search.Operator operator,
                          Search.Node rightOperand)
Convenience constructor
Parameters:
leftOperand - The left operand of the searchExpression.
rightOperand - The right operand of the searchExpression.
operator - The Search.Operator for this conjunction.

Method Detail

isValidOperator

public boolean isValidOperator()
Determines if the Search$Operator is valid for a SearchConjunction.
Specified by:
isValidOperator in class Search.Node
Returns:
true if the Search$Operator is valid.

Skip navigation links

Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-02


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.