Tasks
Your application invokes the following tasks to present a table of topics or actions.
- Get a list of topics
Your application retrieves a list of topics by using thegetTopicContextstask, which returns a list of topic contexts with the name and identifier of each topic. - Get a list of actions
Your application retrieves a list of actions for a topic available to the user by using thegetActionContextstask that returns a list of action contexts with the action name and ID and the associated topic ID. - Get a list of work teams
Your application can retrieve a list of work teams by using thegetWorkteamContextstask. - Get a list of topic templates
Your application can retrieve a list of topic templates. The topic templates can be used to prepopulate new topic fields and actions. - Attach to an existing topic
Your application can create an attachment to an existing topic. - Attach to a new topic
Your application can create an attachment to a new topic. - Attach to an existing action
Your application can create an attachment to an existing action by using theattachActiontask. - Attach to a new action
Your application can create an attachment to an existing action by using theattachActiontask. - Get field metadata
Your application can retrieve a list of all fields for topics, topic templates, work teams, or actions by using thegetFieldMetadatatask. - Get field values
Your application can retrieve a list of all field values for each topic, topic template, work team, or action by calling thegetFieldValuestask. - Get filters
Your application can retrieve a list of fields that have been set up as filters and their values by using thegetFilterstask. The Filters object is returned from thegetFilterstask and is an ordered list of filter field names. - Get a list of projects
Your application can retrieve a list of existing projects by using thegetProjectstask. - Get a list of action types
Your application can retrieve a list of action types by using thegetActionTypestask. - Get user info
Your application can view the topic permissions for a user by using thegetUserInfotask. - Get topics service properties
Your application can retrieve the Oracle Empirica Topics server version and other properties by using thegetTopicsServicePropertiestask. - Get topic workflow configurations
Your application can retrieve a list of topic workflow configurations by using thegetTopicWorkflowConfigurationstask. - Stream file attachment
For an attachment of type FILE or IMAGE, clients must first stream files to the server and include a GUID in theattachmentInputparameter, and then call one of the attach tasks.
Parent topic: API