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

public class FcFillWordProps extends BaseActionProps implements Serializable
Model class for the Word fill workflow action (EWorkflowNodeType.FC_FILL_WORD).
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • FcFillWordProps

      public FcFillWordProps()
  • Method Details

    • getExportName

      public String getExportName()
      Returns:
      The file name of the Word document to be created. When empty, a file name is generated from the input file.
    • setExportName

      public void setExportName(String exportName)
      Parameters:
      exportName - The file name of the Word document to be created. When empty, a file name is generated from the input file.
    • getSingleFile

      public SingleFile getSingleFile()
      Returns:
      The Word document to be filled with the form data.
    • setSingleFile

      public void setSingleFile(SingleFile singleFile)
      Parameters:
      singleFile - The Word document to be filled with the form data.
    • getWordFileProvision

      public FileProvision getWordFileProvision()
      Details for how to handle the created Word file.
      Returns:
      Details for how to handle the Word file.
    • setWordFileProvision

      public void setWordFileProvision(FileProvision wordFileProvision)
      Details for how to handle the created Word file.
      Parameters:
      wordFileProvision - Details for how to handle the created Word file.