Uses of Interface
de.xima.fc.workflow.processor.factory.ICreateTextFileNodeBuilder
Packages that use ICreateTextFileNodeBuilder
-
Uses of ICreateTextFileNodeBuilder in de.xima.fc.workflow.processor.factory
Subinterfaces with type arguments of type ICreateTextFileNodeBuilder in de.xima.fc.workflow.processor.factoryModifier and TypeInterfaceDescriptioninterfaceBuilder for configuring aEWorkflowNodeType.FC_CREATE_TEXT_FILEaction.Methods in de.xima.fc.workflow.processor.factory that return ICreateTextFileNodeBuilderModifier and TypeMethodDescriptionICreateTextFileNodeBuilder.attachmentAccessibleToEndUser(boolean attachToFormRecord) default ICreateTextFileNodeBuilderICreateTextFileNodeBuilder.attachToFormRecord()Attaches the created text file to the form record.ICreateTextFileNodeBuilder.attachToFormRecord(boolean attachToFormRecord) ICreateTextFileNodeBuilder.bomMode(EByteOrderMarkMode bomMode) ICreateTextFileNodeBuilder.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.static ICreateTextFileNodeBuilderWorkflowNodePropsFactory.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.ICreateTextFileNodeBuilder.fileContent(String fileContent) ICreateTextFileNodeBuilder.textFileProvision(FileProvision bodyFileProvision) Sets the options for how to handle the text file.