Uses of Class
org.gcube.contentmanager.storageclient.wrapper.AccessType

Packages that use AccessType
org.gcube.contentmanager.storageclient.wrapper   
 

Uses of AccessType in org.gcube.contentmanager.storageclient.wrapper
 

Methods in org.gcube.contentmanager.storageclient.wrapper that return AccessType
static AccessType AccessType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AccessType[] AccessType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.gcube.contentmanager.storageclient.wrapper with parameters of type AccessType
StorageClient(String serviceClass, String serviceName, String owner, AccessType accessType, org.gcube.common.core.scope.GCUBEScope scope)
           
StorageClient(String serviceClass, String serviceName, String owner, AccessType accessType, org.gcube.common.core.scope.GCUBEScope scope, MemoryType memory)
           
StorageClient(String serviceClass, String serviceName, String owner, AccessType accessType, org.gcube.common.core.scope.GCUBEScope scope, String server)
           
StorageClient(String serviceClass, String serviceName, String owner, AccessType accessType, org.gcube.common.core.scope.GCUBEScope scope, String server, MemoryType memory)
           
StorageClient(String serviceClass, String serviceName, String owner, AccessType accessType, String scope)
           
StorageClient(String serviceClass, String serviceName, String owner, AccessType accessType, String scope, MemoryType memory)
           
StorageClient(String serviceClass, String serviceName, String owner, AccessType accessType, String scope, String server)
           
StorageClient(String serviceClass, String serviceName, String owner, AccessType accessType, String scope, String server, MemoryType memory)
           
 



Copyright © 2013. All Rights Reserved.