createDocument should not mandate a non-null folderId. It should be an optional 
parameter. (#ibm)
-------------------------------------------------------------------------------------------------

                 Key: CMIS-381
                 URL: https://issues.apache.org/jira/browse/CMIS-381
             Project: Chemistry
          Issue Type: Bug
          Components: opencmis-workbench
    Affects Versions: OpenCMIS 0.4.0
         Environment: Windows platform
            Reporter: Anu Shenoy


#ibm

The CMIS spec allows us to create an unfiled document. I do not see the same 
support in the OpenCMIS APIs - specifically the Session.createDocument API. It 
always mandates a non-null folder id to be specified. For my current project I 
need to create a document in a particular document class without requiring it 
to be in a sub-folder. 

ObjectId createDocument(Map<String,?> properties,
                        ObjectId folderId,
                        ContentStream contentStream,
                        VersioningState versioningState)

This is a major issue for us as we are in a time crunch. Hence marking the 
issue as major.

Thanks!
Anu Shenoy

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to