Uses of Class
de.xima.fc.workflow.model.nodes.FcCompressAsZipProps
-
Packages that use FcCompressAsZipProps Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor de.xima.fc.workflow.processor.factory de.xima.fc.workflow.retval.node -
-
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 FcCompressAsZipProps Modifier and Type Method Description Class<FcCompressAsZipProps>
FcCompressAsZipHandler. getDataModelClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcCompressAsZipProps Modifier and Type Method Description INormalCompletionResult
FcCompressAsZipHandler. execute(INodeExecutionParams<FcCompressAsZipProps> params)
ISummaryKeyValueModel
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 FcCompressAsZipProps Constructor Description FcCompressAsZipExecutor(INodeExecutionParams<FcCompressAsZipProps> params)
Creates 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 FcCompressAsZipProps Modifier and Type Method Description static 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. -
Uses of FcCompressAsZipProps in de.xima.fc.workflow.retval.node
Methods in de.xima.fc.workflow.retval.node with parameters of type FcCompressAsZipProps Modifier and Type Method Description default IFileProvision
IFcCompressAsZipDescriptors. extractSingleFileProvision(FcCompressAsZipProps props)
-