Class FcExportToPersistenceProps

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

public class FcExportToPersistenceProps extends BaseActionProps
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.
    • 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.
    • getPersistenceFileProvision

      public FileProvision getPersistenceFileProvision()
      Details for how to handle the created persistence file.
      Returns:
      Details for how to handle the created persistence file.
    • setPersistenceFileProvision

      public void setPersistenceFileProvision(FileProvision persistenceFileProvision)
      Details for how to handle the created persistence file.
      Parameters:
      persistenceFileProvision - Details for how to handle the created persistence file.