|
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.AuditInfo
The AuditInfo
class
and methods are used to represent the properties of AuditInfo objects.
Note:
All the constants used in the AuditInfo
class
are found in the Constants
class.
Constructor Summary | |
AuditInfo()
constructor |
|
AuditInfo(long enable,
long style,
java.lang.String form,
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 |
getAuditForm()
Gets/Sets the String for audit destination. |
java.lang.String |
getAuditFrom()
Gets the String for audit from. |
long |
getAuditStyle()
Sets a bitmask for the audit styles. |
long |
getEnable()
Returns flag whether this audit 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 |
setAuditForm(java.lang.String form)
|
void |
setAuditStyle(long style)
|
void |
setContext(ARServerUser ctx)
|
void |
setEnable(long enable)
Sets flag to enable or disable this audit. |
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 AuditInfo()
public AuditInfo(long enable, long style, java.lang.String form, 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 getAuditStyle()
public void setAuditStyle(long style)
public java.lang.String getAuditForm()
public void setAuditForm(java.lang.String form)
public java.lang.String getAuditFrom()
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
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object anObject)
public int hashCode()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |