Uses of Class
org.openiam.base.response.GetAllReportsResponse
-
Packages that use GetAllReportsResponse Package Description org.openiam.srvc.report -
-
Uses of GetAllReportsResponse in org.openiam.srvc.report
Methods in org.openiam.srvc.report that return GetAllReportsResponse Modifier and Type Method Description GetAllReportsResponse
ReportWebService. getReports(int from, int size)
Retrieves all reports in given range.GetAllReportsResponse
ReportWebServiceImpl. getReports(int from, int size)
GetAllReportsResponse
ReportWebService. getReportsByUserId(String requestorId)
Retrieves all reports for given user ID.GetAllReportsResponse
ReportWebServiceImpl. getReportsByUserId(String requestorId)
-