listCMSRequests
public CMSRequestInfos listCMSRequests(java.lang.String filter,
RequestId start,
int pageSize,
int maxResults,
int maxTime,
javax.ws.rs.core.UriInfo uriInfo)
throws EBaseException
Finds list of requests matching the specified search filter.
If the filter corresponds to a VLV search, then that search is executed and the pageSize
and start parameters are used. Otherwise, the maxResults and maxTime parameters are
used in the regularly indexed search.
- Parameters:
filter
- - ldap search filterstart
- - start position for VLV searchpageSize
- - page size for VLV searchmaxResults
- - max results to be returned in normal searchmaxTime
- - max time for normal searchuriInfo
- - uri context of request
- Returns:
- collection of key request info
- Throws:
EBaseException