|
Java SDK r12.5 SP 8 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExposedTaskContextInformation
Contains a collection of context information about the current task,
such as task name, organization name, and constituent events.
The methods in this interface are provided to the object
_taskContextInformation. You can use this object
to call ExposedTaskContextInformation methods from an
Identity Manager email template.
The _taskContextInformation object is available to email
messages based on Completed templates.
This interface inherits information about the task session from TaskInfo.
The following TaskInfo methods are particularly useful to an email template:
getAdministrator(). Retrieves a User object for the
administrator who is executing the current task.
getAdminTask(). Retrieves an Admin Task object for the current task.
_taskContextInformation
object in an email template, see the email chapter of the
CA Identity Manager Operations Guide.
| Method Summary | |
|---|---|
java.lang.String |
getAdminAttribute(java.lang.String attribute,
java.lang.String delimiter)
Gets the value of a managed object attribute on the administrator. |
java.lang.String |
getAdminName()
Deprecated. Deprecated in IdentityMinder 5.6 -- use getAdministrator or
getAdminFriendlyName(). |
java.util.Vector |
getExposedEventContexts()
Retrieves a Vector of all events associated with the current task. |
java.lang.String |
getOrgName()
Deprecated. Deprecated in IdentityMinder 5.6 -- use getObjectOrganizationFriendlyName(). |
java.lang.String |
getTaskName()
Deprecated. Deprecated in IdentityMinder 5.6 -- use getAdminTask()
or getTaskFriendlyName(). |
java.lang.String |
getTaskSubjectAttribute(java.lang.String attribute,
java.lang.String delimiter)
Gets the value of a managed object attribute on the task subject. |
| 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.Vector getExposedEventContexts()
ExposedEventContextInformation object.
java.lang.String getOrgName()
getObjectOrganizationFriendlyName().
java.lang.String getTaskName()
getAdminTask()
or getTaskFriendlyName().
java.lang.String getAdminName()
getAdministrator or
getAdminFriendlyName().
java.lang.String getTaskSubjectAttribute(java.lang.String attribute,
java.lang.String delimiter)
throws java.lang.Exception
attribute - attribute namedelimiter - string to place in between values if the attribute is multi-valued
java.lang.Exception
java.lang.String getAdminAttribute(java.lang.String attribute,
java.lang.String delimiter)
throws java.lang.Exception
attribute - attribute namedelimiter - string to place in between values if the attribute is multi-valued
java.lang.Exception
|
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 | ||||||||