Uses of Enum
org.qubership.atp.mia.model.file.ProjectFileType
Packages that use ProjectFileType
Package
Description
-
Uses of ProjectFileType in org.qubership.atp.mia.model.file
Methods in org.qubership.atp.mia.model.file that return ProjectFileTypeModifier and TypeMethodDescriptionstatic ProjectFileTypeReturns the enum constant of this type with the specified name.static ProjectFileType[]ProjectFileType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.qubership.atp.mia.model.file with parameters of type ProjectFileTypeModifierConstructorDescriptionFileMetaData(UUID projectId, String fileName, ProjectFileType projectFileType) Require arg consructor. -
Uses of ProjectFileType in org.qubership.atp.mia.service
Methods in org.qubership.atp.mia.service with parameters of type ProjectFileTypeModifier and TypeMethodDescriptionMiaContext.getProjectPathWithType(ProjectFileType projectFileType) Gets path of project for files with needed type.MiaContext.getProjectPathWithType(ProjectFileType projectFileType, UUID sessionId) Gets path of project for files with needed type. -
Uses of ProjectFileType in org.qubership.atp.mia.service.configuration
Methods in org.qubership.atp.mia.service.configuration with parameters of type ProjectFileTypeModifier and TypeMethodDescriptionProjectConfigurationService.getProjectPathWithType(UUID projectId, ProjectFileType projectFileType, UUID sessionId) Gets path of project for files with needed type. -
Uses of ProjectFileType in org.qubership.atp.mia.service.file
Methods in org.qubership.atp.mia.service.file with parameters of type ProjectFileTypeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.springframework.core.io.Resource> MiaFileService.downloadFile(UUID projectId, ProjectFileType projectFileType, UUID sessionId, String fileName, javax.servlet.ServletContext servletContext) Download file.