| com.hp.btoaw.integration.service.bl Package : AbstractBTOServiceEE Class |
For a list of all members of this type, see AbstractBTOServiceEE members.
| Name | Description | |
|---|---|---|
![]() | getEntryPointDefinitionsByContext | 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. |
![]() | getRelatedUsers | 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:
|
![]() | getSupportedEntryPointDefinitionsNoContext | Return the collection of all available entry points. |