cmisQueryType -- rename some params to be consistent with other method terminology

    • Type: Bug
    • Resolution: Fixed
    • Priority: Trivial
    • None
    • Affects Version/s: None
    • Component/s: Schema
    • None
    • Hide

      Update CMIS Query Type so it's consistent with the method naming other methods use.

      Show
      Update CMIS Query Type so it's consistent with the method naming other methods use.
    • Hide

      Proposal accepted – we'll use the same names already in the domain model (e.g. maxItems, includeAllowableActions).

      Show
      Proposal accepted – we'll use the same names already in the domain model (e.g. maxItems, includeAllowableActions).

      In the CMIS domain model/scehams, there are some general conventions around naming of common params that most methods follow:

      • For paging:
        • maxItems: The page size
        • SkipCount: The # of items to skip before returning items

      For allowable actions:
      – includeAllowableActions: Whether or not to return the allowable actions for each object returned.

      But the cmisQueryType object defined in the schemas is inconsistent.

      Instead of maxItems it uses "pageSize".
      Instead of includeAllowableActions, it uses "returnAllowableActions".

            Assignee:
            Unassigned
            Reporter:
            Ethan Gur-esh (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: