Opened 16 months ago
Closed 16 months ago
#1202 closed improvement (fixed)
Chunked upload in CMIS
Reported by: | Blucecio | 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 Changed 16 months ago by Blucecio
comment:2 Changed 16 months ago by admin
- Resolution set to fixed
- Status changed from new to closed
- Summary changed from Support for Chunked Up/Download in CMIS to 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