|
Java SDK r12.5 SP 8 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventROContext
Provides access to the current Identity Manager event,
including the managed object(s) in the event.
EventROContext
allows read/write access
to the managed objects in Identity Manager events. If managed object
information for an event is modified, Identity Manager commits the changes
to the directory after any workflow approvals required for the execution
of the event have been provided and the execution of the event is complete.
In addition to accessing the managed objects in the current event, EventContext
gives you direct access to the managed objects in the data store through the
ProviderAccessor
object.
EventROContext
is extended by the
...Context
objects of the Participant Resolver API
and the Notification Rule API. These APIs inherit all the context
methods in the core Identity Manager API through EventROContext
.
Method Summary | |
---|---|
IMEvent |
getEvent()
Retrieves a read/write version of an event object for the current event. |
java.lang.String |
getEventDescription()
Retrieves the description of the current event. |
java.lang.String |
getEventName()
Retrieves the name of the current event. |
Methods inherited from interface com.netegrity.imapi.IMContext |
---|
getAuxDataRoot, getLocalizer, getLocalizer, getSessionAttribute, removeSessionAttribute, setSessionAttribute |
Methods inherited from interface com.netegrity.imapi.Logger |
---|
logDebugMessage, logErrorMessage, logInfoMessage, logWarningMessage |
Method Detail |
---|
IMEvent getEvent()
java.lang.String getEventName()
java.lang.String getEventDescription()
|
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 |