Class FcProcessLogPdfProps

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

public final class FcProcessLogPdfProps extends BaseActionProps implements Serializable, IAttachToFormRecordProviding
Model class for the process history pdf workflow action (EWorkflowNodeType.FC_PROCESS_LOG_PDF).
Since:
7.2.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • FcProcessLogPdfProps

      public FcProcessLogPdfProps()
  • Method Details

    • getFileName

      public String getFileName()
      Gets the file name
      Returns:
      the file name
    • setFileName

      public void setFileName(String fileName)
      Sets the file name
      Parameters:
      fileName - the file name
    • isAttachToFormRecord

      public boolean isAttachToFormRecord()
      Specified by:
      isAttachToFormRecord in interface IAttachToFormRecordProviding
      Returns:
      Whether files created by the workflow node are attached to the form record.
    • setAttachToFormRecord

      public void setAttachToFormRecord(boolean attachToFormRecord)
      Parameters:
      attachToFormRecord - Whether files created by the workflow node are attached to the form record.