Class FcFillWordProps
java.lang.Object
de.xima.fc.workflow.taglib.model.BaseActionProps
de.xima.fc.workflow.model.nodes.FcFillWordProps
- All Implemented Interfaces:
IDescriptionProviding, INameProviding, Serializable
Model class for the Word fill workflow action (
EWorkflowNodeType.FC_FILL_WORD).- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested 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 Word file.voidsetExportName(String exportName) voidsetSingleFile(SingleFile singleFile) voidsetWordFileProvision(FileProvision wordFileProvision) Details for how to handle the created Word file.Methods inherited from class BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Constructor Details
-
FcFillWordProps
public FcFillWordProps()
-
-
Method Details
-
getExportName
- Returns:
- The file name of the Word document to be created. When empty, a file name is generated from the input file.
-
setExportName
- Parameters:
exportName- The file name of the Word document to be created. When empty, a file name is generated from the input file.
-
getSingleFile
- Returns:
- The Word document to be filled with the form data.
-
setSingleFile
- Parameters:
singleFile- The Word document to be filled with the form data.
-
getWordFileProvision
Details for how to handle the created Word file.- Returns:
- Details for how to handle the Word file.
-
setWordFileProvision
Details for how to handle the created Word file.- Parameters:
wordFileProvision- Details for how to handle the created Word file.
-