| | |
| | | * @param file |
| | | * @return |
| | | */ |
| | | Integer saveFile(String workspaceId, FileUploadDTO file); |
| | | Integer saveFile(String workspaceId, FileUploadDTO file) throws ImageProcessingException, IOException; |
| | | |
| | | /** |
| | | * 存储水印图片 |
| | |
| | | * @throws ImageProcessingException |
| | | */ |
| | | void saveMarkFile(String workspaceId, FileUploadDTO file) throws IOException, FontFormatException, ImageProcessingException; |
| | | |
| | | void updateMarkMediaFileNames(String jobId); |
| | | /** |
| | | * 获取媒体文件状态 |
| | | * @param fileId |
| | |
| | | */ |
| | | List<MediaFileDTO> getAllFilesByWorkspaceId(String workspaceId); |
| | | |
| | | PaginationData<MediaFileEntity> MediaQuery(Integer page, Integer pageSize, Long updateStart, Long updateEnd, Long photoStart, Long photoEnd, String jobName,String worksapceId); |
| | | PaginationData<MediaFileEntity> MediaQuery(Integer page, Integer pageSize, Long updateStart, Long updateEnd, Long photoStart, Long photoEnd, String jobName,String worksapceId,String isVedio); |
| | | /** |
| | | * 获取图斑图片集合 |
| | | * @param dkbh |