Class CompareBaselineReport
java.lang.Object
org.apache.jackrabbit.webdav.version.report.AbstractReport
org.apache.jackrabbit.webdav.version.report.CompareBaselineReport
- All Implemented Interfaces:
Report,XmlSerializable
CompareBaselineReport...-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()ReturnsCOMPARE_BASELINE.voidinit(DavResource resource, ReportInfo info) Set theDeltaVResourcefor 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.booleanAlways returnsfalse.Returns the xml representation of the implementing object asElement.
-
Field Details
-
COMPARE_BASELINE
-
-
Constructor Details
-
CompareBaselineReport
public CompareBaselineReport()
-
-
Method Details
-
getType
ReturnsCOMPARE_BASELINE.- Returns:
- the type of this report.
- See Also:
-
isMultiStatusReport
public boolean isMultiStatusReport()Always returnsfalse.- Returns:
- false
- See Also:
-
init
Description copied from interface:ReportSet theDeltaVResourcefor 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.- Parameters:
resource-info-- Throws:
DavException- See Also:
-
toXml
Description copied from interface:XmlSerializableReturns the xml representation of the implementing object asElement. The givenDocumentis used as factory and represents theowner documentof the returned DOM element.- Parameters:
document- to be used as factory.- Returns:
- a w3c element representing this object
- See Also:
-