Uses of Class
de.xima.fc.workflow.model.nodes.FcCompressAsZipProps
Packages that use FcCompressAsZipProps
Package
Description
-
Uses of FcCompressAsZipProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcCompressAsZipPropsMethod parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcCompressAsZipPropsModifier and TypeMethodDescriptionFcCompressAsZipHandler.execute
(INodeExecutionParams<FcCompressAsZipProps> params) FcCompressAsZipHandler.getElementSummaryKeyValueModel
(IGetElementSummaryParams<FcCompressAsZipProps> params) -
Uses of FcCompressAsZipProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcCompressAsZipPropsModifierConstructorDescriptionCreates a new executor for executing a compress as ZIP action with the given params. -
Uses of FcCompressAsZipProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcCompressAsZipPropsModifier and TypeMethodDescriptionstatic 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.