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 FileProvisionFcEmailProps. getArchiveFileProvision()Details for how to handle the archive file.FileProvisionFcHttpRequestProps. getBodyFileProvision()Details for how to handle the created HTTP body file.FileProvisionFcCompressAsZipProps. getCompressedFileProvision()Details for how to handle the compressed file.FileProvisionFcDecodeBase64Props. getDecodedFileProvision()Details for how to handle the file that was decoded from the base64 string.FileProvisionFcProvideResourceProps. getFileProvision()Details for how to handle the provided files.FileProvisionFcProcessLogPdfProps. getLogFileProvision()Details for how to handle the log file.FileProvisionFcFillPdfProps. getPdfFileProvision()Details for how to handle the created PDF file.FileProvisionFcExportToPersistenceProps. getPersistenceFileProvision()Details for how to handle the created persistence file.FileProvisionFcCreateTextFileProps. getTextFileProvision()Details for how to handle the created text file.FileProvisionFcFillWordProps. getWordFileProvision()Details for how to handle the created Word file.FileProvisionFcExportToXmlProps. 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 voidFcEmailProps. setArchiveFileProvision(FileProvision archiveFileProvision)Details for how to handle the compressed file.voidFcHttpRequestProps. setBodyFileProvision(FileProvision bodyFileProvision)Details for how to handle the created HTTP body file.voidFcCompressAsZipProps. setCompressedFileProvision(FileProvision compressedFileProvision)Details for how to handle the compressed file.voidFcDecodeBase64Props. setDecodedFileProvision(FileProvision decodedFileProvision)Details for how to handle the file that was decoded from the base64 string.voidFcProvideResourceProps. setFileProvision(FileProvision fileProvision)Details for how to handle the provided file.voidFcProcessLogPdfProps. setLogFileProvision(FileProvision logFileProvision)Details for how to handle the log file.voidFcFillPdfProps. setPdfFileProvision(FileProvision pdfFileProvision)Details for how to handle the created PDF file.voidFcExportToPersistenceProps. setPersistenceFileProvision(FileProvision persistenceFileProvision)Details for how to handle the created persistence file.voidFcCreateTextFileProps. setTextFileProvision(FileProvision textFileProvision)Details for how to handle the created text file.voidFcFillWordProps. setWordFileProvision(FileProvision wordFileProvision)Details for how to handle the created Word file.voidFcExportToXmlProps. 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 IHttpRequestNodeBuilderIHttpRequestNodeBuilder. bodyFileProvision(FileProvision bodyFileProvision)Sets the options for how to handle the archive file.IFillPdfNodeBuilderIFillPdfNodeBuilder. pdfFileProvision(FileProvision pdfFileProvision)Sets the options for how to handle the PDF file.ICreateTextFileNodeBuilderICreateTextFileNodeBuilder. textFileProvision(FileProvision bodyFileProvision)Sets the options for how to handle the text file.
-