Class AbstractJcrReport
- java.lang.Object
-
- org.apache.jackrabbit.webdav.version.report.AbstractReport
-
- org.apache.jackrabbit.webdav.jcr.version.report.AbstractJcrReport
-
- All Implemented Interfaces:
Report,XmlSerializable
- Direct Known Subclasses:
ExportViewReport,JcrPrivilegeReport,LocateByUuidReport,LocateCorrespondingNodeReport,NodeTypesReport,RegisteredNamespacesReport,RepositoryDescriptorsReport
public abstract class AbstractJcrReport extends AbstractReport
AbstractJcrReport...
-
-
Constructor Summary
Constructors Constructor Description AbstractJcrReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(DavResource resource, 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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.jackrabbit.webdav.version.report.Report
getType, isMultiStatusReport
-
Methods inherited from interface org.apache.jackrabbit.webdav.xml.XmlSerializable
toXml
-
-
-
-
Method Detail
-
init
public void init(DavResource resource, ReportInfo info) throws DavException
Performs basic validation checks common to all JCR specific reports.- Parameters:
resource-info-- Throws:
DavException- See Also:
Report.init(DavResource, ReportInfo)
-
-