Common value objects
Oracle Empirica Topics service tasks contain value objects that are passed as arguments or returned from service calls. This section describes the member variables for each value object.
- TopicsServiceContext value object
Most tasks have aTopicsServiceContextvalue object passed as a parameter. - TopicsSortOrder value object
An end user can sort the topic, topic template, work team, or action field values. Your application sets the TopicsServiceContext.sortOrder field with a list of fields to sort and whether to sort each field in ascending or descending order. If the order is not specified, the default is ascending order. - TopicsFilter value object
An end user might specify a filter, for example, when looking for topics with a drug name in a custom field. - AttachmentInput value object
Parent topic: API