Uses of Class
org.xcmis.client.gwt.model.acl.AccessControlEntry

Packages that use AccessControlEntry
org.xcmis.client.gwt.model.acl   
org.xcmis.client.gwt.object   
org.xcmis.client.gwt.object.impl   
org.xcmis.client.gwt.unmarshallers.parser   
 

Uses of AccessControlEntry in org.xcmis.client.gwt.model.acl
 

Fields in org.xcmis.client.gwt.model.acl with type parameters of type AccessControlEntry
protected  List<AccessControlEntry> AccessControlList.permission
          Permission.
 

Methods in org.xcmis.client.gwt.model.acl that return types with arguments of type AccessControlEntry
 List<AccessControlEntry> AccessControlList.getPermission()
           
 

Uses of AccessControlEntry in org.xcmis.client.gwt.object
 

Methods in org.xcmis.client.gwt.object that return types with arguments of type AccessControlEntry
 List<AccessControlEntry> CmisObject.getACL()
          
 

Uses of AccessControlEntry in org.xcmis.client.gwt.object.impl
 

Methods in org.xcmis.client.gwt.object.impl that return types with arguments of type AccessControlEntry
 List<AccessControlEntry> CmisObjectImpl.getACL()
           
 

Constructor parameters in org.xcmis.client.gwt.object.impl with type arguments of type AccessControlEntry
CmisObjectImpl(Map<String,Property<?>> properties, List<AccessControlEntry> acl, boolean exactACL, Set<String> policyIds, List<CmisObjectImpl> relationships, List<Rendition> renditions, AllowableActions allowableActions, ChangeInfo changeInfo, ObjectInfo objectInfo, String pathSegment)
           
 

Uses of AccessControlEntry in org.xcmis.client.gwt.unmarshallers.parser
 

Methods in org.xcmis.client.gwt.unmarshallers.parser that return AccessControlEntry
static AccessControlEntry ACLParser.getACE(com.google.gwt.xml.client.Node aceNode)
          Get ACE from xml element.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.