org.apache.jackrabbit.webdav.jcr.version.report
Class AbstractJcrReport

java.lang.Object
  extended by 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 Object
implements Report

AbstractJcrReport...


Constructor Summary
AbstractJcrReport()
           
 
Method Summary
 void init(DavResource resource, ReportInfo info)
          Performs basic validation checks common to all JCR specific reports.
 
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
 

Constructor Detail

AbstractJcrReport

public AbstractJcrReport()
Method Detail

init

public void init(DavResource resource,
                 ReportInfo info)
          throws DavException
Performs basic validation checks common to all JCR specific reports.

Specified by:
init in interface Report
Parameters:
resource -
info -
Throws:
DavException
See Also:
Report.init(DavResource, ReportInfo)


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.