Uses of Class
de.xima.fc.workflow.model.nodes.FcCreateTextFileProps
Packages that use FcCreateTextFileProps
Package
Description
-
Uses of FcCreateTextFileProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcCreateTextFilePropsMethod parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcCreateTextFilePropsModifier and TypeMethodDescriptionFcCreateTextFileHandler.execute
(INodeExecutionParams<FcCreateTextFileProps> params) FcCreateTextFileHandler.getElementSummaryKeyValueModel
(IGetElementSummaryParams<FcCreateTextFileProps> params) -
Uses of FcCreateTextFileProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcCreateTextFilePropsModifierConstructorDescriptionCreates a new executor for executing a "create text" file action with the given params. -
Uses of FcCreateTextFileProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcCreateTextFilePropsModifier and TypeMethodDescriptionICreateTextFileNodeBuilder.buildProps()
Creates a new properties model for a node that creates a text file.static FcCreateTextFileProps
WorkflowNodePropsFactory.createTextFile
(String fileName, String fileContent) Creates a new workflow node model for aEWorkflowNodeType.FC_CREATE_TEXT_FILE
that creates a text file with the given content and the default encoding.