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

oracle.bpel.services.notification.payload
Interface IURIPayloadType

All Superinterfaces:
INotificationPayloadContext
All Known Implementing Classes:
URIPayloadType

public interface IURIPayloadType
extends INotificationPayloadContext

Interface IURIPayloadType.


Field Summary
 
Fields inherited from interface oracle.bpel.services.notification.payload.INotificationPayloadContext
NOTIFICATION_CONTEXT
 
Method Summary
 IContentType getContent()
          Returns the value of field 'content'.
 java.util.Calendar getCreatedDate()
          Returns the value of field 'createdDate'.
 java.lang.String getDisplayText()
          Returns the value of field 'displayText'.
 INotificationContextType getNotificationContext()
          Returns the value of field 'notificationContext'.
 java.lang.String getSubject()
          Returns the value of field 'subject'.
 java.lang.String getTo()
          Returns the value of field 'to'.
 java.lang.String getURILocation()
          Returns the value of field 'URILocation'.
 java.lang.String getUserId()
          Returns the value of field 'userId'.
 void setContent(IContentType content)
          Sets the value of field 'content'.
 void setCreatedDate(java.util.Calendar createdDate)
          Sets the value of field 'createdDate'.
 void setDisplayText(java.lang.String displayText)
          Sets the value of field 'displayText'.
 void setNotificationContext(INotificationContextType notificationContext)
          Sets the value of field 'notificationContext'.
 void setSubject(java.lang.String subject)
          Sets the value of field 'subject'.
 void setTo(java.lang.String to)
          Sets the value of field 'to'.
 void setURILocation(java.lang.String URILocation)
          Sets the value of field 'URILocation'.
 void setUserId(java.lang.String userId)
          Sets the value of field 'userId'.
 
Methods inherited from interface oracle.bpel.services.notification.payload.INotificationPayloadContext
getPayloadContextValues
 

Method Detail

getContent

IContentType getContent()
Returns the value of field 'content'. The field 'content' has the following description:

Returns:
the value of field 'content'.

getCreatedDate

java.util.Calendar getCreatedDate()
Returns the value of field 'createdDate'. The field 'createdDate' has the following description:

Returns:
the value of field 'createdDate'.

getDisplayText

java.lang.String getDisplayText()
Returns the value of field 'displayText'. The field 'displayText' has the following description:

Returns:
the value of field 'displayText'.

getURILocation

java.lang.String getURILocation()
Returns the value of field 'URILocation'. The field 'URILocation' has the following description:

Returns:
the value of field 'URILocation'.

getSubject

java.lang.String getSubject()
Returns the value of field 'subject'. The field 'subject' has the following description:

Returns:
the value of field 'subject'.

getUserId

java.lang.String getUserId()
Returns the value of field 'userId'. The field 'userId' has the following description:

Returns:
the value of field 'userId'.

getNotificationContext

INotificationContextType getNotificationContext()
Returns the value of field 'notificationContext'. The field 'notificationContext' has the following description: null

Returns:
the value of field 'notificationContext'.

getTo

java.lang.String getTo()
Returns the value of field 'to'. The field 'to' has the following description:

Returns:
the value of field 'to'.

setContent

void setContent(IContentType content)
Sets the value of field 'content'. The field 'content' has the following description:

Parameters:
content - the value of field 'content'.

setCreatedDate

void setCreatedDate(java.util.Calendar createdDate)
Sets the value of field 'createdDate'. The field 'createdDate' has the following description:

Parameters:
createdDate - the value of field 'createdDate'.

setDisplayText

void setDisplayText(java.lang.String displayText)
Sets the value of field 'displayText'. The field 'displayText' has the following description:

Parameters:
displayText - the value of field 'displayText'.

setURILocation

void setURILocation(java.lang.String URILocation)
Sets the value of field 'URILocation'. The field 'URILocation' has the following description:

Parameters:
URILocation - the value of field 'URILocation'.

setSubject

void setSubject(java.lang.String subject)
Sets the value of field 'subject'. The field 'subject' has the following description:

Parameters:
subject - the value of field 'subject'.

setUserId

void setUserId(java.lang.String userId)
Sets the value of field 'userId'. The field 'userId' has the following description:

Parameters:
userId - the value of field 'userId'.

setNotificationContext

void setNotificationContext(INotificationContextType notificationContext)
Sets the value of field 'notificationContext'. The field 'notificationContext' has the following description: null

Parameters:
notificationContext - the value of field 'notificationContext'.

setTo

void setTo(java.lang.String to)
Sets the value of field 'to'. The field 'to' has the following description:

Parameters:
to - the value of field 'to'.

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

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