You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Jeff Potts (JIRA)" <ji...@apache.org> on 2010/07/16 23:19:53 UTC

[jira] Created: (CMIS-239) cmislib needs to support multi-value properties

cmislib needs to support multi-value properties
-----------------------------------------------

                 Key: CMIS-239
                 URL: https://issues.apache.org/jira/browse/CMIS-239
             Project: Chemistry
          Issue Type: New Feature
          Components: cmislib
            Reporter: Jeff Potts
            Assignee: Jeff Potts


Currently, cmislib can neither set nor retrieve multi-value properties. In the case of a get, the first value in the list will be returned. In the case of a set, the string version of the array is passed in as the value for the property to the repository. This needs to be addressed so that multi-value props can be get and set properly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CMIS-239) cmislib needs to support multi-value properties

Posted by "Jeff Potts (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CMIS-239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Potts resolved CMIS-239.
-----------------------------

    Resolution: Fixed

Checked in and tested against OpenCMIS In Memory atom server.

> cmislib needs to support multi-value properties
> -----------------------------------------------
>
>                 Key: CMIS-239
>                 URL: https://issues.apache.org/jira/browse/CMIS-239
>             Project: Chemistry
>          Issue Type: New Feature
>          Components: cmislib
>            Reporter: Jeff Potts
>            Assignee: Jeff Potts
>
> Currently, cmislib can neither set nor retrieve multi-value properties. In the case of a get, the first value in the list will be returned. In the case of a set, the string version of the array is passed in as the value for the property to the repository. This needs to be addressed so that multi-value props can be get and set properly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.