Uses of Class
de.xima.fc.workflow.model.nodes.FcCreateTextFileProps
-
-
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 FcCreateTextFileProps Modifier and Type Method Description Class<FcCreateTextFileProps>
FcCreateTextFileHandler. getDataModelClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcCreateTextFileProps Modifier and Type Method Description INormalCompletionResult
FcCreateTextFileHandler. execute(INodeExecutionParams<FcCreateTextFileProps> params)
ISummaryKeyValueModel
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 FcCreateTextFileProps Constructor Description FcCreateTextFileExecutor(INodeExecutionParams<FcCreateTextFileProps> params)
Creates a new executor for executing a "create text" file action with the given params. -
Uses of FcCreateTextFileProps in de.xima.fc.workflow.model.nodes
Method parameters in de.xima.fc.workflow.model.nodes with type arguments of type FcCreateTextFileProps Modifier and Type Method Description void
FcCreateTextFileProps.ValidationGroup. addGroups(BaseGroupSequenceProvider.IGroupBuilder<FcCreateTextFileProps> builder)
-
Uses of FcCreateTextFileProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcCreateTextFileProps Modifier and Type Method Description FcCreateTextFileProps
ICreateTextFileNodeBuilder. 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. -
Uses of FcCreateTextFileProps in de.xima.fc.workflow.retval.node
Methods in de.xima.fc.workflow.retval.node with parameters of type FcCreateTextFileProps Modifier and Type Method Description default IFileProvision
IFcCreateTextFileDescriptors. extractSingleFileProvision(FcCreateTextFileProps props)
-