|
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.ListCriteriaBase
com.remedy.arsys.api.EntryListCriteria
The EntryListCriteria
class is used to define the criteria
for selecting a list of entries from AR System.
Constructor Summary | |
EntryListCriteria()
|
|
EntryListCriteria(NameID schID,
QualifierInfo qual,
int limit,
Timestamp ts,
SortInfo[] sInfos,
EntryID[] entries)
|
|
EntryListCriteria(NameID schID,
QualifierInfo qual,
long firstRetrieve,
int limit,
Timestamp ts,
SortInfo[] sInfos,
EntryID[] entries)
|
Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
EntryID[] |
getEntriesToRetrieve()
Returns the list of specific entries to be retrieved. |
long |
getFirstRetrieve()
Returns the index of the first entry that should be retrieved. |
int |
getMaxLimit()
Returns the maximum number of entries to be retrieved. |
Timestamp |
getModifiedAfter()
Returns the time stamp that limits the objects to those modified after the specified time. |
QualifierInfo |
getQualifier()
Returns the associated qualification QualifierInfo information |
NameID |
getSchemaID()
Returns the schema ID. |
SortInfo[] |
getSortInfos()
Returns list of zero or more fields ( SortInfo ) that identifies the entry sort order. |
void |
setEntriesToRetrieve(EntryID[] entIDs)
Sets the list of specific entries to be retrieved. |
void |
setFirstRetrieve(long firstRetrieve)
Sets the index of the first entry that should be retrieved. |
void |
setMaxLimit(int nLimit)
Sets the maximum number of entries to retrieve. |
void |
setModifiedAfter(Timestamp ts)
Sets the time stamp that limits the objects to those modified after the specified time. |
void |
setQualifier(QualifierInfo qual)
Sets the associated qualification QualifierInfo information |
void |
setSchemaID(NameID schID)
Sets the schema ID. |
void |
setSortInfos(SortInfo[] sInfos)
Sets list of zero or more fields ( SortInfo ) that identifies the entry sort order. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EntryListCriteria()
public EntryListCriteria(NameID schID, QualifierInfo qual, int limit, Timestamp ts, SortInfo[] sInfos, EntryID[] entries)
public EntryListCriteria(NameID schID, QualifierInfo qual, long firstRetrieve, int limit, Timestamp ts, SortInfo[] sInfos, EntryID[] entries)
Method Detail |
public NameID getSchemaID()
public void setSchemaID(NameID schID)
public QualifierInfo getQualifier()
QualifierInfo
information
public void setQualifier(QualifierInfo qual)
QualifierInfo
information
public long getFirstRetrieve()
Constants.AR_START_WITH_FIRST_ENTRY
to retrieve from result set starting with the first entry.
public void setFirstRetrieve(long firstRetrieve)
Constants.AR_START_WITH_FIRST_ENTRY
to set the first entry.
public int getMaxLimit()
public void setMaxLimit(int nLimit)
Constants.AR_NO_MAX_LIST_RETRIEVE
) to assign no maximum.
public SortInfo[] getSortInfos()
SortInfo
) that identifies the entry sort order.
public void setSortInfos(SortInfo[] sInfos)
SortInfo
) that identifies the entry sort order.
The system generates an error if you do not have read access
on all specified fields.
Specify NULL
for this parameter (or zero fields)
to use the default sort order for the
schema. The system sorts the entries in ascending order
by entryId
if the schema has no
default sort order.
public EntryID[] getEntriesToRetrieve()
public void setEntriesToRetrieve(EntryID[] entIDs)
EntryFactory.findObjects
returns entry object with
a flag set to false. Entry.isPresent
public void setModifiedAfter(Timestamp ts)
public Timestamp getModifiedAfter()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |