Uses of Class
de.xima.fc.workflow.model.nodes.MultiFile
-
-
Uses of MultiFile in de.xima.fc.workflow.model.list_item_source
Methods in de.xima.fc.workflow.model.list_item_source that return MultiFile Modifier and Type Method Description MultiFileListItemSourcePropsFiles. getFiles()Methods in de.xima.fc.workflow.model.list_item_source with parameters of type MultiFile Modifier and Type Method Description voidListItemSourcePropsFiles. setFiles(MultiFile files) -
Uses of MultiFile in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return MultiFile Modifier and Type Method Description static MultiFileMultiFile. forAttachmentSearch(String attachmentSearchName, EAttachmentSource... attachmentSources)static MultiFileMultiFile. forExternalUrls(String... urls)static MultiFileMultiFile. forFiles(Iterable<ResourceItem> resourceItems, Iterable<String> urls, Iterable<EAttachmentSource> attachmentSources, String attachmentSearchName)static MultiFileMultiFile. forResourceItems(ResourceItem... items)MultiFileFcSendFormRecordMessageProps. getAttachments()Gets the attachments to send with the message.MultiFileFcHttpRequestProps. getFilesToTransmit()MultiFileFcCompressAsZipProps. getMultiFile()MultiFileFcEmailProps. getMultiFile()MultiFileFcReturnFileProps. getMultiFile()MultiFileFcSaveToFileSystemProps. getMultiFile()MultiFileFcSaveToWebDavProps. getMultiFile()Methods in de.xima.fc.workflow.model.nodes with parameters of type MultiFile Modifier and Type Method Description voidFcSendFormRecordMessageProps. setAttachments(MultiFile attachments)Sets the attachments to send with the message.voidFcHttpRequestProps. setFilesToTransmit(MultiFile filesToTransmit)voidFcCompressAsZipProps. setMultiFile(MultiFile multiFile)voidFcEmailProps. setMultiFile(MultiFile multiFile)voidFcReturnFileProps. setMultiFile(MultiFile multiFile)voidFcSaveToFileSystemProps. setMultiFile(MultiFile multiFile)voidFcSaveToWebDavProps. setMultiFile(MultiFile multiFile) -
Uses of MultiFile in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type MultiFile Modifier and Type Method Description IEmailNodeBuilderIEmailNodeBuilder. attachments(MultiFile attachments)static WorkflowNodeWorkflowNodeFactory. compressAsZip(MultiFile multiFile, String compressedFileName)Creates a new workflow node for aEWorkflowNodeType.FC_COMPRESS_AS_ZIPthat creates a ZIP file form the input files.static WorkflowNodeWorkflowNodeFactory. compressAsZip(MultiFile multiFile, String compressedFileName, boolean attachToFormRecord)Creates a new workflow node for aEWorkflowNodeType.FC_COMPRESS_AS_ZIPthat creates a ZIP file form the input files.static WorkflowNodeWorkflowNodeFactory. compressAsZip(MultiFile multiFile, String compressedFileName, boolean attachToFormRecord, ECompressAsZipNamingScheme namingScheme)Creates a new workflow node for aEWorkflowNodeType.FC_COMPRESS_AS_ZIPthat creates a ZIP file form the input files.static FcCompressAsZipPropsWorkflowNodePropsFactory. compressAsZip(MultiFile multiFile, String compressedFileName)Creates a new workflow node model for aEWorkflowNodeType.FC_COMPRESS_AS_ZIPthat creates a ZIP file form the input files.static FcCompressAsZipPropsWorkflowNodePropsFactory. compressAsZip(MultiFile multiFile, String compressedFileName, boolean attachToFormRecord)Creates a new workflow node model for aEWorkflowNodeType.FC_COMPRESS_AS_ZIPthat creates a ZIP file form the input files.static FcCompressAsZipPropsWorkflowNodePropsFactory. compressAsZip(MultiFile multiFile, String compressedFileName, boolean attachToFormRecord, ECompressAsZipNamingScheme namingScheme)Creates a new workflow node model for aEWorkflowNodeType.FC_COMPRESS_AS_ZIPthat creates a ZIP file form the input files.static WorkflowNodeWorkflowNodeFactory. email(String from, Iterable<String> to, String subject, String htmlBody, String plainTextBody, MultiFile attachments)Creates a new workflow node for aEWorkflowNodeType.FC_EMAILthat sends an email to one or more recipients.static FcEmailPropsWorkflowNodePropsFactory. email(String from, Iterable<String> to, String subject, String htmlBody, String plainTextBody, MultiFile attachments)Creates a new workflow node model for aEWorkflowNodeType.FC_EMAILthat sends an email to one or more recipients.static WorkflowNodeWorkflowNodeFactory. emailHtml(String from, Iterable<String> to, String subject, String body, MultiFile attachments)Creates a new workflow node for aEWorkflowNodeType.FC_EMAILthat sends an HTML email to one or more recipients.static FcEmailPropsWorkflowNodePropsFactory. emailHtml(String from, Iterable<String> to, String subject, String body, MultiFile attachments)Creates a new workflow node model for aEWorkflowNodeType.FC_EMAILthat sends an HTML email to one or more recipients.static WorkflowNodeWorkflowNodeFactory. emailPlainText(String from, Iterable<String> to, String subject, String body, MultiFile attachments)Creates a new workflow node for aEWorkflowNodeType.FC_EMAILthat sends a plain text email to one or more recipients.static FcEmailPropsWorkflowNodePropsFactory. emailPlainText(String from, Iterable<String> to, String subject, String body, MultiFile attachments)Creates a new workflow node model for aEWorkflowNodeType.FC_EMAILthat sends a plain text email to one or more recipients.IHttpRequestNodeBuilderIHttpRequestNodeBuilder. filesToTransmit(MultiFile filesToTransmit)static WorkflowNodeWorkflowNodeFactory. returnFile(MultiFile files)Creates a new workflow node for aEWorkflowNodeType.FC_RETURN_FILEthat sends the given files as the HTTP response.static WorkflowNodeWorkflowNodeFactory. returnFile(MultiFile files, boolean forceDownload)Creates a new workflow node for aEWorkflowNodeType.FC_RETURN_FILEthat sends the given files as the HTTP response.static FcReturnFilePropsWorkflowNodePropsFactory. returnFile(MultiFile files)Creates a new workflow node model for aEWorkflowNodeType.FC_RETURN_FILEthat sends the given files as the HTTP response.static FcReturnFilePropsWorkflowNodePropsFactory. returnFile(MultiFile files, boolean forceDownload)Creates a new workflow node model for aEWorkflowNodeType.FC_RETURN_FILEthat sends the given files as the HTTP response.static WorkflowNodeWorkflowNodeFactory. saveToFileSystem(MultiFile files, String directory)Creates a new workflow node for aEWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEMthat saves the given file to a directory on the file system.static WorkflowNodeWorkflowNodeFactory. saveToFileSystem(MultiFile files, String directory, boolean allowPathInPlaceholder)Creates a new workflow node for aEWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEMthat saves the given file to a directory on the file system.static FcSaveToFileSystemPropsWorkflowNodePropsFactory. saveToFileSystem(MultiFile files, String directory)Creates a new workflow node model for aEWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEMthat saves the given file to a directory on the file system.static FcSaveToFileSystemPropsWorkflowNodePropsFactory. saveToFileSystem(MultiFile files, String directory, boolean allowPathInPlaceholder)Creates a new workflow node model for aEWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEMthat saves the given file to a directory on the file system.static WorkflowNodeWorkflowNodeFactory. saveToWebDav(MultiFile files, WebDavAccess conn, String path)Creates a new workflow node for aEWorkflowNodeType.FC_SAVE_TO_WEB_DAVthat gives the given file to a directory on a chosen WebDAV.static WorkflowNodeWorkflowNodeFactory. saveToWebDav(MultiFile files, WebDavAccess conn, String path, boolean allowPathInPlaceholder)Creates a new workflow node for aEWorkflowNodeType.FC_SAVE_TO_WEB_DAVthat gives the given file to a directory on a chosen WebDAV.static FcSaveToWebDavPropsWorkflowNodePropsFactory. saveToWebDav(MultiFile files, WebDavAccess conn, String path)Creates a new workflow node model for aEWorkflowNodeType.FC_SAVE_TO_WEB_DAVthat gives the given file to a directory on a chosen WebDAV.static FcSaveToWebDavPropsWorkflowNodePropsFactory. saveToWebDav(MultiFile files, WebDavAccess conn, String path, boolean allowPathInPlaceholder)Creates a new workflow node model for aEWorkflowNodeType.FC_SAVE_TO_WEB_DAVthat gives the given file to a directory on a chosen WebDAV. -
Uses of MultiFile in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic with parameters of type MultiFile Modifier and Type Method Description static List<ISummaryKeyValuePair>WorkflowSummaryHelper. getMultiFileSummaryKeyValuePairs(IEntityContext ec, IWorkflowProvider provider, MultiFile multiFile)Creates summary entries for a specifiedMultiFileinstance. -
Uses of MultiFile in de.xima.fc.workflow.validation.constraintvalidators
Methods in de.xima.fc.workflow.validation.constraintvalidators that return types with arguments of type MultiFile Modifier and Type Method Description Class<? extends MultiFile>MultiFileSizeGroupValidator. getFieldClass()Class<? extends MultiFile>MultiFileSizeIfValidator. getFieldClass()Deprecated.Methods in de.xima.fc.workflow.validation.constraintvalidators with parameters of type MultiFile Modifier and Type Method Description booleanMultiFileSizeValidator. isValid(MultiFile value, javax.validation.ConstraintValidatorContext context)protected booleanMultiFileSizeGroupValidator. validate(MultiFile value, javax.validation.ConstraintValidatorContext context)protected booleanMultiFileSizeIfValidator. validate(MultiFile value, javax.validation.ConstraintValidatorContext context)Deprecated.
-