Uses of Class
org.xiruss.repository.server.storagemanagement.StorageObjectDataBase

Packages that use StorageObjectDataBase
org.xiruss.repository.server.storagemanagement Contains classes that manage the storage of Versions that are storage objects (that is, they contain data and act like files). 
 

Uses of StorageObjectDataBase in org.xiruss.repository.server.storagemanagement
 

Subclasses of StorageObjectDataBase in org.xiruss.repository.server.storagemanagement
 class FileStorageObjectData
          Storage object data implementation that stores the data as a file on a file system.
 class InMemoryStorageObjectData
          Storage object data implementation that uses a string buffer to hold the storage object data.