| |
|
| java.lang.Object com.flexive.core.storage.StorageManager
StorageManager | public class StorageManager (Code) | | Singleton Facade for the various storage implementations
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
getContentStorage | public static ContentStorage getContentStorage(DivisionData data, TypeStorageMode mode) throws FxNotFoundException(Code) | | Get concrete content storage implementation for the given type storage mode.
This variant is only to be used from a division free context like in a timer service or mbean
Parameters: data - DivisionData Parameters: mode - used storage mode DataSelector for the given storage mode throws: FxNotFoundException - if no implementation was found |
|
|
|