OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

cmis message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Commented: (CMIS-735) Add capability to append to a content stream


    [ http://tools.oasis-open.org/issues/browse/CMIS-735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=29276#action_29276 ] 

Florian Müller commented on CMIS-735:
-------------------------------------

There is a simple but ugly workaround for repositories that don't support append content natively:
When appendContentStream() is called, the CMIS layer fetches the current content of the document (e.g. with getContentStream()) and writes it to a temporary file. It then appends the chunk provided by the client to this file. Finally, it sets the content of this file as the new content (e.g. with setContentStream()).

Although that will get slower and slower with every chunk, there is still value for clients.

> Add capability to append to a content stream
> --------------------------------------------
>
>                 Key: CMIS-735
>                 URL: http://tools.oasis-open.org/issues/browse/CMIS-735
>             Project: OASIS Content Management Interoperability Services (CMIS) TC
>          Issue Type: Improvement
>          Components: Domain Model
>    Affects Versions: V1.1
>            Reporter: Gregory Melahn
>            Assignee: Gregory Melahn
>
> In cases of giant files (e.g. a 30 GB CT Scan), a CMIS client would find it necessary to upload a file in chunks, allowing pause/resume capabilities.  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]