Class FcSaveToFileSystemProps

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

public class FcSaveToFileSystemProps extends BaseActionProps implements Serializable
Model class for the save to file system workflow action (EWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEM).
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • FcSaveToFileSystemProps

      public FcSaveToFileSystemProps()
  • Method Details

    • getExportDirectory

      public String getExportDirectory()
      Returns:
      the directory, where the given files from the action to be saved
    • getMultiFile

      public MultiFile getMultiFile()
      Returns:
      a resource of type MultiFile
    • isAllowPathInPlaceholder

      public boolean isAllowPathInPlaceholder()
      Returns:
      If true, then a path specification will be allowed inside placeholder, otherwise path segmentation will be removed inside placeholder.
    • setAllowPathInPlaceholder

      public void setAllowPathInPlaceholder(boolean allowPathInPlaceholder)
      Parameters:
      allowPathInPlaceholder - If true, then a path specification will be allowed inside placeholder, otherwise path segmentation will be removed inside placeholder.
    • setExportDirectory

      public void setExportDirectory(String exportDir)
      Parameters:
      exportDir - the directory, where the given files from the action to be saved
    • setMultiFile

      public void setMultiFile(MultiFile multiFile)
      Parameters:
      multiFile - a resource of type MultiFile