Package de.xima.fc.workflow.model.nodes
Class FcFillWordProps
java.lang.Object
de.xima.fc.workflow.taglib.model.BaseActionProps
de.xima.fc.workflow.model.nodes.FcFillWordProps
- All Implemented Interfaces:
- IDescriptionProviding,- INameProviding,- IAttachToFormRecordProviding,- Serializable
public class FcFillWordProps
extends BaseActionProps
implements Serializable, IAttachToFormRecordProviding
Model class for the Word fill workflow action (
EWorkflowNodeType.FC_FILL_WORD).- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- 
Field SummaryFields inherited from interface de.xima.fc.entities.interfaces.IDescriptionProvidingATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTIONFields inherited from interface de.xima.fc.entities.interfaces.INameProvidingATTR_NAME, COL_NAME
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanvoidsetAttachToFormRecord(boolean attachToFormRecord) voidsetExportName(String exportName) voidsetSingleFile(SingleFile singleFile) Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionPropsgetBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
- 
Constructor Details- 
FcFillWordPropspublic 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.
 
- 
getSingleFile- Returns:
- The Word document to be filled with the form data.
 
- 
isAttachToFormRecordpublic boolean isAttachToFormRecord()- Specified by:
- isAttachToFormRecordin interface- IAttachToFormRecordProviding
- Returns:
- Whether files created by the workflow node are attached to the form record.
 
- 
setAttachToFormRecordpublic void setAttachToFormRecord(boolean attachToFormRecord) - Parameters:
- attachToFormRecord- Whether files created by the workflow node are attached to the form record.
 
- 
setExportName- Parameters:
- exportName- The file name of the Word document to be created. When empty, a file name is generated from the input file.
 
- 
setSingleFile- Parameters:
- singleFile- The Word document to be filled with the form data.
 
 
-