Uses of Class
de.deepamehta.plugins.files.UploadedFile

Packages that use UploadedFile
de.deepamehta.plugins.files   
de.deepamehta.plugins.files.provider   
 

Uses of UploadedFile in de.deepamehta.plugins.files
 

Methods in de.deepamehta.plugins.files with parameters of type UploadedFile
 StoredFile FilesService.storeFile(UploadedFile file, String path)
          Receives an uploaded file, stores it in the file repository, and creates a corresponding File topic.
 StoredFile FilesPlugin.storeFile(UploadedFile file, String path)
           
 

Uses of UploadedFile in de.deepamehta.plugins.files.provider
 

Methods in de.deepamehta.plugins.files.provider that return UploadedFile
 UploadedFile UploadedFileProvider.readFrom(Class<UploadedFile> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 

Method parameters in de.deepamehta.plugins.files.provider with type arguments of type UploadedFile
 UploadedFile UploadedFileProvider.readFrom(Class<UploadedFile> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 



Copyright © 2015. All rights reserved.