CA Identity Manager
Java SDK r12.5 SP 8

 

com.netegrity.imapi
Interface ProvisioningRoleEvent

All Superinterfaces:
IMEvent

public interface ProvisioningRoleEvent
extends IMEvent

A base interface that certain Identity Manager event objects implement.

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

Since:
Identity Manager 8.1

Field Summary
static int objectType
          Internal use only.
 
Method Summary
 ProvisioningRole getProvisioningRole()
          Retrieves the ProvisioningRole managed object in the event.
 
Methods inherited from interface com.netegrity.imapi.IMEvent
getDescription, getEventName, getSourceID, getSourceName, getSourceType, isSystemGenerated
 

Field Detail

objectType

static final int objectType
Internal use only.

See Also:
Constant Field Values
Method Detail

getProvisioningRole

ProvisioningRole getProvisioningRole()
                                     throws java.lang.Exception
Retrieves the ProvisioningRole managed object in the event.

Throws:
java.lang.Exception

CA Identity Manager
Java SDK r12.5 SP 8

06/13/2011

© 2011 CA Technologies, Inc. All rights reserved.