Uses of Class
org.apache.jackrabbit.webdav.version.report.ReportType

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 RepositoryDescriptorsReport.getType()
          Returns RepositoryDescriptorsReport.REPOSITORY_DESCRIPTORS_REPORT type.
 ReportType RegisteredNamespacesReport.getType()
          Returns RegisteredNamespacesReport.REGISTERED_NAMESPACES_REPORT type.
 ReportType NodeTypesReport.getType()
          Returns NodeTypesReport.NODETYPES_REPORT type.
 ReportType LocateCorrespondingNodeReport.getType()
          Returns LocateCorrespondingNodeReport.LOCATE_CORRESPONDING_NODE_REPORT
 ReportType LocateByUuidReport.getType()
          Returns LocateByUuidReport.LOCATE_BY_UUID_REPORT report type.
 ReportType JcrPrivilegeReport.getType()
          Returns JcrPrivilegeReport.PRIVILEGES_REPORT report type.
 ReportType ExportViewReport.getType()
          Returns ExportViewReport.EXPORTVIEW_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 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
 

Methods in org.apache.jackrabbit.webdav.security.report that return ReportType
 ReportType SearchablePropertyReport.getType()
           
 ReportType PrincipalSearchReport.getType()
           
 ReportType PrincipalMatchReport.getType()
           
 ReportType AclPrincipalReport.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 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()
          Returns LatestActivityVersionReport.LATEST_ACTIVITY_VERSION.
 ReportType ExpandPropertyReport.getType()
          Returns EXPAND_PROPERTY.
 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(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
 Set<ReportType> SupportedReportSetProperty.getValue()
          Returns a set of report types.
 

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.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.