Class FcExportToPersistenceProps

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

public class FcExportToPersistenceProps extends BaseActionProps implements IAttachToFormRecordProviding
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • FcExportToPersistenceProps

      public FcExportToPersistenceProps()
  • Method Details

    • getExportName

      public String getExportName()
      Returns:
      The name of the export file. When empty, a file name is generated with the extension xml.
    • 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.
    • setExportName

      public void setExportName(String exportName)
      Parameters:
      exportName - The name of the export file. When empty, a file name is generated with the extension xml.