Uses of Class
org.xcmis.client.gwt.model.EnumCapabilityACL

Packages that use EnumCapabilityACL
org.xcmis.client.gwt.model   
org.xcmis.client.gwt.model.repository   
 

Uses of EnumCapabilityACL in org.xcmis.client.gwt.model
 

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

Uses of EnumCapabilityACL in org.xcmis.client.gwt.model.repository
 

Fields in org.xcmis.client.gwt.model.repository declared as EnumCapabilityACL
protected  EnumCapabilityACL CmisRepositoryCapabilitiesType.capabilityACL
          Capability ACL.
 

Methods in org.xcmis.client.gwt.model.repository that return EnumCapabilityACL
 EnumCapabilityACL CmisRepositoryCapabilitiesType.getCapabilityACL()
          Gets the value of the capabilityACL property.
 

Methods in org.xcmis.client.gwt.model.repository with parameters of type EnumCapabilityACL
 void CmisRepositoryCapabilitiesType.setCapabilityACL(EnumCapabilityACL value)
          Sets the value of the capabilityACL property.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.