Uses of Class
de.xima.fc.workflow.model.nodes.FileProvision
Packages that use FileProvision
-
Uses of FileProvision in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return FileProvisionModifier and TypeMethodDescriptionFcEmailProps.getArchiveFileProvision()Details for how to handle the archive file.FcHttpRequestProps.getBodyFileProvision()Details for how to handle the created HTTP body file.FcExportFormRecordChatsProps.getChatsFileProvision()Details for how to handle the created chats export file.FcCompressAsZipProps.getCompressedFileProvision()Details for how to handle the compressed file.FcDecodeBase64Props.getDecodedFileProvision()Details for how to handle the file that was decoded from the base64 string.FcProvideResourceProps.getFileProvision()Details for how to handle the provided files.FcProcessLogPdfProps.getLogFileProvision()Details for how to handle the log file.FcPromptQueryProps.getOutputFileProvision()Details regarding the produces files.FcFillPdfProps.getPdfFileProvision()Details for how to handle the created PDF file.FcExportToPersistenceProps.getPersistenceFileProvision()Details for how to handle the created persistence file.FcCreateTextFileProps.getTextFileProvision()Details for how to handle the created text file.FcFillWordProps.getWordFileProvision()Details for how to handle the created Word file.FcExportToXmlProps.getXmlFileProvision()Details for how to handle the XML file.Methods in de.xima.fc.workflow.model.nodes with parameters of type FileProvisionModifier and TypeMethodDescriptionvoidFcEmailProps.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.voidFcExportFormRecordChatsProps.setChatsFileProvision(FileProvision chatsFileProvision) Details for how to handle the created chats 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.voidFcPromptQueryProps.setOutputFileProvision(FileProvision outputFileProvision) Sets the file provision details.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 FileProvisionModifier and TypeMethodDescriptionIHttpRequestNodeBuilder.bodyFileProvision(FileProvision bodyFileProvision) Sets the options for how to handle the archive file.IPromptQueryBuilder.outputFileProvision(FileProvision outputFileProvision) Sets the output file provision configuration for the prompt query action.IFillPdfNodeBuilder.pdfFileProvision(FileProvision pdfFileProvision) Sets the options for how to handle the PDF file.ICreateTextFileNodeBuilder.textFileProvision(FileProvision bodyFileProvision) Sets the options for how to handle the text file.