Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pr_methods:getchannelvalues [2023/04/05 04:32] – ↷ Links adapted because of a move operation seanpr_methods:getchannelvalues [2023/05/03 04:21] (current) sean
Line 1: Line 1:
-{{tag>Programmers_Reference Methods MessageInterpreter_Class MessageInterpreter_Methods GetChannelValues}}+{{tag>Programmers_Reference Methods MessageInterpreter_Class GetChannelValues Index}}
  
 ====getChannelValues ()==== ====getChannelValues ()====
 <code java>public DataObject getChannelValues ()</code> <code java>public DataObject getChannelValues ()</code>
  
-Retrieve the data object containing values specific to the receiver of the message.It may happen that the same channel is used to send messages to different intelligent business objects (for example, an e-mail channel may be used to send e-mails to different recipients). If this is the case the message itself must contain the values, which uniquely identify the recipient (in the e-mail case it is the e-mail address of the recipient). The method ''getChannelValues'' allows retrieving values identifying the recipient from the message (see also [[docs:3500:0400_adding_custom_channels:0410_implementing_channel_s_source_and_sink:0411_writing_a_sink]])+Retrieve the data object containing values specific to the receiver of the message.It may happen that the same channel is used to send messages to different intelligent business objects (for example, an e-mail channel may be used to send e-mails to different recipients). If this is the case the message itself must contain the values, which uniquely identify the recipient (in the e-mail case it is the e-mail address of the recipient). The method ''getChannelValues'' allows retrieving values identifying the recipient from the message (see also [[docs:3500:0400:0410:0411]])
  
 ===Parameters=== ===Parameters===
Line 10: Line 10:
  
 ===Returns=== ===Returns===
-''DataObject'' containing the values specific to the recipient – the names of the attributes contained in the ''DataObject'' are channel-specific  (see also [[docs:3500:0400_adding_custom_channels:0410_implementing_channel_s_source_and_sink:0411_writing_a_sink]]).+''DataObject'' containing the values specific to the recipient – the names of the attributes contained in the ''DataObject'' are channel-specific  (see also [[docs:3500:0400:0410:0411]]).
  
  • Last modified: 2023/04/05 04:32