Previous Topic: Attribute Validation TypeNext Topic: Events and Event Objects


Access to Event Objects

When a CA IdentityMinder task reaches the asynchronous phase (that is, after the user clicks Submit on the task screen and the user-supplied data has been validated), CA IdentityMinder breaks down the task into its component events.

These events can be accessed by custom objects that CA IdentityMinder calls during the asynchronous phase, and by workflow scripts that call the methods in the Workflow API.

Event objects are accessed through one of the following interfaces. Each interface allows read/write access to a managed object in a CA IdentityMinder event. EventContext also allows the generation of secondary events:

EventContext
EventROContext

If you modify a managed object in an event, CA IdentityMinder commits the modifications to the data store after any approvals required for the execution of the event have been provided and the execution of the event is complete. You do not call modifyObject() to persist the modifications.