|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 owner,
AccessType accessType,
MemoryType memory)
Constructor created for external use |
|
StorageClient(String serviceClass,
String serviceName,
String owner,
AccessType accessType)
Constructor without optional argument created for gcube infrastructure internal use |
|
StorageClient(String serviceClass,
String serviceName,
String owner,
AccessType accessType,
MemoryType memory)
Constructor with optional argument memoryType |
|
StorageClient(String serviceClass,
String serviceName,
String owner,
AccessType accessType,
MemoryType memory,
String server)
Constructor with optional arguments server and memory |
|
StorageClient(String serviceClass,
String serviceName,
String owner,
AccessType accessType,
String scope)
Deprecated. |
|
StorageClient(String serviceClass,
String serviceName,
String owner,
AccessType accessType,
String scope,
MemoryType memory)
Deprecated. |
|
StorageClient(String serviceClass,
String serviceName,
String owner,
AccessType accessType,
String scope,
String server)
Deprecated. |
|
StorageClient(String serviceClass,
String serviceName,
String owner,
AccessType accessType,
String scope,
String server,
MemoryType memory)
Deprecated. |
|
StorageClient(String serviceClass,
String serviceName,
String owner,
String server,
AccessType accessType)
Constructor with optional argument server |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||