com.wewebu.ow.server.ecmimpl.opencmis.permission
Interface OwCMISAclDiff

All Known Implementing Classes:
OwCMISAclDiffImpl

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

getAdded

List<org.apache.chemistry.opencmis.commons.data.Ace> getAdded()
List of added Ace's.

Returns:
List or null if none

getDeleted

List<org.apache.chemistry.opencmis.commons.data.Ace> getDeleted()
List of deleted Ace's.

Returns:
List or null if none

add

boolean add(org.apache.chemistry.opencmis.commons.data.Ace newAce)
Add an ACE, maybe merged if similar is ACE-Principal is available.

Returns:
true if added

remove

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.

Returns:
true if marked as removed


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.