Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.platform.api.ws.WsACE

Packages that use WsACE
org.nuxeo.ecm.platform.api.ws   
org.nuxeo.ecm.platform.ws   
 

Uses of WsACE in org.nuxeo.ecm.platform.api.ws
 

Methods in org.nuxeo.ecm.platform.api.ws that return WsACE
 WsACE[] DocumentSnapshot.getAcl()
           
 WsACE[] NuxeoRemoting.getDocumentACL(java.lang.String sid, java.lang.String uuid)
          Returns the merged ACL of the document (contains all ACEs defined on the document and its parents).
 WsACE[] NuxeoRemoting.getDocumentLocalACL(java.lang.String sid, java.lang.String uuid)
          Returns the merged ACL of the document (contains all ACEs defined on the document, filtering the inherited ones).
static WsACE[] WsACE.wrap(ACE[] aces)
           
 

Methods in org.nuxeo.ecm.platform.api.ws with parameters of type WsACE
 void DocumentSnapshot.setAcl(WsACE[] acl)
           
 

Constructors in org.nuxeo.ecm.platform.api.ws with parameters of type WsACE
DocumentSnapshot(DocumentProperty[] noBlobProperties, DocumentBlob[] blobProperties, java.lang.String pathAsString, WsACE[] acl)
           
 

Uses of WsACE in org.nuxeo.ecm.platform.ws
 

Methods in org.nuxeo.ecm.platform.ws that return WsACE
 WsACE[] NuxeoRemotingBean.getDocumentACL(java.lang.String sid, java.lang.String uuid)
           
 WsACE[] NuxeoRemotingBean.getDocumentLocalACL(java.lang.String sid, java.lang.String uuid)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.