Previous Topic: Use Case ExamplesNext Topic: Notification Rule API Model


API Components

The Notification Rule API contains the following components:

NotificationRuleAdapter

The base class that all notification rules implement. Contains base implementation methods for startup and shutdown operations. Also returns the list of email addresses to receive the notification.

Implements LifeCycle and Logger.

NotificationRuleContext

Contains user-defined data passed from the email template.

This interface also provides access to IMContext information about the current task, and to logging methods and other CA IdentityMinder services, including managed object retrieval from the data store.

A NotificationRuleContext object is passed to the methods of the NotificationRuleAdapter object.

Extends EventROContext.

EventROContext

Provides read/write access to the managed objects in CA IdentityMinder events.

This interface is part of the core API functional model.

Extends IMContext.

The previous components are in the package com.netegrity.imapi.

More Information:

Access to Event Objects