HP Anywhere API Reference
getRelatedUsers Method
Retrieve the users related to the context.
This method is invoked when the user asks for suggested participants in the activity.
Syntax
java.util.Collection<UserProfile> getRelatedUsers( 
   java.util.Collection<BTOContext> context
)

Parameters

context
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