workbench sets document specific filters on properties while asking for children
--------------------------------------------------------------------------------

                 Key: CMIS-504
                 URL: https://issues.apache.org/jira/browse/CMIS-504
             Project: Chemistry
          Issue Type: Bug
          Components: opencmis-workbench
    Affects Versions: OpenCMIS 0.6.0
            Reporter: Nikola Soljaga


When asking for children, workbench sets filters that are document specific, 
like: "cmis:contentStreamLength", "cmis:contentStreamMimeType", 
"cmis:contentStreamFileName".

Specification says next for filters:
>>>>
2.2.1.2.1 Properties

...
Optional Input Parameter:

    String filter: Value indicating which properties for Objects MUST be 
returned. Values are:
...
    A comma-delimited list of property definition Query Names: The properties 
listed MUST be returned.
>>>>>

For children that are folders there are no content specific properties (like 
"cmis:contentStreamLength" for ex.). Workbench shouldn't set document specific 
properties while calling getChildren() service because those can't be returned 
for children of folder type.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to