Interface WebDavService

All Known Implementing Classes:
WebDavServiceImpl

public interface WebDavService
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Determines whether activity post generation is enabled for WebDAV.
    boolean
    Is the web dav service enabled?
    Get the WebDavUrl for the specified nodeRef
  • Method Details

    • getWebdavUrl

      String getWebdavUrl(NodeRef nodeRef)
      Get the WebDavUrl for the specified nodeRef
      Parameters:
      nodeRef - the node that the webdav URL (or null)
      Returns:
      the URL of the node in webdav or "" if a URL cannot be built.
    • activitiesEnabled

      boolean activitiesEnabled()
      Determines whether activity post generation is enabled for WebDAV. When enabled, file creation, modification and deletion will create activities that can be viewed in the Share web client.
      Returns:
      true if activity generation is enabled.
    • getEnabled

      boolean getEnabled()
      Is the web dav service enabled?
      Returns:
      true, is enabled