public class CompareBaselineReport extends AbstractReport
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 . |
org.w3c.dom.Element |
toXml(org.w3c.dom.Document document)
Returns the xml representation of the implementing object as
Element . |
public static final ReportType COMPARE_BASELINE
public ReportType getType()
COMPARE_BASELINE
.Report.getType()
public boolean isMultiStatusReport()
false
.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.resource
- info
- DavException
Report.init(DavResource, ReportInfo)
public org.w3c.dom.Element toXml(org.w3c.dom.Document document)
XmlSerializable
Element
. The given Document
is used
as factory and represents the owner document
of the returned DOM element.document
- to be used as factory.XmlSerializable.toXml(Document)
Copyright © 2010 - 2020 Adobe. All Rights Reserved