public class DataEventAudit extends EventAudit
ACTIVITY_ASSIGNMENT_CHANGED, ACTIVITY_CREATED, ACTIVITY_DATA, ACTIVITY_ESCALATION_PARTICIPANT_RESOLVE_FAIL, ACTIVITY_ESCALATION_TIME_OUT, ACTIVITY_PARTICIPANT_RESOLVE_FAIL, ACTIVITY_STATE_CHANGED, ACTIVITY_TIME_OUT, COMPLETE_MANUAL_ACTIVITY, INFORMATION, JUSTIFICATION_FIELD_VALUE, PASSWORD_PICKUP, PROCESS_INITIAL_DATA, PROCESS_PARTCIPANT_RESOLVE_FAIL, PROCESS_STATE_CHANGED, PROCESS_TIME_OUT, PROCESS_USER_CHANGED_DATA| Constructor and Description |
|---|
DataEventAudit() |
DataEventAudit(java.lang.String newDataValue,
java.lang.String dataName,
ActivityParticipant participant)
Constructs the object with data to audit.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Access method for the dataName property.
|
java.lang.String |
getNewData()
Access method for the newData property.
|
ActivityParticipant |
getParticipant()
Access method for the paticipant property.
|
void |
setName(java.lang.String aDataName)
Sets the value of the dataName property.
|
void |
setNewData(java.lang.String aNewData)
Sets the value of the newData property.
|
void |
setParticipant(ActivityParticipant participant)
Sets the value of the participant property.
|
getActivityId, getEventType, getId, getProcessId, getTimeStamp, setActivityId, setEventType, setId, setProcessId, setTimeStamppublic DataEventAudit()
public DataEventAudit(java.lang.String newDataValue,
java.lang.String dataName,
ActivityParticipant participant)
public java.lang.String getNewData()
public void setNewData(java.lang.String aNewData)
aNewData - the new value of the newData propertypublic java.lang.String getName()
public void setName(java.lang.String aDataName)
aDataName - The new value of the dataName propertypublic ActivityParticipant getParticipant()
public void setParticipant(ActivityParticipant participant)
participant - the new value of the participant property