Uses of Class
de.xima.fc.workflow.model.nodes.FcSaveToFileSystemProps
-
-
Uses of FcSaveToFileSystemProps in de.xima.fc.workflow.designer.bpmn.node.action
Fields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcSaveToFileSystemProps Modifier and Type Field Description static IWorkflowNodeBpmnModeler<FcSaveToFileSystemProps>FcSaveToFileSystemBpmnModeler. INSTANCEThe immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcSaveToFileSystemProps Modifier and Type Method Description protected StringFcSaveToFileSystemBpmnModeler. createDetails(IModelWorkflowNodeParams<FcSaveToFileSystemProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)protected StringFcSaveToFileSystemBpmnModeler. createName(IModelWorkflowNodeParams<FcSaveToFileSystemProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) -
Uses of FcSaveToFileSystemProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcSaveToFileSystemProps Modifier and Type Method Description IWorkflowNodeBpmnModeler<FcSaveToFileSystemProps>FcSaveToFileSystemHandler. getBpmnModeler()Class<FcSaveToFileSystemProps>FcSaveToFileSystemHandler. getDataModelClass()Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcSaveToFileSystemProps Modifier and Type Method Description INormalCompletionResultFcSaveToFileSystemHandler. execute(INodeExecutionParams<FcSaveToFileSystemProps> params)ISummaryKeyValueModelFcSaveToFileSystemHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcSaveToFileSystemProps> params) -
Uses of FcSaveToFileSystemProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcSaveToFileSystemProps Constructor Description FcSaveToFileSystemExecutor(INodeExecutionParams<FcSaveToFileSystemProps> params)Creates a new executor for executing a save to file system action with the given params. -
Uses of FcSaveToFileSystemProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcSaveToFileSystemProps Modifier and Type Method Description static FcSaveToFileSystemPropsWorkflowNodePropsFactory. saveToFileSystem(MultiFile files, String directory)Creates a new workflow node model for aEWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEMthat saves the given file to a directory on the file system.static FcSaveToFileSystemPropsWorkflowNodePropsFactory. saveToFileSystem(MultiFile files, String directory, boolean allowPathInPlaceholder)Creates a new workflow node model for aEWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEMthat saves the given file to a directory on the file system.
-