Uploaded image for project: 'Chemistry (Retired)'
  1. Chemistry (Retired)
  2. CMIS-135

FolderChildrenTest.testGetChildrenNamedPropertyFilter The filter should be a comma-delimited list.

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.1.0-incubating
    • tck
    • 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);

      Attachments

        Activity

          People

            dcaruana David Caruana
            exoman Alexey Zavizionov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: