Integrating to Alfresco 6 using apache chemistry: multiple contentstream to a document

cancel
Showing results for 
Search instead for 
Did you mean: 
d20r
Member II

Integrating to Alfresco 6 using apache chemistry: multiple contentstream to a document

Hi guys.

I'm used to work with FileNet CE and now i'm new at Alfresco that is the reason why I have some doubts which I would like to confirm.

I'm trying to  integrate with Alfresco 6 using Apache Chemistry and realized i can't create a document (cmis:document) including more than one contentstream (more than one file). Is that some sort of limitation from CMIS 1.1 only or Alfresco as well?

Ex: i need to include some .jpg files within the same document.

If there is a limitation, then which would be the best solution?

In relation to Apache Chemistry, is there any other better option to integrate?

Thanks!

PS: Sorry if i'm making some mistake with this question.

1 Reply
jpotts
Professional

Re: Integrating to Alfresco 6 using apache chemistry: multiple contentstream to a document

The CMIS specification does not provide for multiple content streams on a single object. It doesn't really address it explicitly but if you look at things like getContentStream and setContentStream and the cardinality of the contentStreamId a single content stream per object is implied.