@Service public class FileManagerService extends Object
| Constructor and Description |
|---|
FileManagerService(org.qubership.automation.itf.core.util.eds.ExternalDataManagementService externalDataManagementService,
ExecutorToMessageBrokerSender executorToMessageBrokerSender,
org.qubership.automation.itf.core.util.eds.service.FileManagementService fileManagementService) |
| Modifier and Type | Method and Description |
|---|---|
UIResult |
getContent(org.qubership.automation.itf.core.util.eds.service.EdsContentType contentType,
String filePath,
String fileName,
UUID projectUuid) |
Set<org.qubership.automation.itf.core.util.eds.model.UIFileInfo> |
getFilesByPath(String filePath,
org.qubership.automation.itf.core.util.eds.service.EdsContentType contentType,
UUID projectUuid) |
TreeNode[] |
getPathTreeNode(UUID projectUuid) |
UIResult |
remove(List<org.qubership.automation.itf.core.util.eds.model.UIFileInfo> filesInfo,
UUID projectUuid,
String tenantId) |
public FileManagerService(org.qubership.automation.itf.core.util.eds.ExternalDataManagementService externalDataManagementService, ExecutorToMessageBrokerSender executorToMessageBrokerSender, org.qubership.automation.itf.core.util.eds.service.FileManagementService fileManagementService)
public Set<org.qubership.automation.itf.core.util.eds.model.UIFileInfo> getFilesByPath(String filePath, org.qubership.automation.itf.core.util.eds.service.EdsContentType contentType, UUID projectUuid)
public UIResult remove(List<org.qubership.automation.itf.core.util.eds.model.UIFileInfo> filesInfo, UUID projectUuid, String tenantId) throws IOException
IOExceptionpublic UIResult getContent(org.qubership.automation.itf.core.util.eds.service.EdsContentType contentType, String filePath, String fileName, UUID projectUuid)
Copyright © 2025. All rights reserved.