-
Type:
Bug
-
Resolution: Applied
-
Priority:
Major
-
Affects Version/s: None
-
Component/s: Domain Model
-
None
CMIS-456 was supposed to standardize the queryName for standard types and properties (use same as id), but the 1.0 spec only specifies a standard queryName for the four base types, not for standard properties.
This would be very useful in order to allow clients to generate queries like:
SELECT cmis:objectId FROM cmis:document WHERE cmis:isLatestVersion = true
without having to do a lookup in the types to known that "cmis:objectId" and "cmis:isLatestVersion" are the proper queryNames.