Uses of Class
org.xcmis.spi.model.SupportedPermissions

Packages that use SupportedPermissions
org.xcmis.spi.basic   
org.xcmis.spi.model   
 

Uses of SupportedPermissions in org.xcmis.spi.basic
 

Fields in org.xcmis.spi.basic declared as SupportedPermissions
protected static SupportedPermissions BasicStorageProvider.SUPPORTED_PERMISSIONS
           
 

Uses of SupportedPermissions in org.xcmis.spi.model
 

Methods in org.xcmis.spi.model that return SupportedPermissions
static SupportedPermissions SupportedPermissions.fromValue(String value)
           
 SupportedPermissions ACLCapability.getSupportedPermissions()
           
static SupportedPermissions SupportedPermissions.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SupportedPermissions[] SupportedPermissions.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.xcmis.spi.model with parameters of type SupportedPermissions
ACLCapability(PermissionMapping permissionMapping, List<Permission> permissions, AccessControlPropagation propagation, SupportedPermissions supportedPermissions)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.