Refactor SPI "inclusion" parameters into a single parameter
-----------------------------------------------------------
Key: CMIS-75
URL: https://issues.apache.org/jira/browse/CMIS-75
Project: Chemistry
Issue Type: Improvement
Reporter: Florent Guillaume
Assignee: Florent Guillaume
Priority: Minor
Currently a lot of methods in the SPI take a variation of
includeAllowableActions, includeRelationships, includeRenditions, filter,
renditionFilter, includeACLs, etc.
This is a bit of a mess to use, so all these arguments should be refactored
into a single simple Inclusion datastructure, much in the same way the paging
parameters were folded into a Paging datastructure (CMIS-63). This actually
mirrors the spec where all the additional parameters are described in 2.2.1.2,
and methods can use only some of them.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.