Class AbstractJcrReport

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init​(org.apache.jackrabbit.webdav.DavResource resource, org.apache.jackrabbit.webdav.version.report.ReportInfo info)
      Performs basic validation checks common to all JCR specific reports.
      • Methods inherited from class org.apache.jackrabbit.webdav.version.report.AbstractReport

        normalizeResourceHref
      • Methods inherited from interface org.apache.jackrabbit.webdav.version.report.Report

        getType, isMultiStatusReport
      • Methods inherited from interface org.apache.jackrabbit.webdav.xml.XmlSerializable

        toXml
    • Constructor Detail

      • AbstractJcrReport

        public AbstractJcrReport()
    • Method Detail

      • init

        public void init​(org.apache.jackrabbit.webdav.DavResource resource,
                         org.apache.jackrabbit.webdav.version.report.ReportInfo info)
                  throws org.apache.jackrabbit.webdav.DavException
        Performs basic validation checks common to all JCR specific reports.
        Parameters:
        resource -
        info -
        Throws:
        org.apache.jackrabbit.webdav.DavException
        See Also:
        Report.init(DavResource, ReportInfo)