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:getintelligencetypeapplicability [2023/05/03 01:27] seanpr_methods:getintelligencetypeapplicability [2025/06/12 04:00] (current) – Change to AwareIM aware_support3
Line 1: Line 1:
-{{tag>Programmers_Reference Methods  IChannelType_Interface getIntelligenceTypeApplicability}}+{{tag>Programmers_Reference Methods  IChannelType_Interface getIntelligenceTypeApplicability Index}}
 ====getIntelligenceTypeApplicability ()==== ====getIntelligenceTypeApplicability ()====
 <code java>public int [] getIntelligenceTypeApplicability () </code> <code java>public int [] getIntelligenceTypeApplicability () </code>
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 ''IEntityDefinition'' interface. They are:  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 ''IEntityDefinition'' interface. They are: 
  
-|''INTELLIGENCE_BUSINESS''|//**Aware IM**// software system|+|''INTELLIGENCE_BUSINESS''|//**AwareIM**// software system|
 |''INTELLIGENCE_HUMAN''|human being| |''INTELLIGENCE_HUMAN''|human being|
 |''INTELLIGENCE_DEVICE''|hardware device| |''INTELLIGENCE_DEVICE''|hardware device|
-|''INTELLIGENCE_SYSTEM''|software system (non Aware IM)|+|''INTELLIGENCE_SYSTEM''|software system (non AwareIM)|
  
 At least one intelligence type must be returned. At least one intelligence type must be returned.
  • Last modified: 2023/05/03 01:27