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