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