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:
-
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, getActivityName, getActivityVariable, getInitSubject, getPrimaryBusinessObjectName, getProcessName, getProcessVariable
-
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
-