|
Java SDK r12.5 SP 8 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NotificationRuleContext
Provides access to one or all name/value pairs of user-defined
data that were specified in the email template.
This interface also provides access to:
IMContext information about the current task.
EventROContext information (read-only) about managed
objects associated with the current event.
ProviderAccessor methods for accessing
managed objects in the data store.
NotificationRuleContext into every
call it makes to NotificationRuleAdapter.
| Method Summary | |
|---|---|
java.lang.String |
getTemplateParameter(java.lang.String key)
Retrieves the value of the specified item of user-defined data. |
java.util.Hashtable |
getTemplateParameters()
Retrieves all the user-defined data from the email template. |
| Methods inherited from interface com.netegrity.imapi.EventROContext |
|---|
getEvent, getEventDescription, getEventName |
| 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 |
|---|
java.util.Hashtable getTemplateParameters()
java.lang.String getTemplateParameter(java.lang.String key)
key - The name portion of the name/value pair as
specified in the email template.
|
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 | ||||||||