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
.