- getBytes() - Method in class de.deepamehta.files.UploadedFile
-
Returns the contents of the uploaded file as an array of bytes.
- getChildFileTopic(long, String) - Method in class de.deepamehta.files.FilesPlugin
-
- getChildFileTopic(long, String) - Method in interface de.deepamehta.files.FilesService
-
Returns the File topic representing the file at a given repository path.
- getChildFolderTopic(long, String) - Method in class de.deepamehta.files.FilesPlugin
-
- getChildFolderTopic(long, String) - Method in interface de.deepamehta.files.FilesService
-
Returns the Folder topic representing the folder at a given repository path.
- getDirectoryListing(String) - Method in class de.deepamehta.files.FilesPlugin
-
- getDirectoryListing(String) - Method in interface de.deepamehta.files.FilesService
-
- getFile(String) - Method in class de.deepamehta.files.FilesPlugin
-
- getFile(long) - Method in class de.deepamehta.files.FilesPlugin
-
- getFile(String) - Method in interface de.deepamehta.files.FilesService
-
Accesses a file/directory in the file repository by the given repository path.
- getFile(long) - Method in interface de.deepamehta.files.FilesService
-
Convenience method to access the file/directory in the file repository that is represented by the given
File/Folder topic.
- getFileItems() - Method in class de.deepamehta.files.DirectoryListing
-
- getFileName() - Method in class de.deepamehta.files.StoredFile
-
- getFileTopic(String) - Method in class de.deepamehta.files.FilesPlugin
-
- getFileTopic(String) - Method in interface de.deepamehta.files.FilesService
-
Returns the File topic representing the file at a given repository path.
- getFileTopicId() - Method in class de.deepamehta.files.StoredFile
-
- getFolderTopic(String) - Method in class de.deepamehta.files.FilesPlugin
-
- getFolderTopic(String) - Method in interface de.deepamehta.files.FilesService
-
Returns the Folder topic representing the folder at a given repository path.
- getInputStream() - Method in class de.deepamehta.files.UploadedFile
-
Returns an InputStream that can be used to retrieve the contents of the uploaded file.
- getItemKind() - Method in class de.deepamehta.files.DirectoryListing.FileItem
-
- getItemKind() - Method in class de.deepamehta.files.ResourceInfo
-
- getMediaType() - Method in class de.deepamehta.files.DirectoryListing.FileItem
-
- getMediaType() - Method in class de.deepamehta.files.UploadedFile
-
Returns the content type passed by the browser or null if not defined.
- getName() - Method in class de.deepamehta.files.DirectoryListing.FileItem
-
- getName() - Method in class de.deepamehta.files.UploadedFile
-
Returns the original filename in the client's filesystem, as provided by the browser (or other client software).
- getPath() - Method in class de.deepamehta.files.DirectoryListing.FileItem
-
- getRepositoryPath(URL) - Method in class de.deepamehta.files.FilesPlugin
-
- getRepositoryPath(URL) - Method in interface de.deepamehta.files.FilesService
-
Checks if the given URL refers to the file repository of this DeepaMehta installation.
- getResourceInfo(String) - Method in class de.deepamehta.files.FilesPlugin
-
- getResourceInfo(String) - Method in interface de.deepamehta.files.FilesService
-
- getSize() - Method in class de.deepamehta.files.DirectoryListing.FileItem
-
- getSize() - Method in class de.deepamehta.files.UploadedFile
-
Returns the size of the file.
- getString() - Method in class de.deepamehta.files.UploadedFile
-
Returns the contents of the uploaded file as a String, using the default character encoding.
- getString(String) - Method in class de.deepamehta.files.UploadedFile
-
Returns the contents of the uploaded file as a String, using the specified encoding.