Get a list of actions
Your application retrieves a list of actions for a topic available to the user by calling the getActionContexts method, which returns a list of action contexts with the action name and ID, and the associated topic ID. The result is sorted by name and includes the number of actions returned and the total number of values. You should add an option in your user interface to not select an action. The Empirica Signal application adds the options --none-- to the top of the drop-down list. Optionally, you can set a start row and a chunk size.
ActionContexts getActionContexts(TopicsServiceContext topicsServiceContext,
long topicId)
throws InvalidArgumentException, TopicsServiceException;