public class StateEventAudit 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 |
|---|
StateEventAudit(java.lang.String oldState,
java.lang.String newState) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNewState()
Access method for the newState property.
|
java.lang.String |
getOldState()
Access method for the oldState property.
|
void |
setNewState(java.lang.String aNewState)
Sets the value of the newState property.
|
void |
setOldState(java.lang.String aOldState)
Sets the value of the oldState property.
|
getActivityId, getEventType, getId, getProcessId, getTimeStamp, setActivityId, setEventType, setId, setProcessId, setTimeStamppublic StateEventAudit(java.lang.String oldState,
java.lang.String newState)
public java.lang.String getOldState()
public void setOldState(java.lang.String aOldState)
aOldState - the new value of the oldState propertypublic java.lang.String getNewState()
public void setNewState(java.lang.String aNewState)
aNewState - the new value of the newState property