|
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 ExternalTaskEvent
A base interface that certain Identity Manager event objects implement.
External tasks are performed by third-party applications. Therefore,
Identity Manager does not execute external task events. There is
no managed object associated with an external task event, and
the ExternalTaskEvent
base interface has no
get...
method. External task events are used for
auditing purposes only.
An external event object that implements ExternalTaskEvent
may also implement other base event interfaces, such as
GroupEvent
, OrganizationEvent
,
and UserEvent
. For example, the external event
ExternalTaskUserEvent
implements the base interfaces
UserEvent
and ExternalTaskEvent
.
In these cases, the implementing external event object can retrieve the managed
object associated with the non-external base interface, but any changes to
the managed object data will not be written to the directory.
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 |