Uses of Class
org.apache.jackrabbit.webdav.version.report.ReportInfo
-
Packages that use ReportInfo Package Description org.apache.jackrabbit.webdav org.apache.jackrabbit.webdav.client.methods Provides classes for use with the Apache HttpClient, supporting WebDAV request methods.org.apache.jackrabbit.webdav.jcr.version.report Contains JCR specific reports.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 Modifier and Type Method Description ReportInfoWebdavRequestImpl. getReportInfo() -
Uses of ReportInfo in org.apache.jackrabbit.webdav.client.methods
Constructors in org.apache.jackrabbit.webdav.client.methods with parameters of type ReportInfo Constructor Description HttpReport(String uri, ReportInfo reportInfo)HttpReport(URI 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 Modifier and Type Method Description voidAbstractJcrReport. init(DavResource resource, ReportInfo info)Performs basic validation checks common to all JCR specific reports.voidExportViewReport. init(DavResource resource, ReportInfo info)voidJcrPrivilegeReport. init(DavResource resource, ReportInfo info)voidLocateByUuidReport. init(DavResource resource, ReportInfo info)voidLocateCorrespondingNodeReport. init(DavResource resource, ReportInfo info)voidNodeTypesReport. init(DavResource resource, ReportInfo info)voidRegisteredNamespacesReport. init(DavResource resource, ReportInfo info)voidRepositoryDescriptorsReport. 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 Modifier and Type Method Description ReportAclResource. getReport(ReportInfo reportInfo)Same asDeltaVResource.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 Modifier and Type Method Description voidAbstractSecurityReport. init(DavResource resource, ReportInfo info)Checks if the given resource and report info are notnull, that the requested report type matches this implementation and that no other Depth header than 0 is present.voidAclPrincipalReport. init(DavResource resource, ReportInfo info)voidPrincipalMatchReport. init(DavResource resource, ReportInfo info)voidPrincipalSearchReport. init(DavResource resource, ReportInfo info)voidSearchablePropertyReport. init(DavResource resource, ReportInfo info) -
Uses of ReportInfo in org.apache.jackrabbit.webdav.simple
Methods in org.apache.jackrabbit.webdav.simple with parameters of type ReportInfo Modifier and Type Method Description ReportDeltaVResourceImpl. getReport(ReportInfo reportInfo) -
Uses of ReportInfo in org.apache.jackrabbit.webdav.version
Methods in org.apache.jackrabbit.webdav.version that return ReportInfo Modifier and Type Method Description ReportInfoDeltaVServletRequest. getReportInfo()Returns the request body and the Depth header asReportInfoobject.Methods in org.apache.jackrabbit.webdav.version with parameters of type ReportInfo Modifier and Type Method Description ReportDeltaVResource. getReport(ReportInfo reportInfo)Runs the report specified by the givenReportInfo. -
Uses of ReportInfo in org.apache.jackrabbit.webdav.version.report
Methods in org.apache.jackrabbit.webdav.version.report with parameters of type ReportInfo Modifier and Type Method Description ReportReportType. createReport(DeltaVResource resource, ReportInfo info)Creates a newReportwith this type.static ReportTypeReportType. getType(ReportInfo reportInfo)Return theReportTyperequested by the given report info object.voidCompareBaselineReport. init(DavResource resource, ReportInfo info)voidExpandPropertyReport. init(DavResource resource, ReportInfo info)voidLatestActivityVersionReport. init(DavResource resource, ReportInfo info)Check all the preconditions for this report.voidLocateByHistoryReport. init(DavResource resource, ReportInfo info)voidReport. init(DavResource resource, ReportInfo info)Set theDeltaVResourcefor which this report was requested and theReportInfoas 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 exceptional situations during the xml serialization.voidVersionTreeReport. init(DavResource resource, ReportInfo info)Validates the specified resource and info objects.booleanReportType. isRequestedReportType(ReportInfo reqInfo)Returns true if thisReportTypeis requested by the givenReportInfobooleanSupportedReportSetProperty. isSupportedReport(ReportInfo reqInfo)Returns true if the report type indicated in the specifiedRequestInfoobject is included in the supported reports.
-