Issue Details (XML | Word | Printable)

Key: CMIS-124
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Unassigned
Reporter: Ethan Gur-esh
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OASIS Content Management Interoperability Services (CMIS) TC

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

Created: 08/Mar/09 11:57 PM   Updated: 07/Jul/09 01:50 PM
Component/s: Schema
Affects Version/s: Draft 0.50
Fix Version/s: Draft 0.62

Proposal: Update CMIS Query Type so it's consistent with the method naming other methods use.
Resolution: Proposal accepted -- we'll use the same names already in the domain model (e.g. maxItems, includeAllowableActions).


 Description  « Hide
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".

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Al Brown added a comment - 04/May/09 12:56 PM
Accepted by TC - skipCount, maxItems

Ethan Gur-esh added a comment - 14/May/09 05:38 PM
Fixed in 0.62 -- maxItems, includeAllowableActions

Al Brown added a comment - 07/Jul/09 01:50 PM
closed as issue 227 is accepted (different resolution)