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 ICreateTextFileNodeBuilder
ICreateTextFileNodeBuilder. attachToFormRecord(boolean attachToFormRecord)
ICreateTextFileNodeBuilder
ICreateTextFileNodeBuilder. bomMode(EByteOrderMarkMode bomMode)
ICreateTextFileNodeBuilder
ICreateTextFileNodeBuilder. charset(Charset charset)
ICreateTextFileNodeBuilder
ICreateTextFileNodeBuilder. contentType(ETextFileContentType contentType)
static ICreateTextFileNodeBuilder
WorkflowNodeFactory. createTextFile()
Creates a new builder for configuring a workflow node for aEWorkflowNodeType.FC_CREATE_TEXT_FILE
that creates a text file with the given content and the default encoding.static ICreateTextFileNodeBuilder
WorkflowNodePropsFactory. createTextFile()
Creates a new builder for configuring a workflow node for aEWorkflowNodeType.FC_CREATE_TEXT_FILE
that creates a text file with the given content and the default encoding.ICreateTextFileNodeBuilder
ICreateTextFileNodeBuilder. fileContent(String fileContent)
ICreateTextFileNodeBuilder
ICreateTextFileNodeBuilder. fileName(String fileName)
-