Class CompareBaselineReport

java.lang.Object
org.apache.jackrabbit.webdav.version.report.AbstractReport
org.apache.jackrabbit.webdav.version.report.CompareBaselineReport
All Implemented Interfaces:
Report, XmlSerializable

public class CompareBaselineReport extends AbstractReport
CompareBaselineReport...
  • Field Details

    • COMPARE_BASELINE

      public static final ReportType COMPARE_BASELINE
  • Constructor Details

    • CompareBaselineReport

      public CompareBaselineReport()
  • Method Details

    • getType

      public ReportType getType()
      Returns:
      the type of this report.
      See Also:
    • isMultiStatusReport

      public boolean isMultiStatusReport()
      Always returns false.
      Returns:
      false
      See Also:
    • init

      public void init(DavResource resource, ReportInfo info) throws DavException
      Description copied from interface: Report
      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.
      Parameters:
      resource -
      info -
      Throws:
      DavException
      See Also:
    • toXml

      public Element toXml(Document document)
      Description copied from interface: XmlSerializable
      Returns the xml representation of the implementing object as Element. The given Document is used as factory and represents the owner document of the returned DOM element.
      Parameters:
      document - to be used as factory.
      Returns:
      a w3c element representing this object
      See Also: