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 ECompressAsZipNamingSchemeReturns 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 TypeMethodDescriptionvoidFcCompressAsZipProps.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 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.