Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


oracle.tip.pc.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.tip.pc.services.notification.payload.INotificationPayloadContext
NOTIFICATION_CONTEXT

 

Method Summary
 IGenericPayloadType getGenericPayload()
          Returns the value of field 'genericPayload'.
 java.lang.String getUserId()
          Returns the value of field 'userId'.
 void setGenericPayload(IGenericPayloadType genericPayload)
          Sets the value of field 'genericPayload'.
 void setUserId(java.lang.String userId)
          Sets the value of field 'userId'.

 

Methods inherited from interface oracle.tip.pc.services.notification.payload.INotificationPayloadContext
getPayloadContextValues

 

Method Detail

getGenericPayload

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

getUserId

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

setGenericPayload

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

setUserId

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

Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


Copyright © 2006, Oracle. All rights reserved.