public interface IStorageSystemProvider extends IEnvironmentProvider
| Modifier and Type | Method and Description |
|---|---|
void |
Delete(String ID,
EnvHintCollection Hints) |
File |
GetLocalFSBufferLocation(EnvHintCollection Hints) |
File |
Retrieve(String ID,
EnvHintCollection Hints) |
void |
SessionInit(EnvHintCollection Hints) |
String |
Store(File file,
EnvHintCollection Hints) |
String |
Store(URL Location,
EnvHintCollection Hints) |
void SessionInit(EnvHintCollection Hints) throws EnvironmentStorageSystemException
String Store(File file, EnvHintCollection Hints) throws EnvironmentStorageSystemException
String Store(URL Location, EnvHintCollection Hints) throws EnvironmentStorageSystemException
File Retrieve(String ID, EnvHintCollection Hints) throws EnvironmentStorageSystemException
void Delete(String ID, EnvHintCollection Hints) throws EnvironmentStorageSystemException
File GetLocalFSBufferLocation(EnvHintCollection Hints) throws EnvironmentStorageSystemException
Copyright © 2017. All Rights Reserved.