|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReportType | |
|---|---|
| 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. |
| Uses of ReportType in org.apache.jackrabbit.webdav.jcr.version.report |
|---|
| Fields in org.apache.jackrabbit.webdav.jcr.version.report declared as ReportType | |
|---|---|
static ReportType |
ExportViewReport.EXPORTVIEW_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 |
NodeTypesReport.NODETYPES_REPORT
The registered type of this report. |
static ReportType |
JcrPrivilegeReport.PRIVILEGES_REPORT
The exportview report type |
static 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 | |
|---|---|
ReportType |
LocateByUuidReport.getType()
Returns LocateByUuidReport.LOCATE_BY_UUID_REPORT report type. |
ReportType |
NodeTypesReport.getType()
Returns NodeTypesReport.NODETYPES_REPORT type. |
ReportType |
RegisteredNamespacesReport.getType()
Returns RegisteredNamespacesReport.REGISTERED_NAMESPACES_REPORT type. |
ReportType |
ExportViewReport.getType()
Returns ExportViewReport.EXPORTVIEW_REPORT report type. |
ReportType |
RepositoryDescriptorsReport.getType()
Returns RepositoryDescriptorsReport.REPOSITORY_DESCRIPTORS_REPORT type. |
ReportType |
LocateCorrespondingNodeReport.getType()
Returns LocateCorrespondingNodeReport.LOCATE_CORRESPONDING_NODE_REPORT |
ReportType |
JcrPrivilegeReport.getType()
Returns JcrPrivilegeReport.PRIVILEGES_REPORT report type. |
| Uses of ReportType in org.apache.jackrabbit.webdav.security.report |
|---|
| Fields in org.apache.jackrabbit.webdav.security.report declared as ReportType | |
|---|---|
static ReportType |
PrincipalSearchReport.REPORT_TYPE
The report type |
static ReportType |
AclPrincipalReport.REPORT_TYPE
The report type |
static ReportType |
SearchablePropertyReport.REPORT_TYPE
The report type |
static ReportType |
PrincipalMatchReport.REPORT_TYPE
The report type |
| Methods in org.apache.jackrabbit.webdav.security.report that return ReportType | |
|---|---|
ReportType |
PrincipalSearchReport.getType()
|
ReportType |
AclPrincipalReport.getType()
|
ReportType |
SearchablePropertyReport.getType()
|
ReportType |
PrincipalMatchReport.getType()
|
| Uses of ReportType in org.apache.jackrabbit.webdav.version.report |
|---|
| Fields in org.apache.jackrabbit.webdav.version.report declared as ReportType | |
|---|---|
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 | |
|---|---|
ReportType |
Report.getType()
Returns the registered type of this report. |
ReportType |
VersionTreeReport.getType()
Returns VERSION_TREE |
ReportType |
LatestActivityVersionReport.getType()
Returns LatestActivityVersionReport.LATEST_ACTIVITY_VERSION. |
ReportType |
ExpandPropertyReport.getType()
Returns EXPAND_PROPERTY. |
ReportType |
LocateByHistoryReport.getType()
Returns LOCATE_BY_HISTORY. |
ReportType |
CompareBaselineReport.getType()
Returns CompareBaselineReport.COMPARE_BASELINE. |
static ReportType |
ReportType.getType(ReportInfo reportInfo)
Return the ReportType requested by the given report info object. |
static ReportType |
ReportType.register(java.lang.String localName,
Namespace namespace,
java.lang.Class 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 with parameters of type ReportType | |
|---|---|
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 | |
|---|---|
ReportInfo(ReportType type)
Create a new ReportInfo |
|
ReportInfo(ReportType type,
int depth)
Create a new ReportInfo |
|
ReportInfo(ReportType type,
int depth,
DavPropertyNameSet propertyNames)
Create a new ReportInfo |
|
SupportedReportSetProperty(ReportType[] reportTypes)
Create a new SupportedReportSetProperty property. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||