Uses of Class
org.apache.jackrabbit.webdav.version.report.ReportInfo

Packages that use ReportInfo
org.apache.jackrabbit.webdav   
org.apache.jackrabbit.webdav.version Interfaces and classes used to cover functionality defined by RFC 3253: Versioning Extensions to WebDAV
org.apache.jackrabbit.webdav.version.report Report interface and inplementation for default reports defined by RFC 3253. 
 

Uses of ReportInfo in org.apache.jackrabbit.webdav
 

Methods in org.apache.jackrabbit.webdav that return ReportInfo
 ReportInfo WebdavRequestImpl.getReportInfo()
           
 

Uses of ReportInfo in org.apache.jackrabbit.webdav.version
 

Methods in org.apache.jackrabbit.webdav.version that return ReportInfo
 ReportInfo DeltaVServletRequest.getReportInfo()
          Returns the request body and the Depth header as ReportInfo object.
 

Methods in org.apache.jackrabbit.webdav.version with parameters of type ReportInfo
 Report DeltaVResource.getReport(ReportInfo reportInfo)
          Runs the report specified by the given ReportInfo.
 

Uses of ReportInfo in org.apache.jackrabbit.webdav.version.report
 

Methods in org.apache.jackrabbit.webdav.version.report with parameters of type ReportInfo
 boolean SupportedReportSetProperty.isSupportedReport(ReportInfo reqInfo)
          Returns true if the report type indicated in the specified RequestInfo object is included in the supported reports.
 void VersionTreeReport.init(DavResource resource, ReportInfo info)
          Validates the specified resource and info objects.
 void LocateByHistoryReport.init(DavResource resource, ReportInfo info)
           
 void ExpandPropertyReport.init(DavResource resource, ReportInfo info)
           
 void Report.init(DavResource resource, ReportInfo info)
          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 execeptional situations during the xml serialization.
 Report ReportType.createReport(DeltaVResource resource, ReportInfo info)
          Creates a new Report with this type.
 boolean ReportType.isRequestedReportType(ReportInfo reqInfo)
          Returns true if this ReportType is requested by the given ReportInfo
static ReportType ReportType.getType(ReportInfo reportInfo)
          Return the ReportType requested by the given report info object.
 



Copyright © 2005-2006 . All Rights Reserved.