ReviewSearchFilterTO

A complex data type that represents review attributes to search for or a saved user search. Used with the Review, Commenting, and Approval building block, which is installed with the Managed Review & Approval Solution Accelerator.

When more than one criterion is used, an AND condition joins them. Use % (per cent) character for wild card searches.

By default, umOid is populated with invoker's user oid. The default value enables invokers to search only for reviews where they participate as reviewer, approver, or initiator. To search for other users' reviews, the invoker must have the RCA administrator role.

You can also paginate search results using pageSize and pageNumber. Use pageSize to define the maximum number of rows that are returned in the result set. Use pageNumber to retrieve subsequent pages of the search result. By default, pageNumber is 0, which means all the rows in the result are returned. To retrieve the last page of the result set for a given pageSize, set pageNumber as (@see LAST_PAGE) . If paging is not required, do not set these attributes, or set one or both to 0.

For information about data that can be accessed using XPath Expressions, see Data items .

Data items

The data items that ReviewSearchFilterTO values contain.

customAttributes

A map of CustomAttributeTO values that represent custom attributes to search for.

endDate

A date value that specifies the end date for the search.

keywords

A string value that represents keywords to search for in the review title and purpose.

name

A string value that represents the name of the saved search.

pageNumber

An int value that represents a page number of the search results.

pageSize

An int value that represents the number of rows per page to use when calculating pagination.

role

A ReviewSearchFilterTO.Role value that represents the review role to search for. The following values are valid:

  • APPROVER

  • REVIEWER

  • MODERATOR

  • INITIATOR

searchGroupBasedReviews

A boolean value that indicates whether to search reviews where user is participating as part of a group. If true , the group reviews are searched.

startDate

A date value that specifies the start date for the search.

statusFilterList

A list of string values that represents a list of status values to search for.

templateName

A string value that represents the name of the review template to search for.

umOid

A string value that represents the User Management identifier for the user who saved the search.

// Ethnio survey code removed