| Package | Description |
|---|---|
| org.qubership.automation.itf.core.util.eds | |
| org.qubership.automation.itf.core.util.eds.service |
| Modifier and Type | Method and Description |
|---|---|
FileInfo |
ExternalStorageService.getFileInfo(org.bson.types.ObjectId objectId) |
| Modifier and Type | Method and Description |
|---|---|
Set<FileInfo> |
ExternalStorageService.getFilesInfoByMetadataMapParams(Map<String,Object> metadataParams) |
Set<FileInfo> |
ExternalStorageService.getFilesInfoByProject(UUID uuid) |
Set<FileInfo> |
ExternalStorageService.getKeyStoreFileInfo() |
| Modifier and Type | Method and Description |
|---|---|
FileInfo |
DefaultEdsService.getFileInfo(org.bson.types.ObjectId objectId) |
FileInfo |
GridFsService.getFileInfo(org.bson.types.ObjectId objectId) |
| Modifier and Type | Method and Description |
|---|---|
Set<FileInfo> |
DefaultEdsService.getFilesInfoByMetadataMapParams(Map<String,Object> metadataParams) |
Set<FileInfo> |
GridFsService.getFilesInfoByMetadataMapParams(Map<String,Object> metadataParams) |
Set<FileInfo> |
DefaultEdsService.getFilesInfoByProject(UUID uuid) |
Set<FileInfo> |
GridFsService.getFilesInfoByProject(UUID uuid) |
Set<FileInfo> |
DefaultEdsService.getKeyStoreFileInfo() |
Set<FileInfo> |
GridFsService.getKeyStoreFileInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileManagementService.delete(FileInfo fileInfo)
Delete file by fileInfo.
|
File |
FileManagementService.save(FileInfo fileInfo)
Save file identified by fileInfo.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileManagementService.save(Collection<FileInfo> filesInfo)
Save files identified by filesInfo collection.
|
Copyright © 2025. All rights reserved.