Class FcCreateTextFileProps
java.lang.Object
de.xima.fc.workflow.taglib.model.BaseActionProps
de.xima.fc.workflow.model.nodes.FcCreateTextFileProps
- All Implemented Interfaces:
IDescriptionProviding, INameProviding, Serializable
The properties model for workflow nodes of type
EWorkflowNodeType.FC_CREATE_TEXT_FILE.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class BaseActionProps
BaseActionProps.name -
Field Summary
Fields inherited from interface IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTIONFields inherited from interface INameProviding
ATTR_NAME, COL_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDetails for how to handle the created text file.voidsetByteOrderMarkMode(EByteOrderMarkMode byteOrderMarkMode) voidsetCharset(Charset charset) voidsetContentType(ETextFileContentType contentType) voidsetFileContent(String fileContent) voidsetFileName(String fileName) voidsetTextFileProvision(FileProvision textFileProvision) Details for how to handle the created text file.Methods inherited from class BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Constructor Details
-
FcCreateTextFileProps
public FcCreateTextFileProps()
-
-
Method Details
-
getByteOrderMarkMode
- Returns:
- Whether to add a byte order mark at the beginning of the file.
-
setByteOrderMarkMode
- Parameters:
byteOrderMarkMode- Whether to add a byte order mark at the beginning of the file.
-
getCharset
- Returns:
- Charset used when creating the text file.
-
setCharset
- Parameters:
charset- Charset used when creating the text file.
-
getContentType
- Returns:
- The type of the file's content, used to escape placeholders properly.
-
setContentType
- Parameters:
contentType- The type of the file's content, used to escape placeholders properly.
-
getFileContent
- Returns:
- The plain text content of the file to be created, which may contain placeholders.
-
setFileContent
- Parameters:
fileContent- The plain text content of the file to be created, which may contain placeholders.
-
getFileName
- Returns:
- The name of the file to be created (without directories, but with the file extension). May contain placeholders. When empty, a file name is generated automatically.
-
setFileName
- Parameters:
fileName- The name of the file to be created (without directories, but with the file extension). May contain placeholders. When empty, a file name is generated automatically.
-
getTextFileProvision
Details for how to handle the created text file.- Returns:
- Details for how to handle the created text file.
-
setTextFileProvision
Details for how to handle the created text file.- Parameters:
textFileProvision- Details for how to handle the created text file.
-