|
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.SupportFileListCriteria
The SupportFileListCriteria
class is used to define the search criteria for retrieving
the support files from the server.
Constructor Summary | |
SupportFileListCriteria()
constructor |
|
SupportFileListCriteria(long fileType,
java.lang.String name,
long fieldId,
long changedSince)
|
Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
InternalID |
getFieldId()
Returns the ID of the field or VUI, if the object is a form. |
long |
getFileType()
Returns the type of file. |
Timestamp |
getModifiedAfter()
Returns the time stamp that limits the objects to those modified after the specified time. |
NameID |
getName()
Returns the name of the object the file is associated with, usually a form. |
void |
setFieldId(InternalID fieldId)
Sets the ID of the field or VUI, if the object is a form. |
void |
setFileType(long fileType)
Sets the type of file. |
void |
setModifiedAfter(Timestamp ts)
Sets the time stamp that limits the objects to those modified after the specified time. |
void |
setName(NameID name)
Sets the name of the object the file is associated with, usually a form. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SupportFileListCriteria()
public SupportFileListCriteria(long fileType, java.lang.String name, long fieldId, long changedSince)
Method Detail |
public long getFileType()
Constants.AR_SUPPORT_FILE_EXTERNAL_REPORT
)
is an external report file.
This is the only file type currently supported by the AR System.
0 (Constants.AR_SUPPORT_FILE_NONE
) is no file type.
public void setFileType(long fileType)
Constants.AR_SUPPORT_FILE_EXTERNAL_REPORT
)
for an external report file. This is the only file type currently supported by the AR System.
When you're using the SupportFileListCriteria
class,
if the fileType is (Constants.AR_SUPPORT_FILE_EXTERNAL_REPORT
),
the name is an active link, the field ID is ignored,
and the index indicates a tag within a macro within that active link
to which this support file is connected.
Specify 0 (Constants.AR_SUPPORT_FILE_NONE
) for no file type.
public NameID getName()
public void setName(NameID name)
public InternalID getFieldId()
public void setFieldId(InternalID fieldId)
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 |