Uses of Class
de.xima.fc.workflow.model.nodes.FcCompressAsZipProps
-
-
Uses of FcCompressAsZipProps in de.xima.fc.workflow.designer.bpmn.node.action
Fields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcCompressAsZipProps Modifier and Type Field Description static IWorkflowNodeBpmnModeler<FcCompressAsZipProps>
FcCompressAsZipBpmnModeler. INSTANCE
The immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcCompressAsZipProps Modifier and Type Method Description protected String
FcCompressAsZipBpmnModeler. createDetails(IModelWorkflowNodeParams<FcCompressAsZipProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
protected String
FcCompressAsZipBpmnModeler. createName(IModelWorkflowNodeParams<FcCompressAsZipProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
-
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 IWorkflowNodeBpmnModeler<FcCompressAsZipProps>
FcCompressAsZipHandler. getBpmnModeler()
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)
-