| | |
| | | package com.dji.sample.media.service; |
| | | |
| | | import com.dji.sample.common.model.PaginationData; |
| | | import com.dji.sample.common.model.ResponseResult; |
| | | import com.dji.sample.media.model.FileUploadDTO; |
| | | import com.dji.sample.media.model.MediaFileDTO; |
| | | import com.dji.sample.media.model.MediaFileEntity; |
| | | import com.dji.sample.media.model.MediaFileQueryParam; |
| | | import com.drew.imaging.ImageProcessingException; |
| | | |
| | | import java.awt.*; |
| | | import java.io.IOException; |
| | |
| | | */ |
| | | Integer saveFile(String workspaceId, FileUploadDTO file); |
| | | |
| | | Integer saveMarkFile(String workspaceId, FileUploadDTO file) throws IOException, FontFormatException; |
| | | void saveMarkFile(String workspaceId, FileUploadDTO file) throws IOException, FontFormatException, ImageProcessingException; |
| | | |
| | | Object mediaInfo(String fileId); |
| | | /** |
| | | * Query information about all files in this workspace based on the workspace id. |
| | | * |
| | |
| | | */ |
| | | List<MediaFileDTO> getAllFilesByWorkspaceId(String workspaceId); |
| | | |
| | | List<MediaFileEntity> listByIsadd(); |
| | | List<MediaFileEntity> listByIsadd(String dkbh,String workspaceId); |
| | | |
| | | int updateExamByFileId(String fileId); |
| | | ResponseResult updateExamByFileId(String fileId); |
| | | |
| | | List<MediaFileEntity> listMediaFileEntity(String workspaceId, String jobId); |
| | | |