Interface EmbeddedStorageRestAdapter
- All Known Implementing Classes:
EmbeddedStorageRestAdapter.Default
public interface EmbeddedStorageRestAdapter
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
EmbeddedStorageRestAdapter.Default
-
Method Summary
Modifier and Type Method Description ObjectDescription
getConstant(long objectId)
StorageRawFileStatistics
getFileStatistics()
ViewerRootDescription
getRoot()
List<ViewerRootDescription>
getRoots()
ObjectDescription
getStorageObject(long objectId)
String
getTypeDictionary()
static EmbeddedStorageRestAdapter
New(StorageManager storage)
-
Method Details
-
getStorageObject
-
getConstant
-
getRoots
List<ViewerRootDescription> getRoots() -
getRoot
ViewerRootDescription getRoot() -
getTypeDictionary
String getTypeDictionary() -
getFileStatistics
StorageRawFileStatistics getFileStatistics() -
New
-