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