HP Anywhere API Reference
getEntryPointDefinitionsByContext Method
the collection of contexts in the user activity
the collection of currently opened entry points for the current user activity.
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.
Syntax
public abstract java.util.Collection<EntryPointDefinition> getEntryPointDefinitionsByContext( 
   java.util.Collection<BTOContext> context, 
   java.util.Collection<EntryPointDefinition> externalEntryPoints 
)

Parameters

context
the collection of contexts in the user activity
externalEntryPoints
the collection of currently opened entry points for the current user activity.

Return Value

collection of the recommended entry points by this app service according to the given context list and open entry points.
Exceptions
ExceptionDescription
com.hp.btoaw.integration.service.exception.CustomExceptionException that contains FailureReason enum with failure description
Since
HP Anywhere 10.00
See Also

Reference

AbstractBTOServiceEE Class
AbstractBTOServiceEE Members