Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


oracle.bpel.services.notification.payload
Interface ITaskNotificationPayloadType

All Superinterfaces:
INotificationPayloadContext
All Known Implementing Classes:
TaskNotificationPayloadType

public interface ITaskNotificationPayloadType
extends INotificationPayloadContext

Field Summary

 

Fields inherited from interface oracle.bpel.services.notification.payload.INotificationPayloadContext
NOTIFICATION_CONTEXT

 

Method Summary
 java.lang.String getActionMessage()
          Returns the value of field 'actionMessage'.
 java.lang.String getIdForActionableLink()
          Returns the value of field 'idForActionableLink'.
 INotificationContextType getNotificationContext()
          Returns the value of field 'NotificationContext'.
 java.lang.String getNotificationRecipientType()
          Returns the value of field 'notificationRecipientType'.
 java.lang.String getResponseAction()
          Returns the value of field 'responseAction'.
 java.lang.String getTaskAction()
          Returns the value of field 'taskAction'.
 java.lang.String getTaskId()
          Returns the value of field 'taskId'.
 int getTaskVersion()
          Returns the value of field 'taskVersion'.
 IUserPropertiesType getUserProperties()
          Returns the value of field 'UserProperties'.
 java.lang.String getWordMLXSLT()
          Returns the value of field 'WordMLXSLT'.
 java.lang.String getXslt()
          Returns the value of field 'XSLT'.
 boolean isActionable()
          Returns the value of field 'actionable'.
 boolean isHideWorklistUrlInEmail()
          Returns the value of field 'hideWorklistUrlInEmail'.
 boolean isIncludeTaskAttachments()
          Returns the value of field 'includeTaskAttachments'.
 boolean isSecureNotifications()
          Returns the value of field 'secureNotifications'.
 void setActionable(boolean actionable)
          Sets the value of field 'actionable'.
 void setActionMessage(java.lang.String actionMessage)
          Sets the value of field 'actionMessage'.
 void setHideWorklistUrlInEmail(boolean hideWorklistUrlInEmail)
          Sets the value of field 'hideWorklistUrlInEmail'.
 void setIdForActionableLink(java.lang.String idForActionableLink)
          Sets the value of field 'idForActionableLink'.
 void setIncludeTaskAttachments(boolean includeTaskAttachments)
          Sets the value of field 'includeTaskAttachments'.
 void setNotificationContext(INotificationContextType notificationContext)
          Sets the value of field 'notificationContext'.
 void setNotificationRecipientType(java.lang.String notificationRecipientType)
          Sets the value of field 'notificationRecipientType'.
 void setResponseAction(java.lang.String responseAction)
          Sets the value of field 'responseAction'.
 void setSecureNotifications(boolean secureNotifications)
          Sets the value of field 'secureNotifications'.
 void setTaskAction(java.lang.String taskAction)
          Sets the value of field 'taskAction'.
 void setTaskId(java.lang.String taskId)
          Sets the value of field 'taskId'.
 void setTaskVersion(int taskVersion)
          Sets the value of field 'taskVersion'.
 void setUserProperties(IUserPropertiesType userProperties)
          Sets the value of field 'UserProperties'.
 void setWordMLXSLT(java.lang.String wordMLXSLT)
          Sets the value of field 'WordMLXSLT'.
 void setXslt(java.lang.String xslt)
          Sets the value of field 'XSLT'.

 

Methods inherited from interface oracle.bpel.services.notification.payload.INotificationPayloadContext
getPayloadContextValues

 

Method Detail

getTaskId

java.lang.String getTaskId()
Returns the value of field 'taskId'.
Returns:
the value of field 'taskId'.

getTaskVersion

int getTaskVersion()
Returns the value of field 'taskVersion'.
Returns:
the value of field 'taskVersion'.

getTaskAction

java.lang.String getTaskAction()
Returns the value of field 'taskAction'.
Returns:
the value of field 'taskAction'.

getNotificationRecipientType

java.lang.String getNotificationRecipientType()
Returns the value of field 'notificationRecipientType'.
Returns:
the value of field 'notificationRecipientType'.

getIdForActionableLink

java.lang.String getIdForActionableLink()
Returns the value of field 'idForActionableLink'.
Returns:
the value of field 'idForActionableLink'.

getResponseAction

java.lang.String getResponseAction()
Returns the value of field 'responseAction'.
Returns:
the value of field 'responseAction'.

getActionMessage

java.lang.String getActionMessage()
Returns the value of field 'actionMessage'.
Returns:
the value of field 'actionMessage'.

isActionable

boolean isActionable()
Returns the value of field 'actionable'.
Returns:
the value of field 'actionable'.

isIncludeTaskAttachments

boolean isIncludeTaskAttachments()
Returns the value of field 'includeTaskAttachments'.
Returns:
the value of field 'includeTaskAttachments'.

isSecureNotifications

boolean isSecureNotifications()
Returns the value of field 'secureNotifications'.
Returns:
the value of field 'secureNotifications'.

isHideWorklistUrlInEmail

boolean isHideWorklistUrlInEmail()
Returns the value of field 'hideWorklistUrlInEmail'.
Returns:
the value of field 'hideWorklistUrlInEmail'.

getWordMLXSLT

java.lang.String getWordMLXSLT()
Returns the value of field 'WordMLXSLT'.
Returns:
the value of field 'WordMLXSLT'.

getXslt

java.lang.String getXslt()
Returns the value of field 'XSLT'.
Returns:
the value of field 'XSLT'.

getUserProperties

IUserPropertiesType getUserProperties()
Returns the value of field 'UserProperties'.
Returns:
the value of field 'UserProperties'.

getNotificationContext

INotificationContextType getNotificationContext()
Returns the value of field 'NotificationContext'.
Returns:
the value of field 'NotificationContext'.

setTaskId

void setTaskId(java.lang.String taskId)
Sets the value of field 'taskId'.

setTaskVersion

void setTaskVersion(int taskVersion)
Sets the value of field 'taskVersion'.

setTaskAction

void setTaskAction(java.lang.String taskAction)
Sets the value of field 'taskAction'.

setNotificationRecipientType

void setNotificationRecipientType(java.lang.String notificationRecipientType)
Sets the value of field 'notificationRecipientType'.

setIdForActionableLink

void setIdForActionableLink(java.lang.String idForActionableLink)
Sets the value of field 'idForActionableLink'.

setResponseAction

void setResponseAction(java.lang.String responseAction)
Sets the value of field 'responseAction'.

setActionMessage

void setActionMessage(java.lang.String actionMessage)
Sets the value of field 'actionMessage'.

setActionable

void setActionable(boolean actionable)
Sets the value of field 'actionable'.

setIncludeTaskAttachments

void setIncludeTaskAttachments(boolean includeTaskAttachments)
Sets the value of field 'includeTaskAttachments'.

setSecureNotifications

void setSecureNotifications(boolean secureNotifications)
Sets the value of field 'secureNotifications'.

setHideWorklistUrlInEmail

void setHideWorklistUrlInEmail(boolean hideWorklistUrlInEmail)
Sets the value of field 'hideWorklistUrlInEmail'.

setWordMLXSLT

void setWordMLXSLT(java.lang.String wordMLXSLT)
Sets the value of field 'WordMLXSLT'.

setXslt

void setXslt(java.lang.String xslt)
Sets the value of field 'XSLT'.

setUserProperties

void setUserProperties(IUserPropertiesType userProperties)
Sets the value of field 'UserProperties'.

setNotificationContext

void setNotificationContext(INotificationContextType notificationContext)
Sets the value of field 'notificationContext'.

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.