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 MultiFile
ListItemSourcePropsFiles. getFiles()
Methods in de.xima.fc.workflow.model.list_item_source with parameters of type MultiFile Modifier and Type Method Description void
ListItemSourcePropsFiles. 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 MultiFile
MultiFile. forAttachmentSearch(String attachmentSearchName, EAttachmentSource... attachmentSources)
static MultiFile
MultiFile. forExternalUrls(String... urls)
static MultiFile
MultiFile. forFiles(Iterable<ResourceItem> resourceItems, Iterable<String> urls, Iterable<EAttachmentSource> attachmentSources, String attachmentSearchName)
static MultiFile
MultiFile. forResourceItems(ResourceItem... items)
MultiFile
FcHttpRequestProps. getFilesToTransmit()
MultiFile
FcCompressAsZipProps. getMultiFile()
MultiFile
FcEmailProps. getMultiFile()
MultiFile
FcReturnFileProps. getMultiFile()
MultiFile
FcSaveToFileSystemProps. getMultiFile()
MultiFile
FcSaveToWebDavProps. getMultiFile()
Methods in de.xima.fc.workflow.model.nodes with parameters of type MultiFile Modifier and Type Method Description void
FcHttpRequestProps. setFilesToTransmit(MultiFile filesToTransmit)
void
FcCompressAsZipProps. setMultiFile(MultiFile multiFile)
void
FcEmailProps. setMultiFile(MultiFile multiFile)
void
FcReturnFileProps. setMultiFile(MultiFile multiFile)
void
FcSaveToFileSystemProps. setMultiFile(MultiFile multiFile)
void
FcSaveToWebDavProps. 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 IEmailNodeBuilder
IEmailNodeBuilder. attachments(MultiFile attachments)
static WorkflowNode
WorkflowNodeFactory. compressAsZip(MultiFile multiFile, String compressedFileName)
Creates a new workflow node for aEWorkflowNodeType.FC_COMPRESS_AS_ZIP
that creates a ZIP file form the input files.static WorkflowNode
WorkflowNodeFactory. compressAsZip(MultiFile multiFile, String compressedFileName, boolean attachToFormRecord)
Creates a new workflow node for aEWorkflowNodeType.FC_COMPRESS_AS_ZIP
that creates a ZIP file form the input files.static WorkflowNode
WorkflowNodeFactory. compressAsZip(MultiFile multiFile, String compressedFileName, boolean attachToFormRecord, ECompressAsZipNamingScheme namingScheme)
Creates a new workflow node for aEWorkflowNodeType.FC_COMPRESS_AS_ZIP
that creates a ZIP file form the input files.static FcCompressAsZipProps
WorkflowNodePropsFactory. compressAsZip(MultiFile multiFile, String compressedFileName)
Creates a new workflow node model for aEWorkflowNodeType.FC_COMPRESS_AS_ZIP
that creates a ZIP file form the input files.static FcCompressAsZipProps
WorkflowNodePropsFactory. compressAsZip(MultiFile multiFile, String compressedFileName, boolean attachToFormRecord)
Creates a new workflow node model for aEWorkflowNodeType.FC_COMPRESS_AS_ZIP
that creates a ZIP file form the input files.static FcCompressAsZipProps
WorkflowNodePropsFactory. compressAsZip(MultiFile multiFile, String compressedFileName, boolean attachToFormRecord, ECompressAsZipNamingScheme namingScheme)
Creates a new workflow node model for aEWorkflowNodeType.FC_COMPRESS_AS_ZIP
that creates a ZIP file form the input files.static WorkflowNode
WorkflowNodeFactory. email(String from, Iterable<String> to, String subject, String htmlBody, String plainTextBody, MultiFile attachments)
Creates a new workflow node for aEWorkflowNodeType.FC_EMAIL
that sends an email to one or more recipients.static FcEmailProps
WorkflowNodePropsFactory. email(String from, Iterable<String> to, String subject, String htmlBody, String plainTextBody, MultiFile attachments)
Creates a new workflow node model for aEWorkflowNodeType.FC_EMAIL
that sends an email to one or more recipients.static WorkflowNode
WorkflowNodeFactory. emailHtml(String from, Iterable<String> to, String subject, String body, MultiFile attachments)
Creates a new workflow node for aEWorkflowNodeType.FC_EMAIL
that sends an HTML email to one or more recipients.static FcEmailProps
WorkflowNodePropsFactory. emailHtml(String from, Iterable<String> to, String subject, String body, MultiFile attachments)
Creates a new workflow node model for aEWorkflowNodeType.FC_EMAIL
that sends an HTML email to one or more recipients.static WorkflowNode
WorkflowNodeFactory. emailPlainText(String from, Iterable<String> to, String subject, String body, MultiFile attachments)
Creates a new workflow node for aEWorkflowNodeType.FC_EMAIL
that sends a plain text email to one or more recipients.static FcEmailProps
WorkflowNodePropsFactory. emailPlainText(String from, Iterable<String> to, String subject, String body, MultiFile attachments)
Creates a new workflow node model for aEWorkflowNodeType.FC_EMAIL
that sends a plain text email to one or more recipients.IHttpRequestNodeBuilder
IHttpRequestNodeBuilder. filesToTransmit(MultiFile filesToTransmit)
static WorkflowNode
WorkflowNodeFactory. returnFile(MultiFile files)
Creates a new workflow node for aEWorkflowNodeType.FC_RETURN_FILE
that sends the given files as the HTTP response.static WorkflowNode
WorkflowNodeFactory. returnFile(MultiFile files, boolean forceDownload)
Creates a new workflow node for aEWorkflowNodeType.FC_RETURN_FILE
that sends the given files as the HTTP response.static FcReturnFileProps
WorkflowNodePropsFactory. returnFile(MultiFile files)
Creates a new workflow node model for aEWorkflowNodeType.FC_RETURN_FILE
that sends the given files as the HTTP response.static FcReturnFileProps
WorkflowNodePropsFactory. returnFile(MultiFile files, boolean forceDownload)
Creates a new workflow node model for aEWorkflowNodeType.FC_RETURN_FILE
that sends the given files as the HTTP response.static WorkflowNode
WorkflowNodeFactory. saveToFileSystem(MultiFile files, String directory)
Creates a new workflow node for aEWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEM
that saves the given file to a directory on the file system.static WorkflowNode
WorkflowNodeFactory. saveToFileSystem(MultiFile files, String directory, boolean allowPathInPlaceholder)
Creates a new workflow node for aEWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEM
that saves the given file to a directory on the file system.static FcSaveToFileSystemProps
WorkflowNodePropsFactory. saveToFileSystem(MultiFile files, String directory)
Creates a new workflow node model for aEWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEM
that saves the given file to a directory on the file system.static FcSaveToFileSystemProps
WorkflowNodePropsFactory. saveToFileSystem(MultiFile files, String directory, boolean allowPathInPlaceholder)
Creates a new workflow node model for aEWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEM
that saves the given file to a directory on the file system.static WorkflowNode
WorkflowNodeFactory. saveToWebDav(MultiFile files, WebDavAccess conn, String path)
Creates a new workflow node for aEWorkflowNodeType.FC_SAVE_TO_WEB_DAV
that gives the given file to a directory on a chosen WebDAV.static WorkflowNode
WorkflowNodeFactory. saveToWebDav(MultiFile files, WebDavAccess conn, String path, boolean allowPathInPlaceholder)
Creates a new workflow node for aEWorkflowNodeType.FC_SAVE_TO_WEB_DAV
that gives the given file to a directory on a chosen WebDAV.static FcSaveToWebDavProps
WorkflowNodePropsFactory. saveToWebDav(MultiFile files, WebDavAccess conn, String path)
Creates a new workflow node model for aEWorkflowNodeType.FC_SAVE_TO_WEB_DAV
that gives the given file to a directory on a chosen WebDAV.static FcSaveToWebDavProps
WorkflowNodePropsFactory. saveToWebDav(MultiFile files, WebDavAccess conn, String path, boolean allowPathInPlaceholder)
Creates a new workflow node model for aEWorkflowNodeType.FC_SAVE_TO_WEB_DAV
that 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 specifiedMultiFile
instance. -
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 boolean
MultiFileSizeValidator. isValid(MultiFile value, javax.validation.ConstraintValidatorContext context)
protected boolean
MultiFileSizeGroupValidator. validate(MultiFile value, javax.validation.ConstraintValidatorContext context)
protected boolean
MultiFileSizeIfValidator. validate(MultiFile value, javax.validation.ConstraintValidatorContext context)
Deprecated.
-