Uses of Class
de.xima.fc.workflow.model.nodes.FileProvision
-
Packages that use FileProvision Package Description de.xima.fc.workflow.model.nodes de.xima.fc.workflow.processor.factory -
-
Uses of FileProvision in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return FileProvision Modifier and Type Method Description FileProvision
FcEmailProps. getArchiveFileProvision()
Details for how to handle the archive file.FileProvision
FcHttpRequestProps. getBodyFileProvision()
Details for how to handle the created HTTP body file.FileProvision
FcCompressAsZipProps. getCompressedFileProvision()
Details for how to handle the compressed file.FileProvision
FcDecodeBase64Props. getDecodedFileProvision()
Details for how to handle the file that was decoded from the base64 string.FileProvision
FcProvideResourceProps. getFileProvision()
Details for how to handle the provided files.FileProvision
FcProcessLogPdfProps. getLogFileProvision()
Details for how to handle the log file.FileProvision
FcFillPdfProps. getPdfFileProvision()
Details for how to handle the created PDF file.FileProvision
FcExportToPersistenceProps. getPersistenceFileProvision()
Details for how to handle the created persistence file.FileProvision
FcCreateTextFileProps. getTextFileProvision()
Details for how to handle the created text file.FileProvision
FcFillWordProps. getWordFileProvision()
Details for how to handle the created Word file.FileProvision
FcExportToXmlProps. getXmlFileProvision()
Details for how to handle the XML file.Methods in de.xima.fc.workflow.model.nodes with parameters of type FileProvision Modifier and Type Method Description void
FcEmailProps. setArchiveFileProvision(FileProvision archiveFileProvision)
Details for how to handle the compressed file.void
FcHttpRequestProps. setBodyFileProvision(FileProvision bodyFileProvision)
Details for how to handle the created HTTP body file.void
FcCompressAsZipProps. setCompressedFileProvision(FileProvision compressedFileProvision)
Details for how to handle the compressed file.void
FcDecodeBase64Props. setDecodedFileProvision(FileProvision decodedFileProvision)
Details for how to handle the file that was decoded from the base64 string.void
FcProvideResourceProps. setFileProvision(FileProvision fileProvision)
Details for how to handle the provided file.void
FcProcessLogPdfProps. setLogFileProvision(FileProvision logFileProvision)
Details for how to handle the log file.void
FcFillPdfProps. setPdfFileProvision(FileProvision pdfFileProvision)
Details for how to handle the created PDF file.void
FcExportToPersistenceProps. setPersistenceFileProvision(FileProvision persistenceFileProvision)
Details for how to handle the created persistence file.void
FcCreateTextFileProps. setTextFileProvision(FileProvision textFileProvision)
Details for how to handle the created text file.void
FcFillWordProps. setWordFileProvision(FileProvision wordFileProvision)
Details for how to handle the created Word file.void
FcExportToXmlProps. setXmlFileProvision(FileProvision xmlFileProvision)
Details for how to handle the XML file. -
Uses of FileProvision in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type FileProvision Modifier and Type Method Description IHttpRequestNodeBuilder
IHttpRequestNodeBuilder. bodyFileProvision(FileProvision bodyFileProvision)
Sets the options for how to handle the archive file.IFillPdfNodeBuilder
IFillPdfNodeBuilder. pdfFileProvision(FileProvision pdfFileProvision)
Sets the options for how to handle the PDF file.ICreateTextFileNodeBuilder
ICreateTextFileNodeBuilder. textFileProvision(FileProvision bodyFileProvision)
Sets the options for how to handle the text file.
-