Class FcProvideResourceProps

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

public class FcProvideResourceProps extends BaseActionProps implements Serializable
Model class for the provide resource workflow action (EWorkflowNodeType.FC_PROVIDE_RESOURCE).
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • FcProvideResourceProps

      public FcProvideResourceProps()
  • Method Details

    • getExportName

      public String getExportName()
      Returns:
      The name of the file created from the given resource.
    • setExportName

      public void setExportName(String exportName)
      Parameters:
      exportName - The name of the file created from the given resource.
    • getFileProvision

      public FileProvision getFileProvision()
      Details for how to handle the provided files.
      Returns:
      Details for how to handle the provided files.
    • setFileProvision

      public void setFileProvision(FileProvision fileProvision)
      Details for how to handle the provided file.
      Parameters:
      fileProvision - Details for how to handle the provided file.
    • getSingleFile

      public SingleFile getSingleFile()
      Returns:
      The input file that is read and written to the given getExportName().
    • setSingleFile

      public void setSingleFile(SingleFile singleFile)
      Parameters:
      singleFile - The input file that is read and written to the given getExportName().