Hi,

The OpenCMIS client API is a bit inconsistent at the moment. Whenever an object 
id is required by a method either the id or a CmisObject has to be passed. I 
think we should make it consistent across all methods.

Passing a CmisObject is convenient if you already have the object and becomes 
ugly and expensive if you don't have it. Therefore I tend to make those 
parameters all ids. It's not as nice from an API point of view but it covers 
more use cases.

WDYT?
 

- Florian

Reply via email to