Methods

To implement the Save to Topic link, your application invokes the getUserInfo method.

Your application should display the Save to Topic link conditionally, based on the user's permissions. The link should appear only if the user has the appropriate work team permissions.

TopicsUserInfo.getUserInfo().isCanSavetoTopic()

The user must have the same username in your application and in Oracle Empirica Topics. TopicsUserInfo.getUserInfo() gives a TopicsServiceException if the username from your application is not found.