| | |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.web.bind.annotation.RequestParam; |
| | | |
| | | import java.awt.*; |
| | | import java.io.IOException; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | import java.util.Objects; |
| | |
| | | public Integer saveMediaFile(String workspaceId, FileUploadDTO file) { |
| | | return fileService.saveFile(workspaceId, file); |
| | | } |
| | | public Integer saveMediaMarkFile(String workspaceId, FileUploadDTO file) throws IOException, FontFormatException { |
| | | return fileService.saveMarkFile(workspaceId, file); |
| | | } |
| | | |
| | | @Override |
| | | public List<String> getAllTinyFingerprintsByWorkspaceId(String workspaceId) { |