Uses of Interface
de.xima.fc.workflow.processor.factory.ICreateTextFileNodeBuilder
- 
Packages that use ICreateTextFileNodeBuilder Package Description de.xima.fc.workflow.processor.factory  - 
- 
Uses of ICreateTextFileNodeBuilder in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return ICreateTextFileNodeBuilder Modifier and Type Method Description ICreateTextFileNodeBuilderICreateTextFileNodeBuilder. attachToFormRecord(boolean attachToFormRecord)ICreateTextFileNodeBuilderICreateTextFileNodeBuilder. bomMode(EByteOrderMarkMode bomMode)ICreateTextFileNodeBuilderICreateTextFileNodeBuilder. charset(Charset charset)ICreateTextFileNodeBuilderICreateTextFileNodeBuilder. contentType(ETextFileContentType contentType)static ICreateTextFileNodeBuilderWorkflowNodeFactory. createTextFile()Creates a new builder for configuring a workflow node for aEWorkflowNodeType.FC_CREATE_TEXT_FILEthat creates a text file with the given content and the default encoding.ICreateTextFileNodeBuilderICreateTextFileNodeBuilder. fileContent(String fileContent)ICreateTextFileNodeBuilderICreateTextFileNodeBuilder. fileName(String fileName) 
 -