CA Identity Manager
Java SDK r12.5 SP 8

 

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.

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 SP 8

06/13/2011

© 2011 CA Technologies, Inc. All rights reserved.