fr.opensagres.xdocreport.document.service
Interface XDocReportService

All Known Implementing Classes:
XDocReportServiceJaxRs, XDocReportServiceJaxRsClient

public interface XDocReportService


Method Summary
 byte[] download(String reportID, String processState)
           
 List<ReportId> listReports()
           
 byte[] processReport(ReportAndDataRepresentation reportAndDataRepresentation)
           
 void unRegister(String reportId)
           
 void upload(ReportRepresentation report)
           
 

Method Detail

download

byte[] download(String reportID,
                String processState)

listReports

List<ReportId> listReports()

upload

void upload(ReportRepresentation report)

processReport

byte[] processReport(ReportAndDataRepresentation reportAndDataRepresentation)

unRegister

void unRegister(String reportId)


Copyright © 2013. All rights reserved.