Class FcEncodeBase64Props

java.lang.Object
de.xima.fc.workflow.taglib.model.BaseActionProps
de.xima.fc.workflow.model.nodes.FcEncodeBase64Props
All Implemented Interfaces:
IDescriptionProviding, INameProviding, Serializable

public class FcEncodeBase64Props extends BaseActionProps implements Serializable
Model class for the PDF fill workflow action (EWorkflowNodeType.FC_ENCODE_BASE64).
Since:
7.2.1
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • FcEncodeBase64Props

      public FcEncodeBase64Props()
  • Method Details

    • getSingleFile

      public SingleFile getSingleFile()
      Returns:
      The file to be encoded
    • setSingleFile

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