Nuxeo ECM Projects 5.4.3-SNAPSHOT

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(String sid, String uuid)
          Returns the merged ACL of the document (contains all ACEs defined on the document and its parents).
 WsACE[] NuxeoRemoting.getDocumentLocalACL(String sid, 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, 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(String sid, String uuid)
           
 WsACE[] NuxeoRemotingBean.getDocumentLocalACL(String sid, String uuid)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.