nagyist / cmis-explorer

Automatically exported from code.google.com/p/cmis-explorer
1 stars 0 forks source link

using undefined BaseType CMIS property #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This explorer app attempts to access a CMIS string property named BaseType.  
The 0.5 CMIS specification and schema does not define a BaseType property.

This breaks interop with Documentum CMIS services.

Original issue reported on code.google.com by norriequ...@gmail.com on 2 Mar 2009 at 6:24

GoogleCodeExporter commented 9 years ago
The ChildrenService has now been updated to check the 'baseType' property of the
'type definition' of the cmis object. This should be per the specification.

1. Get the href value of the 'cmis-type' link on the entry.
2. Get the 'type definition' using the href.
3. Get the value of the 'baseType' property.

Original comment by shane....@gmail.com on 3 Mar 2009 at 7:16