Package org.nuxeo.runtime.ts
Interface TransientDataService
- All Known Implementing Classes:
TransientDataServiceImpl
public interface TransientDataService
Service allowing to get access to
TransientDataStore
.- Since:
- 2025.8
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Transient Data store with the given name, or the default store if not found.
-
Method Details
-
getStore
Returns the Transient Data store with the given name, or the default store if not found.- Parameters:
name
- the store name- Returns:
- the sore with the given name, or the default store
-