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 Oracle Empirica Signal application adds the --none-- option to the top of the drop-down list. Optionally, you can set a start row and a chunk size.

ActionContexts getActionContexts(
  TopicsServiceContext topicsServiceContext)
  throws InvalidArgumentException, TopicsServiceException;

To get a list of actions: