getProperties vs. updateProperties
----------------------------------
Key: CMIS-240
URL: https://issues.apache.org/jira/browse/CMIS-240
Project: Chemistry
Issue Type: Wish
Reporter: Stephan Klevenz
Fix For: 0.2.0-incubating
The method CmisObject.getProperties() returns List<Property<?>> but for setting
properties with CmisObject.updateProperties(Map<String,?> properties) I need
another type Map<String,?>. Why are there two different types and how to
convert one type into another?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.