Uses of Class
de.xima.fc.mdl.enums.ECompressAsZipNamingScheme
-
Packages that use ECompressAsZipNamingScheme Package Description de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.workflow.model.nodes de.xima.fc.workflow.processor.factory -
-
Uses of ECompressAsZipNamingScheme in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ECompressAsZipNamingScheme Modifier and Type Method Description static ECompressAsZipNamingScheme
ECompressAsZipNamingScheme. valueOf(String name)
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 ECompressAsZipNamingScheme Modifier and Type Method Description ECompressAsZipNamingScheme
FcCompressAsZipProps. getNamingScheme()
Methods in de.xima.fc.workflow.model.nodes with parameters of type ECompressAsZipNamingScheme Modifier and Type Method Description void
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 ECompressAsZipNamingScheme Modifier and Type Method Description 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.
-