Uses of Class
org.apache.jackrabbit.webdav.version.report.ReportType
-
Packages that use ReportType 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 ReportType in org.apache.jackrabbit.webdav.jcr.version.report
Fields in org.apache.jackrabbit.webdav.jcr.version.report declared as ReportType Modifier and Type Field Description static ReportType
ExportViewReport. EXPORTVIEW_REPORT
The exportview report typestatic ReportType
LocateByUuidReport. LOCATE_BY_UUID_REPORT
The exportview report typestatic ReportType
LocateCorrespondingNodeReport. LOCATE_CORRESPONDING_NODE_REPORT
The corresponding-node report typestatic ReportType
NodeTypesReport. NODETYPES_REPORT
The registered type of this report.static ReportType
JcrPrivilegeReport. PRIVILEGES_REPORT
The exportview report typestatic ReportType
RegisteredNamespacesReport. REGISTERED_NAMESPACES_REPORT
The registered type of this report.static ReportType
RepositoryDescriptorsReport. REPOSITORY_DESCRIPTORS_REPORT
The registered type of this report.Methods in org.apache.jackrabbit.webdav.jcr.version.report that return ReportType Modifier and Type Method Description ReportType
ExportViewReport. getType()
ReturnsExportViewReport.EXPORTVIEW_REPORT
report type.ReportType
JcrPrivilegeReport. getType()
ReturnsJcrPrivilegeReport.PRIVILEGES_REPORT
report type.ReportType
LocateByUuidReport. getType()
ReturnsLocateByUuidReport.LOCATE_BY_UUID_REPORT
report type.ReportType
LocateCorrespondingNodeReport. getType()
ReportType
NodeTypesReport. getType()
ReturnsNodeTypesReport.NODETYPES_REPORT
type.ReportType
RegisteredNamespacesReport. getType()
ReturnsRegisteredNamespacesReport.REGISTERED_NAMESPACES_REPORT
type.ReportType
RepositoryDescriptorsReport. getType()
-
Uses of ReportType in org.apache.jackrabbit.webdav.security.report
Fields in org.apache.jackrabbit.webdav.security.report declared as ReportType Modifier and Type Field Description static ReportType
AclPrincipalReport. REPORT_TYPE
The report typestatic ReportType
PrincipalMatchReport. REPORT_TYPE
The report typestatic ReportType
PrincipalSearchReport. REPORT_TYPE
The report typestatic ReportType
SearchablePropertyReport. REPORT_TYPE
The report typeMethods in org.apache.jackrabbit.webdav.security.report that return ReportType Modifier and Type Method Description ReportType
AclPrincipalReport. getType()
ReportType
PrincipalMatchReport. getType()
ReportType
PrincipalSearchReport. getType()
ReportType
SearchablePropertyReport. getType()
-
Uses of ReportType in org.apache.jackrabbit.webdav.version.report
Fields in org.apache.jackrabbit.webdav.version.report declared as ReportType Modifier and Type Field Description static ReportType
CompareBaselineReport. COMPARE_BASELINE
static ReportType
ReportType. EXPAND_PROPERTY
static ReportType
LatestActivityVersionReport. LATEST_ACTIVITY_VERSION
static ReportType
ReportType. LOCATE_BY_HISTORY
static ReportType
ReportType. VERSION_TREE
Methods in org.apache.jackrabbit.webdav.version.report that return ReportType Modifier and Type Method Description ReportType
CompareBaselineReport. getType()
ReportType
ExpandPropertyReport. getType()
ReturnsEXPAND_PROPERTY
.ReportType
LatestActivityVersionReport. getType()
ReportType
LocateByHistoryReport. getType()
ReturnsLOCATE_BY_HISTORY
.ReportType
Report. getType()
Returns the registered type of this report.static ReportType
ReportType. getType(ReportInfo reportInfo)
Return theReportType
requested by the given report info object.ReportType
VersionTreeReport. getType()
ReturnsVERSION_TREE
static ReportType
ReportType. 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.Methods in org.apache.jackrabbit.webdav.version.report that return types with arguments of type ReportType Modifier and Type Method Description Set<ReportType>
SupportedReportSetProperty. getValue()
Returns a set of report types.Methods in org.apache.jackrabbit.webdav.version.report with parameters of type ReportType Modifier and Type Method Description void
SupportedReportSetProperty. addReportType(ReportType reportType)
Add an additional report type to this property's value.Constructors in org.apache.jackrabbit.webdav.version.report with parameters of type ReportType Constructor Description ReportInfo(ReportType type)
Create a newReportInfo
ReportInfo(ReportType type, int depth)
Create a newReportInfo
ReportInfo(ReportType type, int depth, DavPropertyNameSet propertyNames)
Create a newReportInfo
SupportedReportSetProperty(ReportType[] reportTypes)
Create a newSupportedReportSetProperty
property.
-