public interface ReportPortType
Modifier and Type | Method and Description |
---|---|
ObjectListType |
evaluateScript(String script,
ParamsType parameters) |
ObjectListType |
processReport(ReportType report) |
ObjectListType |
searchObjects(String query,
ParamsType parameters,
SelectorQualifiedGetOptionsType options) |
@RequestWrapper(localName="evaluateScript", targetNamespace="http://midpoint.evolveum.com/xml/ns/public/report/report-3", className="com.evolveum.midpoint.xml.ns._public.report.report_3.EvaluateScriptType") @ResponseWrapper(localName="evaluateScriptResponse", targetNamespace="http://midpoint.evolveum.com/xml/ns/public/report/report-3", className="com.evolveum.midpoint.xml.ns._public.report.report_3.EvaluateScriptResponseType") ObjectListType evaluateScript(String script, ParamsType parameters)
@RequestWrapper(localName="processReport", targetNamespace="http://midpoint.evolveum.com/xml/ns/public/report/report-3", className="com.evolveum.midpoint.xml.ns._public.report.report_3.ProcessReportType") @ResponseWrapper(localName="processReportResponse", targetNamespace="http://midpoint.evolveum.com/xml/ns/public/report/report-3", className="com.evolveum.midpoint.xml.ns._public.report.report_3.ProcessReportResponseType") ObjectListType processReport(ReportType report)
@RequestWrapper(localName="searchObjects", targetNamespace="http://midpoint.evolveum.com/xml/ns/public/report/report-3", className="com.evolveum.midpoint.xml.ns._public.report.report_3.SearchObjectsType") @ResponseWrapper(localName="searchObjectsResponse", targetNamespace="http://midpoint.evolveum.com/xml/ns/public/report/report-3", className="com.evolveum.midpoint.xml.ns._public.report.report_3.SearchObjectsResponseType") ObjectListType searchObjects(String query, ParamsType parameters, SelectorQualifiedGetOptionsType options)
Copyright © 2015 Evolveum. All rights reserved.