| Package | Description |
|---|---|
| org.apache.syncope.common.services | |
| org.apache.syncope.common.to |
| Modifier and Type | Method and Description |
|---|---|
ReportExecTO |
ReportService.execute(Long reportId)
Executes the report with matching id.
|
ReportExecTO |
ReportService.readExecution(Long executionId)
Returns report execution with matching id.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReportExecTO> |
ReportService.listJobs(JobStatusType type)
List report jobs of the given type
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskService.report(Long executionId,
ReportExecTO reportExec)
Reports task execution result.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReportExecTO> |
ReportTO.getExecutions() |
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.