Uses of Class
de.xima.fc.workflow.model.nodes.FcSaveToFileSystemProps
Packages that use FcSaveToFileSystemProps
Package
Description
- 
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 FcSaveToFileSystemPropsMethod parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcSaveToFileSystemPropsModifier and TypeMethodDescriptionFcSaveToFileSystemHandler.execute(INodeExecutionParams<FcSaveToFileSystemProps> params) FcSaveToFileSystemHandler.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 FcSaveToFileSystemPropsModifierConstructorDescriptionCreates 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 FcSaveToFileSystemPropsModifier and TypeMethodDescriptionstatic 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.