|
6.0 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.ArchiveInfo
The ArchiveInfo class
and methods are used to represent the properties of ArchiveInfo objects.
Note: All the constants used in the ArchiveInfo class
are found in the Constants class.
| Constructor Summary | |
ArchiveInfo()
constructor |
|
ArchiveInfo(long enable,
long archiveType,
java.lang.String archiveDest,
DayInfo archiveTmInfo,
QualifierInfo query)
|
|
| Method Summary | |
void |
clear()
|
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality. |
java.lang.String |
getArchiveDest()
Sets the String for archive destination. |
DayInfo |
getArchiveTmInfo()
Returns the time specification for evaluating the archive condition. |
long |
getArchiveType()
Sets a bitmask for the archive types. |
long |
getEnable()
Returns flag whether this archive is enabled or disabled. |
QualifierInfo |
getQualifier()
Returns the qualification that determines which set of If/Else actions should be executed. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setArchiveDest(java.lang.String archiveDest)
|
void |
setArchiveTmInfo(DayInfo archiveTmInfo)
Sets the time specification for evaluating the archive condition. |
void |
setArchiveType(long archiveType)
|
void |
setContext(ARServerUser ctx)
|
void |
setEnable(long enable)
Sets flag to enable or disable this archive. |
void |
setQualifier(QualifierInfo query)
Sets the qualification that determines what data to be archived. |
void |
unsetContext()
|
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ArchiveInfo()
public ArchiveInfo(long enable,
long archiveType,
java.lang.String archiveDest,
DayInfo archiveTmInfo,
QualifierInfo query)
| Method Detail |
public void setContext(ARServerUser ctx)
public void unsetContext()
public void clear()
public long getEnable()
public void setEnable(long enable)
public long getArchiveType()
public void setArchiveType(long archiveType)
public java.lang.String getArchiveDest()
public void setArchiveDest(java.lang.String archiveDest)
public DayInfo getArchiveTmInfo()
public void setArchiveTmInfo(DayInfo archiveTmInfo)
public QualifierInfo getQualifier()
public void setQualifier(QualifierInfo query)
NULL or
assign an operation value of 0 (Constants.AR_COND_OP_NONE)
if the archive has no qualification.
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectpublic boolean equals(java.lang.Object anObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
6.0 Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||