Sorting results

An end user can sort the topic, topic template, or work team 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. The default is ascending order, if the order is not specified.

class TopicsServiceContext {
 …
 List<TopicsSortOrder> sortOrder;
 List<TopicsFilter> filter;
 …
}