|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwCMISAclDiff
Differential Object of Objects ACL.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Method Summary | |
---|---|
boolean |
add(org.apache.chemistry.opencmis.commons.data.Ace newAce)
Add an ACE, maybe merged if similar is ACE-Principal is available. |
List<org.apache.chemistry.opencmis.commons.data.Ace> |
getAdded()
List of added Ace's. |
List<org.apache.chemistry.opencmis.commons.data.Ace> |
getDeleted()
List of deleted Ace's. |
boolean |
remove(org.apache.chemistry.opencmis.commons.data.Ace removeAce)
Remove an ACE element, can also be merged into an ACE which contains similar principal. |
Method Detail |
---|
List<org.apache.chemistry.opencmis.commons.data.Ace> getAdded()
List<org.apache.chemistry.opencmis.commons.data.Ace> getDeleted()
boolean add(org.apache.chemistry.opencmis.commons.data.Ace newAce)
boolean remove(org.apache.chemistry.opencmis.commons.data.Ace removeAce)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |