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 IUserNotificationPayloadType

All Superinterfaces:
INotificationPayloadContext
All Known Implementing Classes:
UserNotificationPayloadType

public interface IUserNotificationPayloadType
extends INotificationPayloadContext

Interface IUserNotificationPayloadType.


Field Summary
 
Fields inherited from interface oracle.bpel.services.notification.payload.INotificationPayloadContext
NOTIFICATION_CONTEXT
 
Method Summary
 IGenericPayloadType getGenericPayload()
          Returns the value of field 'genericPayload'.
 INotificationContextType getNotificationContext()
          Returns the value of field 'notificationContext'.
 IUserPropertiesType getPreferenceProperties()
          Returns the value of field 'preferenceProperties'.
 java.lang.String getUserId()
          Returns the value of field 'userId'.
 void setGenericPayload(IGenericPayloadType genericPayload)
          Sets the value of field 'genericPayload'.
 void setNotificationContext(INotificationContextType notificationContext)
          Sets the value of field 'notificationContext'.
 void setPreferenceProperties(IUserPropertiesType preferenceProperties)
          Sets the value of field 'preferenceProperties'.
 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

getGenericPayload

IGenericPayloadType getGenericPayload()
Returns the value of field 'genericPayload'. The field 'genericPayload' has the following description:

Returns:
the value of field 'genericPayload'.

getNotificationContext

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

Returns:
the value of field 'notificationContext'.

getPreferenceProperties

IUserPropertiesType getPreferenceProperties()
Returns the value of field 'preferenceProperties'. The field 'preferenceProperties' has the following description:

Returns:
the value of field 'preferenceProperties'.

getUserId

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

Returns:
the value of field 'userId'.

setGenericPayload

void setGenericPayload(IGenericPayloadType genericPayload)
Sets the value of field 'genericPayload'. The field 'genericPayload' has the following description:

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

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'.

setPreferenceProperties

void setPreferenceProperties(IUserPropertiesType preferenceProperties)
Sets the value of field 'preferenceProperties'. The field 'preferenceProperties' has the following description:

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

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'.

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.