com.ibm.itim.workflow.model
Class CreateProcessEventAudit

java.lang.Object
  |
  +--com.ibm.itim.workflow.model.EventAudit
        |
        +--com.ibm.itim.workflow.model.CreateProcessEventAudit
All Implemented Interfaces:
java.io.Serializable

public class CreateProcessEventAudit
extends EventAudit

This defines the create process event audit information

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
CreateProcessEventAudit(ProcessParticipant participant)
           
 
Method Summary
 ProcessParticipant getParticipant()
          Access method for the participant property.
 void setParticipant(ProcessParticipant participant)
          Sets the value of the participant property.
 
Methods inherited from class com.ibm.itim.workflow.model.EventAudit
getActivityId, getEventType, getId, getProcessId, getTimeStamp, setActivityId, setEventType, setId, setProcessId, setTimeStamp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateProcessEventAudit

public CreateProcessEventAudit(ProcessParticipant participant)
Method Detail

getParticipant

public ProcessParticipant getParticipant()
Access method for the participant property.
Returns:
the current value of the participant property

setParticipant

public void setParticipant(ProcessParticipant participant)
Sets the value of the participant property.
Parameters:
participant - the new value of the participant property