Class FcSaveToWebDavProps

    • Constructor Detail

      • FcSaveToWebDavProps

        public FcSaveToWebDavProps()
    • Method Detail

      • 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