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:
-
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: true
-
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
-