|
7.0 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.remedy.arsys.api.EntryCriteria
The EntryCriteria class is used to specify
the list of Entry information to retrieve on a
findByKey
or findObjects call
from the AR System server. Using the EntryCriteria class
lets you recover a list of field ID information on a given schema.
Call the following methods to
specify the list of Entry information that needs to be retrieved:
Entry information
to be retrieved, call setEntryListFieldInfo and pass in
EntryListFieldInfo as parameter.
Use the EntryCriteria class with the FieldID class
to retrieve information about specific fields.
| Constructor Summary | |
EntryCriteria()
Constructor. |
|
EntryCriteria(EntryListFieldInfo[] fldInfos)
Constructor with EntryListFieldInfo parameter
used to retrieve Entry information. |
|
| Method Summary | |
EntryListFieldInfo[] |
getEntryListFieldInfo()
Returns the list of data fields EntryListFieldInfo that should be
returned by the query |
void |
setEntryListFieldInfo(EntryListFieldInfo[] fldList)
Sets the list of data fields EntryListFieldInfo that should be
returned by the query |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EntryCriteria()
public EntryCriteria(EntryListFieldInfo[] fldInfos)
EntryListFieldInfo parameter
used to retrieve Entry information.
| Method Detail |
public EntryListFieldInfo[] getEntryListFieldInfo()
EntryListFieldInfo that should be
returned by the query
public void setEntryListFieldInfo(EntryListFieldInfo[] fldList)
EntryListFieldInfo that should be
returned by the query
|
7.0 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||