com.remedy.arsys.api
Class EntryCriteria
java.lang.Object
|
+--com.remedy.arsys.api.EntryCriteria
- public class EntryCriteria
- extends java.lang.Object
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:
If you want most of the 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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntryCriteria
public EntryCriteria()
- Constructor.
EntryCriteria
public EntryCriteria(EntryListFieldInfo[] fldInfos)
- Constructor with
EntryListFieldInfo parameter
used to retrieve Entry information.
getEntryListFieldInfo
public EntryListFieldInfo[] getEntryListFieldInfo()
- Returns the list of data fields
EntryListFieldInfo that should be
returned by the query
setEntryListFieldInfo
public void setEntryListFieldInfo(EntryListFieldInfo[] fldList)
- Sets the list of data fields
EntryListFieldInfo that should be
returned by the query