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
Modifier and Type | Method and Description |
---|---|
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.
|
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)
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.