HP Anywhere API Reference
getEntryPointDefinitionsByContext Method
Return the recommended public entry points of the service and external services for the given context.
Syntax
java.util.Collection<EntryPointDefinition> getEntryPointDefinitionsByContext( 
   java.util.Collection<BTOContext> context,
   java.util.Collection<EntryPointDefinition> openedEntryPoints
)

Parameters

context
openedEntryPoints

Return Value

collection of entry point definitions
Exceptions
ExceptionDescription
com.hp.btoaw.integration.service.exception.CustomExceptiondata cannot be returned due to error.
For example, settings are not configured correctly, no connection to backend.
Since
HP Anywhere 10.00
See Also

Reference

BaseBTOService Interface
BaseBTOService Members