|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.remedy.cmdb.api.CMDBAuditValueList
| Field Summary | |
static int |
CMDB_AUDIT_OPERATION_CREATE
CREATE; Execute the filter on create operations for Audit Copy |
static int |
CMDB_AUDIT_OPERATION_DELETE
DELETE; Execute the filter on delete operations for Audit Copy |
static int |
CMDB_AUDIT_OPERATION_MERGE
MERGE; Execute the filter on merge operations for Audit Copy |
static int |
CMDB_AUDIT_OPERATION_NONE
NONE; when no filter operations for Audit Copy is required |
static int |
CMDB_AUDIT_OPERATION_SET
SET; Execute the set filter on set operations for Audit Copy |
| Constructor Summary | |
CMDBAuditValueList()
Default Constructor |
|
CMDBAuditValueList(int aOperation,
AccessNameID aChangedBy,
Timestamp aAuditDate,
java.lang.String[] aAttrNameChange,
CMDBAttributeValue[] aAttributeList)
Initializes the values for CMDBAuditValueList object |
|
| Method Summary | |
CMDBAttributeValue[] |
getAttributeList()
returns attributeList variable for the given CMDBAuditValueList |
java.lang.String[] |
getAttrNameChange()
returns list attribute Name Changed for the given CMDBAuditValueList |
Timestamp |
getAuditDate()
returns auditDate variable for the given CMDBAuditValueList |
AccessNameID |
getChangedBy()
returns changedBy variable for the given CMDBAuditValueList |
int |
getOperation()
returns operation variable for the given CMDBAuditValueList |
void |
setAttributeList(CMDBAttributeValue[] aAttributeList)
Sets attributeList for given CMDBAuditValueList object |
void |
setAttrNameChange(java.lang.String[] aAttrNameChange)
Sets attrNameChange for given CMDBAuditValueList object |
void |
setAuditDate(Timestamp aAuditDate)
Sets auditDate for given CMDBAuditValueList object |
void |
setChangedBy(AccessNameID aChangedBy)
Sets changedBy for given CMDBAuditValueList object |
void |
setOperation(int aOperation)
Sets operation for given CMDBAuditValueList object |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int CMDB_AUDIT_OPERATION_NONE
public static final int CMDB_AUDIT_OPERATION_SET
public static final int CMDB_AUDIT_OPERATION_CREATE
public static final int CMDB_AUDIT_OPERATION_DELETE
public static final int CMDB_AUDIT_OPERATION_MERGE
| Constructor Detail |
public CMDBAuditValueList()
public CMDBAuditValueList(int aOperation,
AccessNameID aChangedBy,
Timestamp aAuditDate,
java.lang.String[] aAttrNameChange,
CMDBAttributeValue[] aAttributeList)
aOperation - is the type of operationaChangedBy - is the changed byaAuditDate - is the Audit Date Time stampaAttributeList - is the list of attribute| Method Detail |
public int getOperation()
public AccessNameID getChangedBy()
public Timestamp getAuditDate()
public java.lang.String[] getAttrNameChange()
public CMDBAttributeValue[] getAttributeList()
public void setOperation(int aOperation)
aOperation - public void setChangedBy(AccessNameID aChangedBy)
aChangedBy - public void setAuditDate(Timestamp aAuditDate)
aAuditDate - public void setAttrNameChange(java.lang.String[] aAttrNameChange)
aAttrNameChange - public void setAttributeList(CMDBAttributeValue[] aAttributeList)
aAttributeList -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||