Uses of Interface
org.apache.jackrabbit.webdav.version.report.Report
-
Packages that use Report Package Description 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 Report in org.apache.jackrabbit.webdav.jcr.version.report
Classes in org.apache.jackrabbit.webdav.jcr.version.report that implement Report Modifier and Type Class Description classAbstractJcrReportAbstractJcrReport...classExportViewReportExportViewReporthandles REPORT requests for the 'exportview' report.classJcrPrivilegeReportReport to retrieve the permissions granted to the reading session as defined bySession.hasPermission(String, String).classLocateByUuidReportLocateByUuidReporthandles REPORT requests for the 'locate-by-uuid' report.classLocateCorrespondingNodeReportLocateCorrespondingNodeReportis used to identify the resource that represents the corresponding node in another workspace.classNodeTypesReportNodeTypesReportallows to retrieve the definition of a single or multiple node types.classRegisteredNamespacesReportRegisteredNamespacesReportlet the client retrieve the namespaces registered on the repository.classRepositoryDescriptorsReportRepositoryDescriptorsReportallows to retrieve the repository descriptors. -
Uses of Report in org.apache.jackrabbit.webdav.security
Methods in org.apache.jackrabbit.webdav.security that return Report Modifier and Type Method Description ReportAclResource. getReport(ReportInfo reportInfo)Same asDeltaVResource.getReport(ReportInfo). -
Uses of Report in org.apache.jackrabbit.webdav.security.report
Classes in org.apache.jackrabbit.webdav.security.report that implement Report Modifier and Type Class Description classAbstractSecurityReportAbstractSecurityReportcovers basic validation and utilities common to the majority of the reports defined within RFC 3744.classAclPrincipalReportThe AclPrincipalReport report returns the requested property set for all principals in the DAV:acl property, that are identified by http(s) URLs or by a DAV:property principal.classPrincipalMatchReportPrincipalMatchReportcan be request for any collection resources.classPrincipalSearchReportThePrincipalSearchReportperforms a search for all principals that match the search criteria specified in the request.classSearchablePropertyReportSearchablePropertyReportidentifies those properties that may be searched using theDAV:principal-property-search REPORT. -
Uses of Report in org.apache.jackrabbit.webdav.simple
Methods in org.apache.jackrabbit.webdav.simple that return Report Modifier and Type Method Description ReportDeltaVResourceImpl. getReport(ReportInfo reportInfo) -
Uses of Report in org.apache.jackrabbit.webdav.version
Methods in org.apache.jackrabbit.webdav.version that return Report Modifier and Type Method Description ReportDeltaVResource. getReport(ReportInfo reportInfo)Runs the report specified by the givenReportInfo. -
Uses of Report in org.apache.jackrabbit.webdav.version.report
Classes in org.apache.jackrabbit.webdav.version.report that implement Report Modifier and Type Class Description classAbstractReportAbstractReport.classCompareBaselineReportCompareBaselineReport...classExpandPropertyReportExpandPropertyReportencapsulates the DAV:expand-property report, that provides a mechanism for retrieving in one request the properties from the resources identified by those DAV:href elements.classLatestActivityVersionReportLatestActivityVersionReportis applied to a version history to identify the latest version that is selected from that version history by a given activity.classLocateByHistoryReportLocateByHistoryReportencapsulates the DAV:locate-by-hisotry report, that may be used to locate a version-controlled resource for that version history.classVersionTreeReportVersionTreeReportencapsulates the DAV:version-tree report.Methods in org.apache.jackrabbit.webdav.version.report that return Report Modifier and Type Method Description ReportReportType. createReport(DeltaVResource resource, ReportInfo info)Creates a newReportwith this type.Method parameters in org.apache.jackrabbit.webdav.version.report with type arguments of type Report Modifier and Type Method Description static ReportTypeReportType. register(String localName, Namespace namespace, Class<? extends Report> reportClass)Register the report type with the given name, namespace and class, that can run that report.
-