Class ReportMethod

  • All Implemented Interfaces:
    Cloneable, org.apache.http.client.methods.AbortableHttpRequest, org.apache.http.client.methods.Configurable, org.apache.http.client.methods.HttpExecutionAware, org.apache.http.client.methods.HttpUriRequest, org.apache.http.HttpEntityEnclosingRequest, org.apache.http.HttpMessage, org.apache.http.HttpRequest

    @Deprecated
    public class ReportMethod
    extends org.apache.jackrabbit.webdav.client.methods.HttpReport
    $Id$ Created on: 07/01/2009
    • Field Summary

      • Fields inherited from class org.apache.http.message.AbstractHttpMessage

        headergroup, params
    • Constructor Summary

      Constructors 
      Constructor Description
      ReportMethod​(String uri, org.apache.jackrabbit.webdav.version.report.ReportInfo reportInfo)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      Calendar[] getCalendars​(org.apache.http.HttpResponse httpResponse)
      Deprecated.
       
      net.fortuna.ical4j.vcard.VCard[] getVCards​(org.apache.http.HttpResponse httpResponse)
      Deprecated.
       
      • Methods inherited from class org.apache.jackrabbit.webdav.client.methods.HttpReport

        getMethod, succeeded
      • Methods inherited from class org.apache.jackrabbit.webdav.client.methods.BaseDavRequest

        checkSuccess, getResponseBodyAsDocument, getResponseBodyAsEventDiscovery, getResponseBodyAsLockDiscovery, getResponseBodyAsMultiStatus, getResponseBodyAsSubscriptionDiscovery, getResponseException
      • Methods inherited from class org.apache.http.client.methods.HttpEntityEnclosingRequestBase

        clone, expectContinue, getEntity, setEntity
      • Methods inherited from class org.apache.http.client.methods.HttpRequestBase

        getConfig, getProtocolVersion, getRequestLine, getURI, releaseConnection, setConfig, setProtocolVersion, setURI, started, toString
      • Methods inherited from class org.apache.http.client.methods.AbstractExecutionAwareRequest

        abort, completed, isAborted, reset, setCancellable, setConnectionRequest, setReleaseTrigger
      • Methods inherited from class org.apache.http.message.AbstractHttpMessage

        addHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParams
      • Methods inherited from interface org.apache.http.HttpMessage

        addHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, getProtocolVersion, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParams
      • Methods inherited from interface org.apache.http.HttpRequest

        getRequestLine
      • Methods inherited from interface org.apache.http.client.methods.HttpUriRequest

        abort, isAborted
    • Constructor Detail

      • ReportMethod

        public ReportMethod​(String uri,
                            org.apache.jackrabbit.webdav.version.report.ReportInfo reportInfo)
                     throws IOException
        Deprecated.
        Parameters:
        uri - a calendar collection URI
        reportInfo - report configuration
        Throws:
        IOException - where communication fails
    • Method Detail

      • getCalendars

        public Calendar[] getCalendars​(org.apache.http.HttpResponse httpResponse)
                                throws IOException,
                                       org.apache.jackrabbit.webdav.DavException,
                                       DOMException,
                                       ParserException
        Deprecated.
        Returns:
        an array of calendar objects
        Throws:
        IOException - where communication fails
        org.apache.jackrabbit.webdav.DavException - where the DAV method fails
        DOMException - where XML parsing fails
        ParserException - where calendar parsing fails
      • getVCards

        public net.fortuna.ical4j.vcard.VCard[] getVCards​(org.apache.http.HttpResponse httpResponse)
                                                   throws IOException,
                                                          org.apache.jackrabbit.webdav.DavException,
                                                          DOMException
        Deprecated.
        Throws:
        IOException
        org.apache.jackrabbit.webdav.DavException
        DOMException