Package org.alfresco.service.cmr.webdav
Interface WebDavService
-
- All Known Implementing Classes:
WebDavServiceImpl
public interface WebDavService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanactivitiesEnabled()Determines whether activity post generation is enabled for WebDAV.booleangetEnabled()Is the web dav service enabled?java.lang.StringgetWebdavUrl(org.alfresco.service.cmr.repository.NodeRef nodeRef)Get the WebDavUrl for the specified nodeRef
-
-
-
Method Detail
-
getWebdavUrl
java.lang.String getWebdavUrl(org.alfresco.service.cmr.repository.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
-
-