Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-02


oracle.bpel.services.notification.payload
Interface IGroupNotificationPayloadType

All Superinterfaces:
INotificationPayloadContext
All Known Implementing Classes:
GroupNotificationPayloadType

public interface IGroupNotificationPayloadType
extends INotificationPayloadContext

Interface IGroupNotificationPayloadType.


Field Summary

 

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

 

Method Summary
 IGenericPayloadType getGenericPayload()
          Returns the value of field 'genericPayload'.
 java.lang.String getGroupId()
          Returns the value of field 'groupId'.
 INotificationContextType getNotificationContext()
          Returns the value of field 'notificationContext'.
 void setGenericPayload(IGenericPayloadType genericPayload)
          Sets the value of field 'genericPayload'.
 void setGroupId(java.lang.String groupId)
          Sets the value of field 'groupId'.
 void setNotificationContext(INotificationContextType notificationContext)
          Sets the value of field 'notificationContext'.

 

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

getGroupId

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

getNotificationContext

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

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

setGroupId

void setGroupId(java.lang.String groupId)
Sets the value of field 'groupId'. The field 'groupId' has the following description:
Parameters:
groupId - the value of field 'groupId'.

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

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-02


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