Class ReportRestClient
java.lang.Object
org.apache.syncope.client.console.rest.BaseRestClient
org.apache.syncope.client.console.rest.ReportRestClient
- All Implemented Interfaces:
Serializable,ExecutionRestClient,RestClient
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.client.console.rest.BaseRestClient
LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbatch(BatchRequest batchRequest) longcountExecutions(String taskKey) voidvoidDelete specified report.voiddeleteExecution(String reportExecKey) exportExecutionResult(String executionKey) list()listExecutions(String taskKey, int page, int size, SortParam<String> sort) listJobs()listRecentExecutions(int max) voidstartExecution(String reportKey, Date startAt) voidMethods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
Constructor Details
-
ReportRestClient
public ReportRestClient()
-
-
Method Details
-
read
-
list
-
getJob
-
listJobs
-
actionJob
-
create
-
update
-
delete
Delete specified report.- Parameters:
reportKey- report to delete
-
startExecution
- Specified by:
startExecutionin interfaceExecutionRestClient
-
deleteExecution
- Specified by:
deleteExecutionin interfaceExecutionRestClient
-
listRecentExecutions
- Specified by:
listRecentExecutionsin interfaceExecutionRestClient
-
exportExecutionResult
-
listExecutions
- Specified by:
listExecutionsin interfaceExecutionRestClient
-
countExecutions
- Specified by:
countExecutionsin interfaceExecutionRestClient
-
batch
- Specified by:
batchin interfaceExecutionRestClient
-