| Package | Description |
|---|---|
| org.apache.syncope.common.services |
| Modifier and Type | Method and Description |
|---|---|
ReportTO |
ReportService.read(Long reportId)
Returns report with matching id.
|
| Modifier and Type | Method and Description |
|---|---|
PagedResult<ReportTO> |
ReportService.list()
Returns a paged list of all existing reports.
|
PagedResult<ReportTO> |
ReportService.list(Integer page,
Integer size)
Returns a paged list of all existing reports matching page/size conditions.
|
PagedResult<ReportTO> |
ReportService.list(Integer page,
Integer size,
String orderBy)
Returns a paged list of all existing reports matching page/size conditions.
|
PagedResult<ReportTO> |
ReportService.list(String orderBy)
Returns a paged list of all existing reports.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ReportService.create(ReportTO reportTO)
Creates a new report.
|
void |
ReportService.update(Long reportId,
ReportTO reportTO)
Updates report with matching id.
|
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.