|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--javax.wbem.query.QueryExp
The QueryExp class is an abstract class whose subclasses represent conditional expressions which return a boolean value when a particular 'row' is applied to them.
| Constructor Summary | |
QueryExp()
Constructor. |
|
| Method Summary | |
boolean |
apply(CIMElement obj)
When a 'row' is applied to this method it returns true or false depending on whether the row meets the conditions or not. |
java.util.List |
canonizeCOD()
Canonize the expression into a Conjunction of Disjunctions form. |
java.util.List |
canonizeDOC()
Canonize the expression into a Disjunction of Conjunctions form. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public QueryExp()
| Method Detail |
public boolean apply(CIMElement obj)
throws CIMException
obj - The 'row' which is being applied. The row in the case of
WQL can be any CIMElement. Currently the only valid CIMElement
is CIMInstance.CIMInstancepublic java.util.List canonizeDOC()
public java.util.List canonizeCOD()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||