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  DeltaVResourcefor which this report was requested
 and theReportInfoas 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. | 
normalizeResourceHrefpublic 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
ReportDeltaVResource 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 - DavExceptionReport.init(DavResource, ReportInfo)public Element toXml(Document document)
XmlSerializableElement. 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 © 2004–2024 The Apache Software Foundation. All rights reserved.