Uploaded image for project: 'Chemistry (Retired)'
  1. Chemistry (Retired)
  2. CMIS-381

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • OpenCMIS 0.3.0
    • OpenCMIS 0.4.0
    • opencmis-client
    • None
    • Windows platform

    Description

      #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

      Attachments

        Activity

          People

            fmui Florian Müller
            shenoya Anu Shenoy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: