Class CmisAtomSession
java.lang.Object
com.norconex.crawler.fs.fetch.impl.cmis.CmisAtomSession
-
Constructor Summary
ConstructorsConstructorDescriptionCmisAtomSession(org.apache.hc.client5.http.impl.classic.CloseableHttpClient httpClient) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanvoidclose()booleangetDocument(String fullURL) getDocumentByPath(String path) org.apache.hc.client5.http.impl.classic.CloseableHttpClientinthashCode()voidsetEndpointURL(String endpointURL) voidsetObjectByPathTemplate(String objectByPathTemplate) voidsetQueryTemplate(String queryTemplate) voidvoidsetRepoName(String repoName) toString()
-
Constructor Details
-
CmisAtomSession
public CmisAtomSession(org.apache.hc.client5.http.impl.classic.CloseableHttpClient httpClient)
-
-
Method Details
-
getDocumentByPath
- Throws:
IOException
-
getDocument
- Throws:
IOException
-
getStream
- Throws:
IOException
-
close
public void close() -
getHttpClient
public org.apache.hc.client5.http.impl.classic.CloseableHttpClient getHttpClient() -
getEndpointURL
-
getRepoId
-
getRepoName
-
getObjectByPathTemplate
-
getQueryTemplate
-
setEndpointURL
-
setRepoId
-
setRepoName
-
setObjectByPathTemplate
-
setQueryTemplate
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-