|
Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
oracle.imaging.Search.Node
oracle.imaging.Search.Conjunction
public static class Search.Conjunction
The SearchConjunction class provides the ability to join 2 search clauses. Each clause is either another SearchConjunction or is a Search$Condition.
| 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 |
|---|
public Search.Conjunction()
public Search.Conjunction(Search.Node leftOperand,
Search.Operator operator,
Search.Node rightOperand)
leftOperand - The left operand of the searchExpression.rightOperand - The right operand of the searchExpression.operator - The Search.Operator for this conjunction.| Method Detail |
|---|
public boolean isValidOperator()
Search$Operator is valid for a SearchConjunction.isValidOperator in class Search.Nodetrue if the Search$Operator is valid.
|
Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||