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:
-
Field Summary
Fields inherited from class wt.workflow.WorkflowNotificationTemplateProcessor
activity, actRefStr, BLANK_SPACE, logger, process, workItemFields 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 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, endSubject, getActivityName, getActivityVariable, getInitSubject, getNotificationType, getPrimaryBusinessObjectName, getProcessName, getProcessVariable, getTargetClassName, processValues, translateToHtmlMethods 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
-
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
-