Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| pr_methods:getintelligencetypeapplicability [2023/04/04 06:59] – ↷ Page moved from progref:0400_adding_custom_channels:0420_implementing_channel_type_component:getintelligencetypeapplicability to pr_methods:getintelligencetypeapplicability sean | pr_methods:getintelligencetypeapplicability [2025/06/12 04:00] (current) – Change to AwareIM aware_support3 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag> | + | {{tag> |
| ====getIntelligenceTypeApplicability ()==== | ====getIntelligenceTypeApplicability ()==== | ||
| <code java> | <code java> | ||
| Line 5: | Line 5: | ||
| This method must return those types of intelligent business object that the channel is applicable for. For example, the SOAP or Sockets channel is not applicable to business objects with the Human intelligence and the E-mail channel is not applicable to Devices. The constants specifying possible intelligence types are available in the '' | This method must return those types of intelligent business object that the channel is applicable for. For example, the SOAP or Sockets channel is not applicable to business objects with the Human intelligence and the E-mail channel is not applicable to Devices. The constants specifying possible intelligence types are available in the '' | ||
| - | |'' | + | |'' |
| |'' | |'' | ||
| |'' | |'' | ||
| - | |'' | + | |'' |
| At least one intelligence type must be returned. | At least one intelligence type must be returned. | ||