@Service
public interface ExternalStorageService
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String contentType,
UUID projectUuid,
String filePath,
String fileName) |
FileInfo |
getFileInfo(org.bson.types.ObjectId objectId) |
Set<FileInfo> |
getFilesInfoByMetadataMapParams(Map<String,Object> metadataParams) |
Set<FileInfo> |
getFilesInfoByProject(UUID uuid) |
Set<FileInfo> |
getKeyStoreFileInfo() |
org.bson.types.ObjectId |
store(String contentType,
UUID projectUuid,
String userName,
UUID userId,
String filePath,
String fileName,
InputStream fileInputStream) |
Set<FileInfo> getFilesInfoByProject(UUID uuid) throws IOException
IOExceptionSet<FileInfo> getKeyStoreFileInfo() throws IOException
IOExceptionSet<FileInfo> getFilesInfoByMetadataMapParams(Map<String,Object> metadataParams) throws IOException
IOExceptionFileInfo getFileInfo(org.bson.types.ObjectId objectId) throws IOException
IOExceptionorg.bson.types.ObjectId store(String contentType, UUID projectUuid, String userName, UUID userId, String filePath, String fileName, InputStream fileInputStream)
Copyright © 2025. All rights reserved.