|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PublicRequestContext @WebServlet(value="/ws/level-0/reporting") public interface PublicReportService
Defines a public service to report file accesses.
Method Summary | |
---|---|
void |
sendFileReport(FileReport fileReport)
Allows to send a single file report to the grid. |
void |
sendFileReports(BatchCollection<FileReport> fileReports)
Allows to send a collection of file reports to the grid. |
Method Detail |
---|
void sendFileReports(BatchCollection<FileReport> fileReports) throws AuthenticationException
fileReports
- The collection of reports to send.
AuthenticationException
- In case of the user isn't authenticated.void sendFileReport(FileReport fileReport) throws AuthenticationException
fileReport
- The file report to send.
AuthenticationException
- In case of the user isn't authenticated.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |