Save to Topic link

Your application can incorporate a Save to Topic link into its pages, similar to how Oracle Empirica Signal includes the link above the Data Mining Results Table.

If the user clicks the Save to Topic link, the application displays a dialog box and calls the Oracle Empirica Topics web service. The Oracle Empirica Topics web service initializes the values and saves an attachment containing the application's data to the specified topic or action.

Tasks

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

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.isCanSavetoTopic = true

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