Uses of Interface
de.xima.fc.common.store.versioned.IResourceStoreManager
-
Packages that use IResourceStoreManager Package Description de.xima.fc.common.store.versioned de.xima.fc.gui.elfinder de.xima.fc.gui.model.form_theme -
-
Uses of IResourceStoreManager in de.xima.fc.common.store.versioned
Methods in de.xima.fc.common.store.versioned that return IResourceStoreManager Modifier and Type Method Description static IResourceStoreManager
ResourceStoreManagers. newResourceStoreManager()
Creates a new versioned store manager. -
Uses of IResourceStoreManager in de.xima.fc.gui.elfinder
Methods in de.xima.fc.gui.elfinder with parameters of type IResourceStoreManager Modifier and Type Method Description org.primefaces.model.StreamedContent
IDynamicResourceThumbnailRequestHandler. handleThumbnailRequest(ICommonFileSystemManager<Entry> fileSystem, IResourceStoreManager resourceStoreManager)
Handles a request to the dynamic resource servlet for a thumbnail of a file entity or file system entry from aICommonFileSystem
.FileSystemElFinderConnectorConfig.BuilderStage3<Entry>
FileSystemElFinderConnectorConfig.BuilderStage2. storeManager(IResourceStoreManager storeManager)
Sets the resource store manager for managing temporary files such as thumbnails. -
Uses of IResourceStoreManager in de.xima.fc.gui.model.form_theme
Methods in de.xima.fc.gui.model.form_theme that return IResourceStoreManager Modifier and Type Method Description IResourceStoreManager
FormThemeEditModeAdvancedModel. resourceStoreManager()
Gets the versioned store manager for associating additional data with e.g.IResourceStoreManager
FormThemeElFinderExplorerSession. resourceStoreManager()
Methods in de.xima.fc.gui.model.form_theme with parameters of type IResourceStoreManager Modifier and Type Method Description static FileSystemElFinderConnector<?>
FormThemeElFinderConfigurator. createConnector(String explorerSessionId, FormThemeFileSystemManager fileSystemManager, IResourceStoreManager storeManager)
Creates the elFinder connector that handles requests from the elFinder file explorer.
-