Class CmisAtomSession

java.lang.Object
com.norconex.crawler.fs.fetch.impl.cmis.CmisAtomSession

public class CmisAtomSession extends Object
  • Constructor Details

    • CmisAtomSession

      public CmisAtomSession(org.apache.hc.client5.http.impl.classic.CloseableHttpClient httpClient)
  • Method Details

    • getDocumentByPath

      public Xml getDocumentByPath(String path) throws IOException
      Throws:
      IOException
    • getDocument

      public Xml getDocument(String fullURL) throws IOException
      Throws:
      IOException
    • getStream

      public InputStream getStream(String fullURL) throws IOException
      Throws:
      IOException
    • close

      public void close()
    • getHttpClient

      public org.apache.hc.client5.http.impl.classic.CloseableHttpClient getHttpClient()
    • getEndpointURL

      public String getEndpointURL()
    • getRepoId

      public String getRepoId()
    • getRepoName

      public String getRepoName()
    • getObjectByPathTemplate

      public String getObjectByPathTemplate()
    • getQueryTemplate

      public String getQueryTemplate()
    • setEndpointURL

      public void setEndpointURL(String endpointURL)
    • setRepoId

      public void setRepoId(String repoId)
    • setRepoName

      public void setRepoName(String repoName)
    • setObjectByPathTemplate

      public void setObjectByPathTemplate(String objectByPathTemplate)
    • setQueryTemplate

      public void setQueryTemplate(String queryTemplate)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object