Interface StorageProvider
-
- All Known Subinterfaces:
Account
,App
,Call
,Category
,Chat
,Contact
,ExternalRouting
,Issue
,Location
,MessengerAccount
,PhoneSystem
,Tenant
,Ticket
,TransactionCode
,User
public interface StorageProvider
Represents an object, that provides a Storage- Since:
- 10.0.34
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Storage
getStorage()
Returns the Storage for the instance of this StorageProvider
-
-
-
Method Detail
-
getStorage
Storage getStorage() throws PersistencyException
Returns the Storage for the instance of this StorageProvider- Returns:
- the Storage
- Throws:
PersistencyException
- is thrown if an error occurs during the initialization of the Storage- Since:
- 10.0.34
-
-