Package wt.workflow.worklist
Class WfTaskNotificationProcessor
java.lang.Object
wt.notify.templateProcessor.BasicNotificationTemplateProcessor
wt.workflow.WorkflowNotificationTemplateProcessor
wt.workflow.worklist.WfTaskNotificationProcessor
- All Implemented Interfaces:
Externalizable,Serializable,wt.notify.templateProcessor.NotificationTemplateProcessor,Evolvable
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidactivityAttributes(Properties parameters, Locale locale, OutputStream os) voidactivityNotificationUrl(Properties parameters, Locale locale, OutputStream os) voidgetDeadline(Properties properties, Locale locale, OutputStream os) Methods inherited from class wt.workflow.WorkflowNotificationTemplateProcessor
addText, getActivityName, getActivityVariable, getInitSubject, getPrimaryBusinessObjectName, getProcessName, getProcessVariable
-
Method Details
-
activityAttributes
public void activityAttributes(Properties parameters, Locale locale, OutputStream os) throws WTException, WTPropertyVetoException - Parameters:
parameters-locale-os-- Throws:
WTExceptionWTPropertyVetoException-
Supported API: true
-
activityNotificationUrl
public void activityNotificationUrl(Properties parameters, Locale locale, OutputStream os) throws WTException, WTPropertyVetoException - Parameters:
parameters-locale-os-- Throws:
WTExceptionWTPropertyVetoException-
Supported API: true
-
getDeadline
- Parameters:
properties-locale-os-
Supported API: true
-