|
Content Manager OnDemand V8.5 WEK APIs |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.edms.od.ODNamedQueryCriteria
public class ODNamedQueryCriteria
A class representing the criteria of an OnDemand Named Query.
This class contains search criteria details that are stored in a Named Query.
WARNING: It is required that access to all ODWEK objects only be done in a single threaded
environment.
(c) Copyright IBM Corp. 1993, 2003. All Rights Reserved
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get the criteria name. |
int |
getOperator()
Get the search operand. |
java.lang.String[] |
getSearchValues()
Get the search values specified for this criteria. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getOperator()
ODConstant.
ODConstant.OPEqual,
ODConstant.OPNotEqual,
ODConstant.OPLessThan,
ODConstant.OPLessThanEqual,
ODConstant.OPGreaterThan,
ODConstant.OPGreaterThanEqual,
ODConstant.OPIn,
ODConstant.OPNotIn,
ODConstant.OPLike,
ODConstant.OPNotLike,
ODConstant.OPBetween,
ODConstant.OPNotBetweenpublic java.lang.String[] getSearchValues()
public java.lang.String getName()
|
CM OnDemand V8.5 WEK Java APIs | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||