Class FcSaveToWebDavProps

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

public class FcSaveToWebDavProps extends BaseActionProps implements Serializable
Model class for the save to a WebDav provider workflow action (EWorkflowNodeType.FC_SAVE_TO_WEB_DAV).
Since:
7.1.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • FcSaveToWebDavProps

      public FcSaveToWebDavProps()
  • Method Details

    • getMultiFile

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

      public String getPath()
      Returns:
      the specific path
    • getWebdavConnection

      public UuidEntityRef getWebdavConnection()
      Returns:
      The UUID from a persisted database connection
    • 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.
    • setMultiFile

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

      public void setPath(String path)
      Parameters:
      path - specifies with url full location
    • setWebdavConnection

      public void setWebdavConnection(UuidEntityRef webdavConnection)
      Parameters:
      webdavConnection - The UUID from a persisted WebDAV connection