change acl added

This commit is contained in:
lucio 2019-10-14 10:20:21 +02:00
parent 66417126c0
commit 578503cda4
1 changed files with 2 additions and 2 deletions

View File

@ -155,10 +155,10 @@ public class FolderContainer extends ItemContainer<FolderItem>{
* @throws {@InvalidItemException} * @throws {@InvalidItemException}
* @throws {@UserNotAuthorizedException} if user is not administrator of this folder * @throws {@UserNotAuthorizedException} if user is not administrator of this folder
*/ */
/*public FolderContainer changeAcls(String user, AccessType accessType) throws StorageHubException { public FolderContainer changeAcls(String user, AccessType accessType) throws StorageHubException {
itemclient.changeACL(this.itemId, user, accessType); itemclient.changeACL(this.itemId, user, accessType);
return this; return this;
}*/ }
public boolean canWrite() throws Exception { public boolean canWrite() throws Exception {
return itemclient.canWriteInto(this.itemId); return itemclient.canWriteInto(this.itemId);