Package wt.workflow
Class WorkflowNotificationTemplateProcessor
java.lang.Object
wt.notify.templateProcessor.BasicNotificationTemplateProcessor
wt.workflow.WorkflowNotificationTemplateProcessor
- All Implemented Interfaces:
Externalizable,Serializable,wt.notify.templateProcessor.NotificationTemplateProcessor,Evolvable
- Direct Known Subclasses:
NotificationRobotProcessor,WfNotificationTemplateProcessor,WfTaskNotificationProcessor
public abstract class WorkflowNotificationTemplateProcessor
extends wt.notify.templateProcessor.BasicNotificationTemplateProcessor
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.notify.templateProcessor.BasicNotificationTemplateProcessor
DEFAULT_CHARSET, EXTERNALIZATION_VERSION_UID, NOTIFY_LOGGER, NOTIFY_LOGGER_INTERNAL, OLD_FORMAT_VERSION_UID, VERBOSE -
Method Summary
Modifier and TypeMethodDescriptionvoidaddText(Properties params, Locale locale, OutputStream os) Print the text
Supported API: truevoidgetActivityName(Properties params, Locale locale, OutputStream os) Print the activity name
Supported API: truevoidgetActivityVariable(Properties params, Locale locale, OutputStream os) Print the activity variable
Supported API: truevoidgetInitSubject(Properties params, Locale locale, OutputStream os) Print the initial subject for notification type.voidgetPrimaryBusinessObjectName(Properties params, Locale locale, OutputStream os) Print the primaryBusinessObjectName
Supported API: truevoidgetProcessName(Properties params, Locale locale, OutputStream os) Print the process name
Supported API: truevoidgetProcessVariable(Properties params, Locale locale, OutputStream os) Print the process variable
Supported API: trueMethods inherited from class wt.notify.templateProcessor.BasicNotificationTemplateProcessor
beginSubject, eventToString, getCharsetEncoding, getContainerName, getContainerType, getContextAction, getContextClassName, getContextObj, getEvent, getEvent, getEvent, getEventCategory, getEventCausedBy, getEventSubject, getEventTimestamp, getFolderPath, getFolderSubject, getLocalizedEvent, getLocalizedMessage, getMessage, getPrincipalEmailLink, getPrintWriter, getState, getSubject, getSubscriptionOwner, getTarget, getTargetDisplayName, getTargetURL, getTransactionDescription, processSubTemplate, readExternal, readVersion, setContextAction, setContextClassName, setContextObj, setMessage, setMessage, setState, setSubject, setSubject, setSubscription, setSubscriptionKey, setSubscriptionOwnerEmail, setSubscriptionOwnerName, setSubscriptionRef, viewSubscription, writeExternal, writeLine
-
Method Details
-
getInitSubject
Print the initial subject for notification type.
Supported API: true- Overrides:
getInitSubjectin classwt.notify.templateProcessor.BasicNotificationTemplateProcessor
-
getActivityName
Print the activity name
Supported API: true -
getProcessName
Print the process name
Supported API: true -
getPrimaryBusinessObjectName
Print the primaryBusinessObjectName
Supported API: true -
getProcessVariable
Print the process variable
Supported API: true -
getActivityVariable
Print the activity variable
Supported API: true -
addText
Print the text
Supported API: true
-