Package org.alfresco.service.cmr.webdav
Interface WebDavService
- All Known Implementing Classes:
WebDavServiceImpl
public interface WebDavService
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines whether activity post generation is enabled for WebDAV.booleanIs the web dav service enabled?getWebdavUrl(NodeRef nodeRef) Get the WebDavUrl for the specified nodeRef
-
Method Details
-
getWebdavUrl
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
-