com.ibm.itim.workflow.model
Class StateEventAudit
java.lang.Object
|
+--com.ibm.itim.workflow.model.EventAudit
|
+--com.ibm.itim.workflow.model.StateEventAudit
- All Implemented Interfaces:
- java.io.Serializable
- public class StateEventAudit
- extends EventAudit
This represents audit information for process and activity state change events.
- See Also:
- Serialized Form
Fields inherited from class com.ibm.itim.workflow.model.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, PASSWORD_PICKUP, PROCESS_INITIAL_DATA, PROCESS_PARTCIPANT_RESOLVE_FAIL, PROCESS_STATE_CHANGED, PROCESS_TIME_OUT, PROCESS_USER_CHANGED_DATA |
Constructor Summary |
StateEventAudit(java.lang.String oldState,
java.lang.String newState)
|
Method Summary |
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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StateEventAudit
public StateEventAudit(java.lang.String oldState,
java.lang.String newState)
getOldState
public java.lang.String getOldState()
- Access method for the oldState property.
- Returns:
- the current value of the oldState property
setOldState
public void setOldState(java.lang.String aOldState)
- Sets the value of the oldState property.
- Parameters:
aOldState
- the new value of the oldState property
getNewState
public java.lang.String getNewState()
- Access method for the newState property.
- Returns:
- the current value of the newState property
setNewState
public void setNewState(java.lang.String aNewState)
- Sets the value of the newState property.
- Parameters:
aNewState
- the new value of the newState property