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

Packages that use ReportType
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.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-2013 The Apache Software Foundation. All Rights Reserved.