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 ICommonPayloadType

All Superinterfaces:
INotificationPayloadContext
All Known Implementing Classes:
CommonPayloadType

public interface ICommonPayloadType
extends INotificationPayloadContext

Interface ICommonPayloadType.


Field Summary

 

Fields inherited from interface oracle.tip.pc.services.notification.payload.INotificationPayloadContext
NOTIFICATION_CONTEXT

 

Method Summary
 IContentType getContent()
          Returns the value of field 'content'.
 java.lang.String getFrom()
          Returns the value of field 'from'.
 java.lang.String getSubject()
          Returns the value of field 'subject'.
 java.lang.String getTo()
          Returns the value of field 'to'.
 void setContent(IContentType content)
          Sets the value of field 'content'.
 void setFrom(java.lang.String from)
          Sets the value of field 'from'.
 void setSubject(java.lang.String subject)
          Sets the value of field 'subject'.
 void setTo(java.lang.String to)
          Sets the value of field 'to'.

 

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

 

Method Detail

getContent

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

getTo

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

getFrom

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

getSubject

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

setContent

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

setTo

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

setFrom

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

setSubject

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

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.