|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.ecmimpl.opencmis.permission.OwCMISAclDiffImpl
public class OwCMISAclDiffImpl
Simple implementation of ACL-Differential helper object.
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
Constructor Summary | |
---|---|
OwCMISAclDiffImpl()
|
|
OwCMISAclDiffImpl(List<org.apache.chemistry.opencmis.commons.data.Ace> added,
List<org.apache.chemistry.opencmis.commons.data.Ace> deleted)
|
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. |
void |
setAdded(List<org.apache.chemistry.opencmis.commons.data.Ace> addedAce)
Set a list of added ACE objects, will overwrite existing definitions. |
void |
setDeleted(List<org.apache.chemistry.opencmis.commons.data.Ace> deletedAce)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OwCMISAclDiffImpl()
public OwCMISAclDiffImpl(List<org.apache.chemistry.opencmis.commons.data.Ace> added, List<org.apache.chemistry.opencmis.commons.data.Ace> deleted)
Method Detail |
---|
public List<org.apache.chemistry.opencmis.commons.data.Ace> getAdded()
OwCMISAclDiff
getAdded
in interface OwCMISAclDiff
public void setAdded(List<org.apache.chemistry.opencmis.commons.data.Ace> addedAce)
addedAce
- Listpublic List<org.apache.chemistry.opencmis.commons.data.Ace> getDeleted()
OwCMISAclDiff
getDeleted
in interface OwCMISAclDiff
public void setDeleted(List<org.apache.chemistry.opencmis.commons.data.Ace> deletedAce)
public boolean add(org.apache.chemistry.opencmis.commons.data.Ace newAce)
OwCMISAclDiff
add
in interface OwCMISAclDiff
public boolean remove(org.apache.chemistry.opencmis.commons.data.Ace removeAce)
OwCMISAclDiff
remove
in interface OwCMISAclDiff
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |