public class CompareBaselineReport extends Object implements Report
CompareBaselineReport
...Modifier and Type | Field and Description |
---|---|
static ReportType |
COMPARE_BASELINE |
Constructor and Description |
---|
CompareBaselineReport() |
Modifier and Type | Method and Description |
---|---|
ReportType |
getType()
Returns
COMPARE_BASELINE . |
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.Please note that this methods should perform basic validation checks in order to prevent exceptional situations during the xml serialization. |
boolean |
isMultiStatusReport()
Always returns
false . |
Element |
toXml(Document document)
Returns the xml representation of the implementing object as
Element . |
public static final ReportType COMPARE_BASELINE
public ReportType getType()
COMPARE_BASELINE
.getType
in interface Report
Report.getType()
public boolean isMultiStatusReport()
false
.isMultiStatusReport
in interface Report
Report.isMultiStatusReport()
public void init(DavResource resource, ReportInfo info) throws DavException
Report
DeltaVResource
for which this report was requested
and the ReportInfo
as specified by the REPORT request body,
that defines the details for this report.init
in interface Report
resource
- info
- DavException
Report.init(DavResource, ReportInfo)
public Element toXml(Document document)
XmlSerializable
Element
. The given Document
is used
as factory and represents the owner document
of the returned DOM element.toXml
in interface XmlSerializable
document
- to be used as factory.XmlSerializable.toXml(Document)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.