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

Packages that use ReportInfo
org.apache.jackrabbit.webdav   
org.apache.jackrabbit.webdav.client.methods   
org.apache.jackrabbit.webdav.jcr.version.report   
org.apache.jackrabbit.webdav.security   
org.apache.jackrabbit.webdav.security.report   
org.apache.jackrabbit.webdav.simple   
org.apache.jackrabbit.webdav.version   
org.apache.jackrabbit.webdav.version.report   
 

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.client.methods
 

Constructors in org.apache.jackrabbit.webdav.client.methods with parameters of type ReportInfo
ReportMethod(String uri, ReportInfo reportInfo)
           
 

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

Methods in org.apache.jackrabbit.webdav.jcr.version.report with parameters of type ReportInfo
 void RegisteredNamespacesReport.init(DavResource resource, ReportInfo info)
           
 void RepositoryDescriptorsReport.init(DavResource resource, ReportInfo info)
           
 void LocateByUuidReport.init(DavResource resource, ReportInfo info)
           
 void JcrPrivilegeReport.init(DavResource resource, ReportInfo info)
           
 void ExportViewReport.init(DavResource resource, ReportInfo info)
           
 void NodeTypesReport.init(DavResource resource, ReportInfo info)
           
 void AbstractJcrReport.init(DavResource resource, ReportInfo info)
          Performs basic validation checks common to all JCR specific reports.
 void LocateCorrespondingNodeReport.init(DavResource resource, ReportInfo info)
           
 

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

Methods in org.apache.jackrabbit.webdav.security with parameters of type ReportInfo
 Report AclResource.getReport(ReportInfo reportInfo)
          Same as DeltaVResource.getReport(ReportInfo).
 

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

Methods in org.apache.jackrabbit.webdav.security.report with parameters of type ReportInfo
 void AclPrincipalReport.init(DavResource resource, ReportInfo info)
           
 void PrincipalMatchReport.init(DavResource resource, ReportInfo info)
           
 void PrincipalSearchReport.init(DavResource resource, ReportInfo info)
           
 void SearchablePropertyReport.init(DavResource resource, ReportInfo info)
           
 void AbstractSecurityReport.init(DavResource resource, ReportInfo info)
          Checks if the given resource and report info are not null, that the requested report type matches this implementation and that no other Depth header than 0 is present.
 

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

Methods in org.apache.jackrabbit.webdav.simple with parameters of type ReportInfo
 Report DeltaVResourceImpl.getReport(ReportInfo reportInfo)
           
 

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
 Report ReportType.createReport(DeltaVResource resource, ReportInfo info)
          Creates a new Report with this type.
static ReportType ReportType.getType(ReportInfo reportInfo)
          Return the ReportType requested by the given report info object.
 void VersionTreeReport.init(DavResource resource, ReportInfo info)
          Validates the specified resource and info objects.
 void LocateByHistoryReport.init(DavResource resource, ReportInfo info)
           
 void CompareBaselineReport.init(DavResource resource, ReportInfo info)
           
 void LatestActivityVersionReport.init(DavResource resource, ReportInfo info)
          Check all the preconditions for this report.
 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.
 void ExpandPropertyReport.init(DavResource resource, ReportInfo info)
           
 boolean ReportType.isRequestedReportType(ReportInfo reqInfo)
          Returns true if this ReportType is requested by the given ReportInfo
 boolean SupportedReportSetProperty.isSupportedReport(ReportInfo reqInfo)
          Returns true if the report type indicated in the specified RequestInfo object is included in the supported reports.
 



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