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 |
Report interface and inplementation for default reports defined by RFC 3253.
|
Modifier and Type | Field and Description |
---|---|
static ReportType |
ExportViewReport.EXPORTVIEW_REPORT
The exportview report type
|
static ReportType |
ExportViewReport.EXPORTVIEW_REPORT
The exportview report type
|
static ReportType |
LocateByUuidReport.LOCATE_BY_UUID_REPORT
The exportview report type
|
static ReportType |
LocateByUuidReport.LOCATE_BY_UUID_REPORT
The exportview report type
|
static ReportType |
LocateCorrespondingNodeReport.LOCATE_CORRESPONDING_NODE_REPORT
The corresponding-node report type
|
static ReportType |
LocateCorrespondingNodeReport.LOCATE_CORRESPONDING_NODE_REPORT
The corresponding-node report type
|
static ReportType |
NodeTypesReport.NODETYPES_REPORT
The registered type of this report.
|
static ReportType |
NodeTypesReport.NODETYPES_REPORT
The registered type of this report.
|
static ReportType |
JcrPrivilegeReport.PRIVILEGES_REPORT
The exportview report type
|
static ReportType |
JcrPrivilegeReport.PRIVILEGES_REPORT
The exportview report type
|
static ReportType |
RegisteredNamespacesReport.REGISTERED_NAMESPACES_REPORT
The registered type of this report.
|
static ReportType |
RegisteredNamespacesReport.REGISTERED_NAMESPACES_REPORT
The registered type of this report.
|
static ReportType |
RepositoryDescriptorsReport.REPOSITORY_DESCRIPTORS_REPORT
The registered type of this report.
|
static ReportType |
RepositoryDescriptorsReport.REPOSITORY_DESCRIPTORS_REPORT
The registered type of this report.
|
Modifier and Type | Field and Description |
---|---|
static ReportType |
AclPrincipalReport.REPORT_TYPE
The report type
|
static ReportType |
PrincipalMatchReport.REPORT_TYPE
The report type
|
static ReportType |
PrincipalSearchReport.REPORT_TYPE
The report type
|
static ReportType |
SearchablePropertyReport.REPORT_TYPE
The report type
|
static ReportType |
SearchablePropertyReport.REPORT_TYPE
The report type
|
static ReportType |
PrincipalSearchReport.REPORT_TYPE
The report type
|
static ReportType |
PrincipalMatchReport.REPORT_TYPE
The report type
|
static ReportType |
AclPrincipalReport.REPORT_TYPE
The report type
|
Modifier and Type | Method and Description |
---|---|
ReportType |
AclPrincipalReport.getType() |
ReportType |
PrincipalMatchReport.getType() |
ReportType |
PrincipalSearchReport.getType() |
ReportType |
SearchablePropertyReport.getType() |
ReportType |
SearchablePropertyReport.getType() |
ReportType |
PrincipalSearchReport.getType() |
ReportType |
PrincipalMatchReport.getType() |
ReportType |
AclPrincipalReport.getType() |
Modifier and Type | Field and Description |
---|---|
static ReportType |
CompareBaselineReport.COMPARE_BASELINE |
static ReportType |
CompareBaselineReport.COMPARE_BASELINE |
static ReportType |
ReportType.EXPAND_PROPERTY |
static ReportType |
ReportType.EXPAND_PROPERTY |
static ReportType |
LatestActivityVersionReport.LATEST_ACTIVITY_VERSION |
static ReportType |
LatestActivityVersionReport.LATEST_ACTIVITY_VERSION |
static ReportType |
ReportType.LOCATE_BY_HISTORY |
static ReportType |
ReportType.LOCATE_BY_HISTORY |
static ReportType |
ReportType.VERSION_TREE |
static ReportType |
ReportType.VERSION_TREE |
Modifier and Type | Method and Description |
---|---|
ReportType |
CompareBaselineReport.getType()
|
ReportType |
ExpandPropertyReport.getType()
Returns
EXPAND_PROPERTY . |
ReportType |
LatestActivityVersionReport.getType()
|
ReportType |
LocateByHistoryReport.getType()
Returns
LOCATE_BY_HISTORY . |
ReportType |
Report.getType()
Returns the registered type of this report.
|
ReportType |
VersionTreeReport.getType()
Returns
VERSION_TREE |
ReportType |
VersionTreeReport.getType()
Returns
VERSION_TREE |
ReportType |
Report.getType()
Returns the registered type of this report.
|
ReportType |
LocateByHistoryReport.getType()
Returns
LOCATE_BY_HISTORY . |
ReportType |
LatestActivityVersionReport.getType()
|
ReportType |
ExpandPropertyReport.getType()
Returns
EXPAND_PROPERTY . |
ReportType |
CompareBaselineReport.getType()
|
static ReportType |
ReportType.getType(ReportInfo reportInfo)
Return the
ReportType requested by the given report info object. |
static ReportType |
ReportType.getType(ReportInfo reportInfo)
Return the
ReportType requested by the given report info object. |
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Set<ReportType> |
SupportedReportSetProperty.getValue()
Returns a set of report types.
|
Set<ReportType> |
SupportedReportSetProperty.getValue()
Returns a set of report types.
|
Modifier and Type | Method and Description |
---|---|
void |
SupportedReportSetProperty.addReportType(ReportType reportType)
Add an additional report type to this property's value.
|
void |
SupportedReportSetProperty.addReportType(ReportType reportType)
Add an additional report type to this property's value.
|
Constructor and Description |
---|
ReportInfo(ReportType type)
Create a new
ReportInfo |
ReportInfo(ReportType type)
Create a new
ReportInfo |
ReportInfo(ReportType type,
int depth)
Create a new
ReportInfo |
ReportInfo(ReportType type,
int depth)
Create a new
ReportInfo |
ReportInfo(ReportType type,
int depth,
DavPropertyNameSet propertyNames)
Create a new
ReportInfo |
ReportInfo(ReportType type,
int depth,
DavPropertyNameSet propertyNames)
Create a new
ReportInfo |
SupportedReportSetProperty(ReportType[] reportTypes)
Create a new
SupportedReportSetProperty property. |
SupportedReportSetProperty(ReportType[] reportTypes)
Create a new
SupportedReportSetProperty property. |
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.