HP Anywhere API Reference
AbstractBTOServiceEE Class Methods


For a list of all members of this type, see AbstractBTOServiceEE members.

Public Methods
 NameDescription
Public MethodgetEntryPointDefinitionsByContextReturn the entry points that the app service recommends to the user as the next entry point to open in the activity.
Typically called when users have an activity with context objects and when users have open entry points in the activity.
Inspect the context IDs, types, and metadata in the context object collection to determine whether the context is relevant to the entry point recommendation.  
Public MethodgetRelatedUsersReturn the users that the app service recommends as participants in the current user activity.
Typically called when users have an activity with context objects and when users have open entry points in the activity.
Inspect the context IDs, types, and metadata in the context object collection to determine whether the context is relevant to the recommended users.
Typical implementation flow:
  • Get the app data source
  • Retrieve the data of relevant user IDs according to the context ID
 
Public MethodgetSupportedEntryPointDefinitionsNoContextReturn the collection of all available entry points.  
Top
See Also

Reference

AbstractBTOServiceEE Class
com.hp.btoaw.integration.service.bl Package