Opened 3 years ago
Closed 3 years ago
#1202 closed improvement (fixed)
Chunked upload in CMIS
| Reported by: | Alex | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 8.8.5 |
| Component: | CMIS | Version: | 8.8.4 |
| Keywords: | Cc: |
Description
LDSync uses the CMIS protocol to communicate with LogicalDOC and already supports chunking functions for uploads and downloads.
The CMIS interface in LogicalDOC should also support these features, especially useful when there are large files to load.
In Apache Chemistry there seems to be a method: appendContentStream which would allow to realize the function
https://chemistry.apache.org/docs/cmis-samples/samples/content/index.html
https://chemistry.apache.org/java/javadoc/org/apache/chemistry/opencmis/client/api/Document.html#appendContentStream-org.apache.chemistry.opencmis.commons.data.ContentStream-boolean-
https://www.tabnine.com/code/java/methods/org.apache.chemistry.opencmis.commons.spi.ObjectService/appendContentStream
Change History (2)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
| Summary: | Support for Chunked Up/Download in CMIS → Chunked upload in CMIS |
https://github.com/apache/chemistry-opencmis/blob/trunk/chemistry-opencmis-bridge/chemistry-opencmis-bridge/src/main/java/org/apache/chemistry/opencmis/bridge/FilterCmisService.java
https://github.com/TeamnetComponents/elo-cmis-project/blob/master/elo-cmis-server/src/main/java/org/cmis/server/elo/EloCmisService.java#L215
http://www.java2s.com/example/java-src/pkg/org/alfresco/opencmis/alfrescocmisserviceimpl-d9d0a.html