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. INSTANCEThe 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 StringFcCompressAsZipBpmnModeler. createDetails(IModelWorkflowNodeParams<FcCompressAsZipProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)protected StringFcCompressAsZipBpmnModeler. 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 INormalCompletionResultFcCompressAsZipHandler. execute(INodeExecutionParams<FcCompressAsZipProps> params)ISummaryKeyValueModelFcCompressAsZipHandler. 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 FcCompressAsZipPropsWorkflowNodePropsFactory. compressAsZip(MultiFile multiFile, String compressedFileName)Creates a new workflow node model for aEWorkflowNodeType.FC_COMPRESS_AS_ZIPthat creates a ZIP file form the input files.static FcCompressAsZipPropsWorkflowNodePropsFactory. compressAsZip(MultiFile multiFile, String compressedFileName, boolean attachToFormRecord)Creates a new workflow node model 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. - 
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 IFileProvisionIFcCompressAsZipDescriptors. extractSingleFileProvision(FcCompressAsZipProps props) 
 -