Uses of Class
org.apache.jackrabbit.webdav.version.report.AbstractReport
-
Packages that use AbstractReport Package Description org.apache.jackrabbit.webdav.jcr.version.report Contains JCR specific reports.org.apache.jackrabbit.webdav.security.report org.apache.jackrabbit.webdav.version.report -
-
Uses of AbstractReport in org.apache.jackrabbit.webdav.jcr.version.report
Subclasses of AbstractReport in org.apache.jackrabbit.webdav.jcr.version.report Modifier and Type Class Description class
AbstractJcrReport
AbstractJcrReport
...class
ExportViewReport
ExportViewReport
handles REPORT requests for the 'exportview' report.class
JcrPrivilegeReport
Report to retrieve the permissions granted to the reading session as defined bySession.hasPermission(String, String)
.class
LocateByUuidReport
LocateByUuidReport
handles REPORT requests for the 'locate-by-uuid' report.class
LocateCorrespondingNodeReport
LocateCorrespondingNodeReport
is used to identify the resource that represents the corresponding node in another workspace.class
NodeTypesReport
NodeTypesReport
allows to retrieve the definition of a single or multiple node types.class
RegisteredNamespacesReport
RegisteredNamespacesReport
let the client retrieve the namespaces registered on the repository.class
RepositoryDescriptorsReport
RepositoryDescriptorsReport
allows to retrieve the repository descriptors. -
Uses of AbstractReport in org.apache.jackrabbit.webdav.security.report
Subclasses of AbstractReport in org.apache.jackrabbit.webdav.security.report Modifier and Type Class Description class
AbstractSecurityReport
AbstractSecurityReport
covers basic validation and utilities common to the majority of the reports defined within RFC 3744.class
AclPrincipalReport
The 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.class
PrincipalMatchReport
PrincipalMatchReport
can be request for any collection resources.class
PrincipalSearchReport
ThePrincipalSearchReport
performs a search for all principals that match the search criteria specified in the request.class
SearchablePropertyReport
SearchablePropertyReport
identifies those properties that may be searched using theDAV:principal-property-search REPORT
. -
Uses of AbstractReport in org.apache.jackrabbit.webdav.version.report
Subclasses of AbstractReport in org.apache.jackrabbit.webdav.version.report Modifier and Type Class Description class
CompareBaselineReport
CompareBaselineReport
...class
ExpandPropertyReport
ExpandPropertyReport
encapsulates 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.class
LatestActivityVersionReport
LatestActivityVersionReport
is applied to a version history to identify the latest version that is selected from that version history by a given activity.class
LocateByHistoryReport
LocateByHistoryReport
encapsulates the DAV:locate-by-hisotry report, that may be used to locate a version-controlled resource for that version history.class
VersionTreeReport
VersionTreeReport
encapsulates the DAV:version-tree report.
-