|
Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.remedy.arsys.api.SupportFile
The SupportFile class and methods is used to represent the
properties of a support file.
A support file is a file that clients can retrieve by using the
AR System. Such files are commonly used for reports (to store them separately
from the active link that calls them, preventing large downloads of unneeded
information).
Each support file is
associated with a server object.
The SupportFile class contains the methods to store or retrieve
any support file to/from the server.
| Method Summary | |
void |
activate()
Remedy reserved method. |
void |
clear()
Clears all of the references to member objects. |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self |
void |
create()
Creates this object on the AR System server. |
java.lang.String |
getFilePath()
Returns the path to the support file. |
SupportFileKey |
getKey()
Returns the unique identifier for the support file. |
Timestamp |
getLastUpdateTime()
Returns time stamp that limits the IDs retrieved to those modified after the specified time. |
void |
load()
Populates this object with information from the AR System server. |
void |
load(SupportFileCriteria criteria)
Populates this object with information specified by SupportFileCriteria from the AR System server. |
void |
passivate()
Remedy reserved method. |
void |
remove()
Removes this object on the AR System server. |
void |
setContext(ARServerUser ctx)
Associates ARServerUser information with this
AR System server object. |
void |
setFilePath(java.lang.String fileNameWithPath)
Sets a path to the support file. |
void |
setKey(SupportFileKey key)
Sets a unique identifier to the support file. |
void |
store()
Saves the changes made to this object. |
void |
store(SupportFileCriteria criteria)
Saves the changes made to this object specified by SupportFileCriteria on the AR System server. |
void |
unsetContext()
Removes the association to a specific user context. |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Method Detail |
public void setContext(ARServerUser ctx)
ARServerUser information with this
AR System server object.public void unsetContext()
setContext(null).public void clear()
public void create()
throws ARException
public void remove()
throws ARException
public void load()
throws ARException
public void load(SupportFileCriteria criteria)
throws ARException
SupportFileCriteria from the AR System server.
public void store(SupportFileCriteria criteria)
throws ARException
SupportFileCriteria on the AR System server.
public void store()
throws ARException
public void activate()
public void passivate()
public SupportFileKey getKey()
public void setKey(SupportFileKey key)
public java.lang.String getFilePath()
public void setFilePath(java.lang.String fileNameWithPath)
public Timestamp getLastUpdateTime()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
|
Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||