C D F G H I O R S T U V W

C

createChildFileTopic(long, String) - Method in class de.deepamehta.plugins.files.FilesPlugin
 
createChildFileTopic(long, String) - Method in interface de.deepamehta.plugins.files.service.FilesService
 
createChildFolderTopic(long, String) - Method in class de.deepamehta.plugins.files.FilesPlugin
 
createChildFolderTopic(long, String) - Method in interface de.deepamehta.plugins.files.service.FilesService
 
createFile(InputStream, String) - Method in class de.deepamehta.plugins.files.FilesPlugin
 
createFile(InputStream, String) - Method in interface de.deepamehta.plugins.files.service.FilesService
Creates a file in the file repository, and creates a corresponding File topic.
createFileTopic(String) - Method in class de.deepamehta.plugins.files.FilesPlugin
 
createFileTopic(String) - Method in interface de.deepamehta.plugins.files.service.FilesService
Creates and returns a File topic representing the file at a given repository path.
createFolder(String, String) - Method in class de.deepamehta.plugins.files.FilesPlugin
 
createFolder(String, String) - Method in interface de.deepamehta.plugins.files.service.FilesService
Creates a folder in the file repository.
createFolderTopic(String) - Method in class de.deepamehta.plugins.files.FilesPlugin
 
createFolderTopic(String) - Method in interface de.deepamehta.plugins.files.service.FilesService
Creates and returns a Folder topic representing the folder at a given repository path.

D

de.deepamehta.plugins.files - package de.deepamehta.plugins.files
 
de.deepamehta.plugins.files.provider - package de.deepamehta.plugins.files.provider
 
de.deepamehta.plugins.files.service - package de.deepamehta.plugins.files.service
 
DirectoryListing - Class in de.deepamehta.plugins.files
 
DirectoryListing(File) - Constructor for class de.deepamehta.plugins.files.DirectoryListing
 
DirectoryListing.FileItem - Class in de.deepamehta.plugins.files
 

F

FilesPlugin - Class in de.deepamehta.plugins.files
 
FilesPlugin() - Constructor for class de.deepamehta.plugins.files.FilesPlugin
 
FilesService - Interface in de.deepamehta.plugins.files.service
 

G

getBytes() - Method in class de.deepamehta.plugins.files.UploadedFile
Returns the contents of the uploaded file as an array of bytes.
getDirectoryListing(String) - Method in class de.deepamehta.plugins.files.FilesPlugin
 
getDirectoryListing(String) - Method in interface de.deepamehta.plugins.files.service.FilesService
 
getFile(String) - Method in class de.deepamehta.plugins.files.FilesPlugin
 
getFile(long) - Method in class de.deepamehta.plugins.files.FilesPlugin
 
getFile(String) - Method in interface de.deepamehta.plugins.files.service.FilesService
Accesses a file/directory in the file repository by the given repository path.
getFile(long) - Method in interface de.deepamehta.plugins.files.service.FilesService
Accesses a file/directory in the file repository that is represented by the given File/Folder topic.
getFileItems() - Method in class de.deepamehta.plugins.files.DirectoryListing
 
getFileName() - Method in class de.deepamehta.plugins.files.StoredFile
 
getFileTopicId() - Method in class de.deepamehta.plugins.files.StoredFile
 
getInputStream() - Method in class de.deepamehta.plugins.files.UploadedFile
Returns an InputStream that can be used to retrieve the contents of the uploaded file.
getItemKind() - Method in class de.deepamehta.plugins.files.DirectoryListing.FileItem
 
getItemKind() - Method in class de.deepamehta.plugins.files.ResourceInfo
 
getMediaType() - Method in class de.deepamehta.plugins.files.DirectoryListing.FileItem
 
getMediaType() - Method in class de.deepamehta.plugins.files.UploadedFile
Returns the content type passed by the browser or null if not defined.
getName() - Method in class de.deepamehta.plugins.files.DirectoryListing.FileItem
 
getName() - Method in class de.deepamehta.plugins.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.plugins.files.DirectoryListing.FileItem
 
getRepositoryPath(URL) - Method in class de.deepamehta.plugins.files.FilesPlugin
 
getRepositoryPath(URL) - Method in interface de.deepamehta.plugins.files.service.FilesService
Checks if the given URL refers to the file repository of this DeepaMehta installation.
getResourceInfo(String) - Method in class de.deepamehta.plugins.files.FilesPlugin
 
getResourceInfo(String) - Method in interface de.deepamehta.plugins.files.service.FilesService
 
getSize() - Method in class de.deepamehta.plugins.files.DirectoryListing.FileItem
 
getSize() - Method in class de.deepamehta.plugins.files.UploadedFile
Returns the size of the file.
getString() - Method in class de.deepamehta.plugins.files.UploadedFile
Returns the contents of the uploaded file as a String, using the default character encoding.
getString(String) - Method in class de.deepamehta.plugins.files.UploadedFile
Returns the contents of the uploaded file as a String, using the specified encoding.

H

handleSecurity(HttpServletRequest, HttpServletResponse) - Method in class de.deepamehta.plugins.files.FilesPlugin
 

I

init() - Method in class de.deepamehta.plugins.files.FilesPlugin
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class de.deepamehta.plugins.files.provider.UploadedFileProvider
 
ItemKind - Enum in de.deepamehta.plugins.files
 

O

openFile(long) - Method in class de.deepamehta.plugins.files.FilesPlugin
 
openFile(long) - Method in interface de.deepamehta.plugins.files.service.FilesService
 

R

readFrom(Class<UploadedFile>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class de.deepamehta.plugins.files.provider.UploadedFileProvider
 
ResourceInfo - Class in de.deepamehta.plugins.files
 
ResourceInfo(File) - Constructor for class de.deepamehta.plugins.files.ResourceInfo
Precondition: the file exists.

S

StoredFile - Class in de.deepamehta.plugins.files
 
storeFile(UploadedFile, String) - Method in class de.deepamehta.plugins.files.FilesPlugin
 
storeFile(UploadedFile, String) - Method in interface de.deepamehta.plugins.files.service.FilesService
Receives an uploaded file, stores it in the file repository, and creates a corresponding File topic.
stringify() - Method in enum de.deepamehta.plugins.files.ItemKind
 

T

toJSON() - Method in class de.deepamehta.plugins.files.DirectoryListing.FileItem
 
toJSON() - Method in class de.deepamehta.plugins.files.DirectoryListing
 
toJSON() - Method in class de.deepamehta.plugins.files.ResourceInfo
 
toJSON() - Method in class de.deepamehta.plugins.files.StoredFile
 
toString() - Method in class de.deepamehta.plugins.files.ResourceInfo
 
toString() - Method in class de.deepamehta.plugins.files.UploadedFile
 

U

UploadedFile - Class in de.deepamehta.plugins.files
An uploaded file.
UploadedFile(FileItem) - Constructor for class de.deepamehta.plugins.files.UploadedFile
 
UploadedFileProvider - Class in de.deepamehta.plugins.files.provider
 
UploadedFileProvider() - Constructor for class de.deepamehta.plugins.files.provider.UploadedFileProvider
 

V

valueOf(String) - Static method in enum de.deepamehta.plugins.files.ItemKind
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.deepamehta.plugins.files.ItemKind
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(File) - Method in class de.deepamehta.plugins.files.UploadedFile
A convenience method to write the uploaded file to disk.

C D F G H I O R S T U V W

Copyright © 2015. All rights reserved.