|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileService
File management service.
| Method Summary | |
|---|---|
File |
downloadFormAttachment(boolean convertUrl,
String fileName,
String formId)
Download file. |
File |
downloadFormAttachment(String uri)
Download file. |
File |
downloadFormAttachment(String fileName,
String formId)
Download file. |
File |
downloadFormEmbeddedFile(boolean convertUrl,
String fileName,
String formId)
Download file. |
File |
downloadFormEmbeddedFile(String uri)
Download file. |
File |
downloadFormEmbeddedFile(String fileName,
String formId)
Download file. |
File |
downloadPDF(boolean convertUrl,
String uri)
Download pdf file. |
File |
downloadPDF(String uri)
Download pdf file. |
File |
downloadRequestHistory(boolean convertUrl,
String uri)
Download request history file. |
File |
downloadRequestHistory(String uri)
Download request histiory file. |
File |
downloadTemplate(boolean convertUrl,
String extensionName,
String templateName)
Download file. |
File |
downloadTemplate(String extensionName,
String templateName)
Download file. |
File |
downloadWebHarvestScript(boolean convertUrl,
String uri)
Download file. |
File |
downloadWebHarvestScript(String uri)
Download file. |
String |
getFormEmbeddedUrl(String fileName,
String formId)
|
String |
getPDFUrl(String uri)
Download pdf file. |
String |
getRequestHistoryURL(String uri)
Get the url of request history. |
String |
uploadFormAttachment(File file,
String formId)
Upload a form attachment. |
String |
uploadFormEmbeddedFile(File file,
String formId)
Upload a form attachement. |
String |
uploadTempFile(File file)
Upload a temporary file (for example for export). |
String |
uploadTemplate(File file,
String extensionName)
Upload a template on server. |
String |
uploadWebHarvestScript(File file)
Upload a web harvest script on server. |
| Method Detail |
|---|
String uploadTemplate(File file,
String extensionName)
throws VradiException
file - file to uploadextensionName - extension name to put file into
VradiException - throw VradiException if exception is occured
File downloadTemplate(String extensionName,
String templateName)
throws VradiException
extensionName - extension nametemplateName - template name
VradiException - throw VradiException if exception is occured
File downloadTemplate(boolean convertUrl,
String extensionName,
String templateName)
throws VradiException
convertUrl - if convertion url is necessaryextensionName - extension nametemplateName - template name
VradiException - throw VradiException if exception is occured
String uploadWebHarvestScript(File file)
throws VradiException
file - file to upload
VradiException - throw VradiException if exception is occured
File downloadWebHarvestScript(String uri)
throws VradiException
uri - file uri to download
VradiException - throw VradiException if exception is occured
File downloadWebHarvestScript(boolean convertUrl,
String uri)
throws VradiException
convertUrl - if convertion url is necessaryuri - file uri to download
VradiException - throw VradiException if exception is occured
File downloadPDF(String uri)
throws VradiException
uri - file uri to download
VradiException - throw VradiException if exception is occured
File downloadPDF(boolean convertUrl,
String uri)
throws VradiException
convertUrl - if convertion url is necessaryuri - file uri to download
VradiException - throw VradiException if exception is occured
String getPDFUrl(String uri)
throws VradiException
uri - corresponding to history
VradiException - throw VradiException if exception is occured
String uploadFormAttachment(File file,
String formId)
throws VradiException
file - file to uploadformId - form id
VradiException - if an exception occurred
String uploadTempFile(File file)
throws VradiException
file - The file to upload
VradiException - if an exception occurred
File downloadFormAttachment(String uri)
throws VradiException
uri - file uri to download
VradiException - throw VradiException if exception is occured
File downloadFormAttachment(boolean convertUrl,
String fileName,
String formId)
throws VradiException
convertUrl - if convertion url is necessaryuri - file uri to download
VradiException - throw VradiException if exception is occured
File downloadFormAttachment(String fileName,
String formId)
throws VradiException
fileName - to downloadformId - concerned
VradiException - throw VradiException if exception is occured
String uploadFormEmbeddedFile(File file,
String formId)
throws VradiException
file - file to uploadformId - form id
VradiException - throw VradiException if exception is occured
File downloadFormEmbeddedFile(String uri)
throws VradiException
uri - file uri to download
VradiException - throw VradiException if exception is occured
File downloadFormEmbeddedFile(String fileName,
String formId)
throws VradiException
fileName - to downloadformId - form id
VradiException - throw VradiException if exception is occured
File downloadFormEmbeddedFile(boolean convertUrl,
String fileName,
String formId)
throws VradiException
convertUrl - if convertion url is necessaryfileName - to downloadformId - form id
VradiException - throw VradiException if exception is occured
String getFormEmbeddedUrl(String fileName,
String formId)
throws VradiException
VradiException
File downloadRequestHistory(String uri)
throws VradiException
uri - corresponding to history
VradiException - throw VradiException if exception is occured
File downloadRequestHistory(boolean convertUrl,
String uri)
throws VradiException
convertUrl - if convertion url is necessaryuri - corresponding to history
VradiException - throw VradiException if exception is occured
String getRequestHistoryURL(String uri)
throws VradiException
uri - corresponding to history
VradiException - throw VradiException if exception is occured
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||