Uses of Enum
de.xima.fc.mdl.enums.ECompressAsZipNamingScheme
Packages that use ECompressAsZipNamingScheme
Package
Description
Commonly used enumeration that are mainly used in model classes.
-
Uses of ECompressAsZipNamingScheme in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ECompressAsZipNamingSchemeModifier and TypeMethodDescriptionstatic ECompressAsZipNamingScheme
Returns the enum constant of this type with the specified name.static ECompressAsZipNamingScheme[]
ECompressAsZipNamingScheme.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ECompressAsZipNamingScheme in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return ECompressAsZipNamingSchemeMethods in de.xima.fc.workflow.model.nodes with parameters of type ECompressAsZipNamingSchemeModifier and TypeMethodDescriptionvoid
FcCompressAsZipProps.setNamingScheme
(ECompressAsZipNamingScheme namingScheme) -
Uses of ECompressAsZipNamingScheme in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type ECompressAsZipNamingSchemeModifier and TypeMethodDescriptionstatic 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, 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.