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 ECompressAsZipNamingSchemeECompressAsZipNamingScheme. 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 ECompressAsZipNamingSchemeFcCompressAsZipProps. getNamingScheme()Methods in de.xima.fc.workflow.model.nodes with parameters of type ECompressAsZipNamingScheme Modifier and Type Method Description voidFcCompressAsZipProps. 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 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, boolean attachToFormRecord, ECompressAsZipNamingScheme namingScheme)Creates a new workflow node model for aEWorkflowNodeType.FC_COMPRESS_AS_ZIPthat creates a ZIP file form the input files.
-