These methods must be implemented to support the HP Anywhere apps framework.
This class must be implemented by the app to be compatible with HP Anywhere Apps framework.
This abstract class declares:

The framework APIs are extended from the AbstractBTOService

Full documentation

Return 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.

Full documentation

Return 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:

Full documentation

Return the collection of all available entry points.

Full documentation