CA Identity Manager
Java SDK r12.5

 

com.netegrity.imapi
Interface OrganizationEvent

All Superinterfaces:
IMEvent

public interface OrganizationEvent
extends IMEvent

A base interface that certain Identity Manager event objects implement.

The implementing event object uses the getOrganization() method it inherits to retrieve the Organization managed object in the event.

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
 Organization getOrganization()
          Retrieves the Organization managed object in the event.
 
Methods inherited from interface com.netegrity.imapi.IMEvent
getDescription, getEventName, getSourceID, getSourceName, getSourceType, isSystemGenerated
 

Method Detail

getOrganization

Organization getOrganization()
                             throws java.lang.Exception
Retrieves the Organization managed object in the event.

Throws:
java.lang.Exception

CA Identity Manager
Java SDK r12.5

10/22/2009

© 2009 CA, Inc. All rights reserved.