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 INormalCompletionResultFcCreateTextFileHandler. execute(INodeExecutionParams<FcCreateTextFileProps> params)ISummaryKeyValueModelFcCreateTextFileHandler. 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 voidFcCreateTextFileProps.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 static FcCreateTextFilePropsWorkflowNodePropsFactory. createTextFile(String fileName, String fileContent)Creates a new workflow node model for aEWorkflowNodeType.FC_CREATE_TEXT_FILEthat 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 IFileProvisionIFcCreateTextFileDescriptors. extractSingleFileProvision(FcCreateTextFileProps props)
-