Uses of Class
de.xima.fc.workflow.model.nodes.FcCreateTextFileProps
- 
Packages that use FcCreateTextFileProps Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor de.xima.fc.workflow.processor.factory  - 
- 
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.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcCreateTextFileProps Modifier and Type Method Description FcCreateTextFilePropsICreateTextFileNodeBuilder. buildProps()Creates a new properties model for a node that creates a text file.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. 
 -