Uses of Class
systems.dmx.files.FileRepositoryException
-
Packages that use FileRepositoryException Package Description systems.dmx.files -
-
Uses of FileRepositoryException in systems.dmx.files
Methods in systems.dmx.files that throw FileRepositoryException Modifier and Type Method Description RelatedTopic
FilesPlugin. createFolder(String folderName, String repoPath)
RelatedTopic
FilesService. createFolder(String folderName, String repoPath)
Creates a folder in the file repository.StoredFile
FilesPlugin. storeFile(UploadedFile file, String repoPath)
StoredFile
FilesService. storeFile(UploadedFile file, String repoPath)
Receives an uploaded file, stores it in the file repository, and creates a corresponding File topic.
-