Package wt.workflow.engine
Class WfNotificationTemplateProcessor
java.lang.Object
wt.notify.templateProcessor.BasicNotificationTemplateProcessor
wt.workflow.WorkflowNotificationTemplateProcessor
wt.workflow.engine.WfNotificationTemplateProcessor
- 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 TypeMethodDescriptionvoidgetDeadline(Properties properties, Locale locale, OutputStream os) voidgetDeadLineLabel(Properties properties, Locale locale, OutputStream os) voidgetDelegatedBy(Properties properties, Locale locale, OutputStream os) voidgetDelegationDate(Properties properties, Locale locale, OutputStream os) voidgetDelegationPeriod(Properties properties, Locale locale, OutputStream os) voidgetOverdueTaskRow(Properties properties, Locale locale, OutputStream os) voidgetOwnerRole(Properties properties, Locale locale, OutputStream os) voidgetParentProcess(Properties properties, Locale locale, OutputStream os) voidgetProcessManagerURL(Properties properties, Locale locale, OutputStream os) voidgetState(Properties properties, Locale locale, OutputStream os) voidprojectLinkAttributes(Properties properties, Locale locale, OutputStream os) Methods inherited from class wt.workflow.WorkflowNotificationTemplateProcessor
addText, endSubject, getActivityName, getActivityVariable, getInitSubject, getNotificationType, getPrimaryBusinessObjectName, getProcessName, getProcessVariable, processValues, translateToHtmlMethods inherited from class wt.notify.templateProcessor.BasicNotificationTemplateProcessor
beginSubject, eventToString, getCharsetEncoding, getContainerName, getContainerType, getContextAction, getContextClassName, getEvent, getEvent, getEvent, getEventCategory, getEventCausedBy, getEventSubject, getEventTimestamp, getFolderPath, getFolderSubject, getLocalizedEvent, getLocalizedMessage, getPrincipalEmailLink, getPrintWriter, 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
-
getState
- Parameters:
properties-locale-os-
Supported API: true
-
getParentProcess
- Parameters:
properties-locale-os-
Supported API: true
-
getProcessManagerURL
- Parameters:
properties-locale-os-
Supported API: true
-
getDeadLineLabel
- Parameters:
properties-locale-os-
Supported API: true
-
getDeadline
- Parameters:
properties-locale-os-
Supported API: true
-
getOverdueTaskRow
- Parameters:
properties-locale-os-
Supported API: true
-
getOwnerRole
- Parameters:
properties-locale-os-
Supported API: true
-
projectLinkAttributes
- Parameters:
properties-locale-os-
Supported API: true
-
getDelegationDate
- Parameters:
properties-locale-os-
Supported API: true
-
getDelegationPeriod
- Parameters:
properties-locale-os-
Supported API: true
-
getDelegatedBy
- Parameters:
properties-locale-os-
Supported API: true
-