Uses of Interface
org.alfresco.service.cmr.webdav.WebDavService
-
Packages that use WebDavService Package Description org.alfresco.heartbeat org.alfresco.repo.service org.alfresco.repo.webdav org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of WebDavService in org.alfresco.heartbeat
Methods in org.alfresco.heartbeat with parameters of type WebDavService Modifier and Type Method Description voidConfigurationDataCollector. setWebdavService(WebDavService webdavService) -
Uses of WebDavService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return WebDavService Modifier and Type Method Description WebDavServiceServiceDescriptorRegistry. getWebDavService() -
Uses of WebDavService in org.alfresco.repo.webdav
Classes in org.alfresco.repo.webdav that implement WebDavService Modifier and Type Class Description classWebDavServiceImplThe WebDav client is used by the repository to generate webdav URLs -
Uses of WebDavService in org.alfresco.service
Methods in org.alfresco.service that return WebDavService Modifier and Type Method Description WebDavServiceServiceRegistry. getWebDavService()Deprecated.This method has been deprecated as it would return a service that is not part of the public API.
-