7.0 Action Request System Java API

com.remedy.arsys.api
Class EntryCriteria

java.lang.Object
  extended bycom.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.


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

EntryCriteria

public EntryCriteria()
Constructor.


EntryCriteria

public EntryCriteria(EntryListFieldInfo[] fldInfos)
Constructor with EntryListFieldInfo parameter used to retrieve Entry information.

Method Detail

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


7.0 Action Request System Java API