Uses of Class
org.qubership.atp.mia.model.file.ProjectFile
Packages that use ProjectFile
Package
Description
-
Uses of ProjectFile in org.qubership.atp.mia.ei.component
Methods in org.qubership.atp.mia.ei.component that return ProjectFileModifier and TypeMethodDescriptionImportLoaderFile.toEntity(ProjectConfiguration projectConfiguration, ExportImportFile exportImportFile) Methods in org.qubership.atp.mia.ei.component that return types with arguments of type ProjectFileModifier and TypeMethodDescriptionstatic Map<UUID, ProjectFile> ExportImportUtils.createMapIdToExistingFile(ProjectConfiguration projectConfiguration) To quickly map between UUID and ProjectFile, maps directory id -> ProjectFile.static Map<UUID, Map<String, ProjectFile>> ExportImportUtils.createMapParentIdToFileNames(ProjectConfiguration projectConfiguration) Map to quickly handle conflict with names in same folder. -
Uses of ProjectFile in org.qubership.atp.mia.model.configuration
Methods in org.qubership.atp.mia.model.configuration that return types with arguments of type ProjectFileModifier and TypeMethodDescriptionProjectConfiguration.getFiles()Getter for files.ProjectConfiguration.getRootFiles()Gets root files. -
Uses of ProjectFile in org.qubership.atp.mia.model.ei
Constructors in org.qubership.atp.mia.model.ei with parameters of type ProjectFileModifierConstructorDescriptionExportImportFile(ProjectFile file) Create new one from ProjectFile. -
Uses of ProjectFile in org.qubership.atp.mia.repo.gridfs
Methods in org.qubership.atp.mia.repo.gridfs with parameters of type ProjectFileModifier and TypeMethodDescriptionbooleanGridFsRepository.exist(ProjectFile projectFile) Check file present in GridFs.booleanGridFsRepositoryImpl.exist(ProjectFile projectFile) Check if file exist in gridFs.voidGridFsRepository.rename(ProjectFile projectFile) Rename file in gridFs.voidGridFsRepositoryImpl.rename(ProjectFile projectFile) Rename file in gridFs. -
Uses of ProjectFile in org.qubership.atp.mia.service.configuration
Methods in org.qubership.atp.mia.service.configuration with parameters of type ProjectFileModifier and TypeMethodDescriptionvoidFileConfigurationService.deleteFile(ProjectConfiguration projectConfiguration, ProjectFile projectFile, boolean removeFromParentFolder) Delete file. -
Uses of ProjectFile in org.qubership.atp.mia.service.file
Methods in org.qubership.atp.mia.service.file with parameters of type ProjectFileModifier and TypeMethodDescriptionvoidGridFsService.deleteProjectFile(ProjectFile projectFile) Upload file to GridFs.booleanGridFsService.existFile(ProjectFile projectFile) Check if file exist.voidMiaFileService.removeProjectFile(ProjectFile projectFile) Remove project file.voidGridFsService.rename(ProjectFile projectFile) Rename file.voidMiaFileService.renameProjectFile(ProjectFile projectFile, String newFileName) Remove project file. -
Uses of ProjectFile in org.qubership.atp.mia.service.history.impl
Methods in org.qubership.atp.mia.service.history.impl that return types with arguments of type ProjectFileMethods in org.qubership.atp.mia.service.history.impl with parameters of type ProjectFileModifier and TypeMethodDescriptionvoidFileVersioningMapper.mapSpecificFields(ProjectFile source, FileHistoryChangeDto destination)