FolderChildrenTest.testGetChildrenNamedPropertyFilter The filter should be a
comma-delimited list.
--------------------------------------------------------------------------------------------------
Key: CMIS-135
URL: https://issues.apache.org/jira/browse/CMIS-135
Project: Chemistry
Issue Type: Task
Components: tck
Reporter: Alexey Zavizionov
Property Filter should be a comma-delimited list.
code:
// get children with object_id only
Link childrenLink = client.getChildrenLink(folder.entry);
Map<String, String> args = new HashMap<String, String>();
args.put("filter", objectIdQueryName + " " + objectTypeIdQueryName);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.