Package io.jmix.ui.component
Interface FileStorageResource
- All Superinterfaces:
Resource
,ResourceView.HasMimeType
,ResourceView.HasStreamSettings
- All Known Implementing Classes:
FileStorageResourceImpl
public interface FileStorageResource
extends Resource, ResourceView.HasMimeType, ResourceView.HasStreamSettings
A resource stored in the FileStorage.
- See Also:
-
Method Summary
Methods inherited from interface io.jmix.ui.component.ResourceView.HasMimeType
getMimeType, setMimeType
Methods inherited from interface io.jmix.ui.component.ResourceView.HasStreamSettings
getBufferSize, getCacheTime, getFileName, setBufferSize, setCacheTime, setFileName
-
Method Details
-
setFileReference
- Parameters:
fileReference
- reference to the file in file storage- Returns:
- this FileStorageResource instance
-
getFileReference
FileRef getFileReference()
-