Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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);