Interface IntermediateStorageProvider
-
- All Known Subinterfaces:
AccountModifier
,AgentCallQuickCase
,AgentQuickCase
,AgentQuickCaseOperationBuilder.StartQuickCase
,CategoryModifier
,ContactModifier
,CreateTicketOperationBuilder.WithRequired
,ExternalRoutingModifier
,LocationModifier
,MessengerAccountModifier
,NextMessageInfo
,PhoneSystemModifier
,QueuedCallChangedEvent
,TenantModifier
,TransactionCodeModifier
,UserModifier
public interface IntermediateStorageProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntermediateStorage
getIntermediateStorage()
Returns the IntermediateStorage for the instance of thisAccountModifier
-
-
-
Method Detail
-
getIntermediateStorage
IntermediateStorage getIntermediateStorage() throws PersistencyException
Returns the IntermediateStorage for the instance of thisAccountModifier
- Returns:
- the
IntermediateStorage
- Throws:
PersistencyException
- is thrown if an error occurs during the initialization of the Storage- Since:
- 10.0.102
-
-