|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.workflow.model.EventAudit | +--com.ibm.itim.workflow.model.AssignmentEventAudit
This defines the class for assignment event audit information
Field Summary |
---|
Constructor Summary | |
---|---|
AssignmentEventAudit(ActivityParticipant oldParticipant,
ActivityParticipant participant)
|
Method Summary | |
---|---|
ActivityParticipant |
getOldParticipant()
Access method for the oldParticipant property. |
ActivityParticipant |
getParticipant()
Access method for the participant property. |
void |
setOldParticipant(ActivityParticipant oldParticipant)
Sets the value of the oldParticipant property. |
void |
setParticipant(ActivityParticipant 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 |
public AssignmentEventAudit(ActivityParticipant oldParticipant, ActivityParticipant participant)
Method Detail |
public ActivityParticipant getOldParticipant()
public void setOldParticipant(ActivityParticipant oldParticipant)
oldParticipant
- the new value of the oldParticipant propertypublic ActivityParticipant getParticipant()
public void setParticipant(ActivityParticipant participant)
participant
- the new value of the newParticipant property
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |