|
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.ODNamedQuery
public class ODNamedQuery
A class representing an OnDemand Named Query.
This class contains the details of a Named Query and will enable the functionality to retrieve
existing named queries, and save new Named Queries to the OnDemand Server.
(c) Copyright IBM Corp. 1993, 2003. All Rights Reserved
| Method Summary | |
|---|---|
java.util.Enumeration |
getCriteria()
Get the ODNamedQueryCriteria objects for this NamedQuery. |
ODNamedQueryCriteria |
getCriteria(java.lang.String critName)
Get the ODNamedQueryCriteria object specified. |
java.lang.String |
getInternalName()
Get the internal name of the NamedQuery. |
java.lang.String |
getName()
Get the name of the NamedQuery. |
int |
getNumCriteria()
Get the number of criteria specified in this NamedQuery. |
boolean |
isPublic()
Check the permissions of this NamedQuery. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getInternalName()
ODNamedQuery.getName()public boolean isPublic()
public int getNumCriteria()
public java.util.Enumeration getCriteria()
ODNamedQueryCriteria objects for this NamedQuery.
public ODNamedQueryCriteria getCriteria(java.lang.String critName)
ODNamedQueryCriteria object specified.
critName - Name of the criteria to get.
|
CM OnDemand V8.5 WEK Java APIs | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||