public abstract class Condition extends java.lang.Object implements QueryObject
| Constructor and Description |
|---|
Condition() |
| Modifier and Type | Method and Description |
|---|---|
Condition |
and(Condition condition)
Builder method to concatenate the given condition with all others that have
previously been added with an AND operator.
|
abstract Condition |
not()
Builder method to invert a condition.
|
Condition |
or(Condition condition)
Builder method to concatenate the given condition with all others that have
previously been added with an OR operator.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptpublic Condition and(Condition condition)
condition - Condition to concatenate.public Condition or(Condition condition)
condition - Condition to concatenate.public abstract Condition not()
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com