org.xcmis.client.gwt.service.acl
Class ACLService

java.lang.Object
  extended by org.xcmis.client.gwt.service.acl.ACLService

public class ACLService
extends Object

Created by The eXo Platform SAS.

Version:
$Id: ${date} ${time}
Author:
Ann Zhuleva

Constructor Summary
ACLService(com.google.gwt.event.shared.HandlerManager eventBus)
           
 
Method Summary
 void applyACL(String url, ApplyACL applyACL)
          Adds or removes the given ACEs to or from the ACL of document or folder object pointed by url.
 void getACL(String url, boolean onlyBasicPermissions)
          Get the ACL currently applied to the specified by url document or folder object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACLService

public ACLService(com.google.gwt.event.shared.HandlerManager eventBus)
Parameters:
eventBus - eventBus
Method Detail

applyACL

public void applyACL(String url,
                     ApplyACL applyACL)
Adds or removes the given ACEs to or from the ACL of document or folder object pointed by url. On success response received ACLAppliedEvent

Parameters:
url - url
applyACL - applyACL

getACL

public void getACL(String url,
                   boolean onlyBasicPermissions)
Get the ACL currently applied to the specified by url document or folder object. On success response received, ACLReceivedEvent event is fired

Parameters:
url -
onlyBasicPermissions -


Copyright © 2010 eXo Platform SAS. All Rights Reserved.