Topics methods

Previous Topic

Next Topic

Book Contents

Topics 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 Empirica Topics. TopicsUserInfo.getUserInfo() gives a TopicsServiceException if the username from your application is not found.

Send Feedback