public interface Report extends XmlSerializable
Report interface defines METHODS needed in order to respond
to a REPORT request. The REPORT method is a required feature to all
DeltaV resources.DeltaVResource.getReport(ReportInfo)| Modifier and Type | Method and Description |
|---|---|
ReportType |
getType()
Returns the registered type of this report.
|
void |
init(DavResource resource,
ReportInfo info)
Set the
DeltaVResource for which this report was requested
and the ReportInfo as specified by the REPORT request body,
that defines the details for this report. |
boolean |
isMultiStatusReport()
Returns true if this
Report will send a MultiStatus
response. |
toXmlReportType getType()
boolean isMultiStatusReport()
Report will send a MultiStatus
response.void init(DavResource resource, ReportInfo info) throws DavException
DeltaVResource for which this report was requested
and the ReportInfo as specified by the REPORT request body,
that defines the details for this report.resource - info - DavExceptionCopyright © 2004–2019 The Apache Software Foundation. All rights reserved.