You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Florent Guillaume (JIRA)" <ji...@apache.org> on 2009/05/09 06:28:45 UTC

[jira] Commented: (CMIS-17) Move most methods from Connection to object-related interfaces

    [ https://issues.apache.org/jira/browse/CMIS-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707603#action_12707603 ] 

Florent Guillaume commented on CMIS-17:
---------------------------------------

Connection loses:
- moveObject
- deleteObject
- deleteTree
- addObjectToFolder
- removeObjectFromFolder
- checkOut
- cancelCheckOut
- checkIn
- getLatestVersion
- getAllVersions
- deleteAllVersions
- getRelationships
- applyPolicy
- removePolicy
- getAppliedPolicies

CMISObject gains:
+ move
+ delete
+ unfile
+ getParents
+ getRelationships
+ applyPolicy
+ removePolicy
+ getPolicies

Folder gains:
+ add
+ remove
+ deleteTree
+ getAncestors

Document gains:
+ checkOut
+ cancelCheckOut
+ checkIn
+ getLatestVersion
+ getAllVersions
+ deleteAllVersions


> Move most methods from Connection to object-related interfaces
> --------------------------------------------------------------
>
>                 Key: CMIS-17
>                 URL: https://issues.apache.org/jira/browse/CMIS-17
>             Project: Apache Chemistry
>          Issue Type: Improvement
>            Reporter: Florent Guillaume
>            Assignee: Florent Guillaume
>            Priority: Minor
>
> To facilitate the use of the high-level Folder and Document, the methods from Connection that relate mainly to one object or document or folder should be moved to these interfaces.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.