org.alfresco.service.cmr.webdav
Interface WebDavService

All Known Implementing Classes:
WebDavServiceImpl

public interface WebDavService


Method Summary
 java.lang.String getWebdavUrl(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.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.