CA Identity Manager
Java SDK r12.5

 

com.netegrity.imapi
Interface ExternalTaskEvent

All Superinterfaces:
IMEvent

Deprecated. since Identity Manager 8.1. Please use AuditEvent

public interface ExternalTaskEvent
extends IMEvent

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.

For more information about Identity Manager events, including tables of base interfaces and the event objects that implement them, see the section Accessing Objects in an Event in the Programming Guide.

Since:
IdentityMinder 5.6

Method Summary
 
Methods inherited from interface com.netegrity.imapi.IMEvent
getDescription, getEventName, getSourceID, getSourceName, getSourceType, isSystemGenerated
 


CA Identity Manager
Java SDK r12.5

10/22/2009

© 2009 CA, Inc. All rights reserved.