Uses of Interface
de.xima.fc.workflow.processor.factory.ICreateTextFileNodeBuilder
Packages that use ICreateTextFileNodeBuilder
-
Uses of ICreateTextFileNodeBuilder in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return ICreateTextFileNodeBuilderModifier and TypeMethodDescriptionICreateTextFileNodeBuilder.attachToFormRecord
(boolean attachToFormRecord) ICreateTextFileNodeBuilder.bomMode
(EByteOrderMarkMode bomMode) 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.fileContent
(String fileContent)