Uses of Class
de.xima.fc.workflow.model.nodes.MultiFile
Packages that use MultiFile
Package
Description
-
Uses of MultiFile in de.xima.fc.workflow.designer.model.prompt_query
Subclasses with type arguments of type MultiFile in de.xima.fc.workflow.designer.model.prompt_queryModifier and TypeClassDescriptionfinal classView model for a multi file control in the prompt query action editor.Constructors in de.xima.fc.workflow.designer.model.prompt_query with parameters of type MultiFileModifierConstructorDescriptionMultiFileControl(MultiFile multiFile) Constructs a new multi file control with the given value. -
Uses of MultiFile in de.xima.fc.workflow.model
Methods in de.xima.fc.workflow.model that return types with arguments of type MultiFileModifier and TypeMethodDescriptionIPromptQueryParametersProviding.getMultiFileParameters()Gets the configured multi file parameters for the prompt query, indexed by their ID. -
Uses of MultiFile in de.xima.fc.workflow.model.list_item_source
Methods in de.xima.fc.workflow.model.list_item_source that return MultiFileMethods in de.xima.fc.workflow.model.list_item_source with parameters of type MultiFile -
Uses of MultiFile in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return MultiFileModifier and TypeMethodDescriptionstatic 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) FcSendFormRecordMessageProps.getAttachments()Gets the attachments to send with the message.FcHttpRequestProps.getFilesToTransmit()FcCompressAsZipProps.getMultiFile()FcEmailProps.getMultiFile()FcReturnFileProps.getMultiFile()FcSaveToFileSystemProps.getMultiFile()FcSaveToWebDavProps.getMultiFile()Methods in de.xima.fc.workflow.model.nodes that return types with arguments of type MultiFileMethods in de.xima.fc.workflow.model.nodes with parameters of type MultiFileModifier and TypeMethodDescriptionvoidFcSendFormRecordMessageProps.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) Method parameters in de.xima.fc.workflow.model.nodes with type arguments of type MultiFileModifier and TypeMethodDescriptionvoidFcPromptQueryProps.setMultiFileParameters(Map<String, MultiFile> multiFileParameters) Sets the configured multi file parameters for the prompt query, indexed by their ID. -
Uses of MultiFile in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type MultiFileModifier and TypeMethodDescriptionIPromptQueryBuilder.addMultiFileParameter(String key, MultiFile value) Adds a multi file parameter to be passed to the prompt query upon execution.IEmailNodeBuilder.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.Method parameters in de.xima.fc.workflow.processor.factory with type arguments of type MultiFileModifier and TypeMethodDescriptionIPromptQueryBuilder.multiFileParameters(Map<String, MultiFile> multiFileParameters) Sets the multi file parameters to be passed to the prompt query upon execution. -
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
Subclasses with type arguments of type MultiFile in de.xima.fc.workflow.validation.constraintvalidatorsModifier and TypeClassDescriptionclassConstraint annotation validator forMultiFileSizeGroup.classDeprecated.Classes in de.xima.fc.workflow.validation.constraintvalidators that implement interfaces with type arguments of type MultiFileMethods in de.xima.fc.workflow.validation.constraintvalidators that return types with arguments of type MultiFileModifier and TypeMethodDescriptionMultiFileSizeGroupValidator.getFieldClass()MultiFileSizeIfValidator.getFieldClass()Deprecated.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) Deprecated.
GroupSequenceProviderinstead.