Uses of Class
de.xima.fc.workflow.model.nodes.MultiFile
Packages that use MultiFile
Package
Description
- 
Uses of MultiFile in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return MultiFileModifier and TypeMethodDescriptionFcHttpRequestProps.getFilesToTransmit()FcCompressAsZipProps.getMultiFile()FcEmailProps.getMultiFile()FcReturnFileProps.getMultiFile()FcSaveToFileSystemProps.getMultiFile()FcSaveToWebDavProps.getMultiFile()Methods in de.xima.fc.workflow.model.nodes with parameters of type MultiFileModifier and TypeMethodDescriptionvoidFcHttpRequestProps.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 MultiFileModifier and TypeMethodDescriptionIEmailNodeBuilder.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.IHttpRequestNodeBuilder.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 MultiFileModifier and TypeMethodDescriptionstatic 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 MultiFileModifier and TypeMethodDescriptionMultiFileSizeGroupValidator.getFieldClass()MultiFileSizeIfValidator.getFieldClass()Methods in de.xima.fc.workflow.validation.constraintvalidators with parameters of type MultiFileModifier and TypeMethodDescriptionbooleanMultiFileSizeValidator.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)