|
Java SDK r12.5 SP 8 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
AuditEvent
public interface ViewTaskEvent
This is a marker interface that Identity Manager implements when
a View...
event is executed. When this event occurs,
Identity Manager moves the event state
from the Pre-approval state to the Post-execution state.
ViewTaskEvent
is generated for any View...
event that occurs.
ViewTaskEvent
is generated. For example, suppose your event
listener is listening for any event in the User class of events. There are many
events in this class (such as ModifyUserEvent, EnableUserEvent, DeleteUserEvent,
AddToGroupEvent, etc.). Your event listener may have to test for each event and
take a different action in each case. However, a simple ViewUserEvent (which
implements ViewTaskEvent
) would likely require the event listener
to take no action. In that case, the event listener could simply exit without
doing any further testing and without taking any action.
Method Summary |
---|
Methods inherited from interface com.netegrity.imapi.IMEvent |
---|
getDescription, getEventName, getSourceID, getSourceName, getSourceType, isSystemGenerated |
|
Java SDK r12.5 SP 8 06/13/2011 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |