OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

cmis message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Created: (CMIS-648) AllowableActions keysinconsistencies


AllowableActions keys inconsistencies
-------------------------------------

                 Key: CMIS-648
                 URL: http://tools.oasis-open.org/issues/browse/CMIS-648
             Project: OASIS Content Management Interoperability Services (CMIS) TC
          Issue Type: Bug
          Components: Domain Model, Schema
            Reporter: Florent Guillaume
            Assignee: Ethan Gur-esh


Affects CD07.
There are numerous inconsistencies between the Domain Model and the Schema for AllowableActions keys.
I'm looking at the spec (2.1.8.3.2 AllowableActions & Permission Mapping) and the schema (enumAllowableActionsKey).
Here's a diff, grouped by related stuff. "-" prefix is for what's in the spec, "+" prefix for the schema.


-canCheckIn.Document
-canCheckOut.Document
+canCheckin.Document
+canCheckout.Document


-canDelete.Folder
+(not in schema)


-canGetContentStream.Object
+(not in schema)


-canSetContentStream.Document
+canSetContent.Document


-canDeleteContentStream.Document
+canDeleteContent.Document


-canGetAllVersions.Document
+canGetAllVersions.VersionSeries


-canRemoveObjectFromFolder.Folder
-canRemoveObjectFromFolder.Object
+canRemoveFromFolder.Folder
+canRemoveFromFolder.Object


-canGetFolderTree.Folder
+(not in schema)


-canGetFolderParent.Folder
-canGetObjectParents.Object
+canGetFolderParent.Object
+canGetParents.Folder


-canGetRenditions.Object
+(not in schema)


-canMoveObject.Object
-canMoveObject.Source
-canMoveObject.Target
+canMove.Object
+canMove.Source
+canMove.Target

-(not in spec)
+canViewContent.Object



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]