Package com.flowable.webdav.impl
Class WebDavServiceImpl
java.lang.Object
com.flowable.webdav.impl.WebDavServiceImpl
- All Implemented Interfaces:
WebDavService
@Transactional public class WebDavServiceImpl extends java.lang.Object implements WebDavService
-
Field Summary
Fields Modifier and Type Field Description protected com.flowable.core.content.api.CoreContentServicecoreContentServiceprotected PlatformContentItemServiceplatformContentItemServiceprotected WebDavFileServicewebDavFileService -
Constructor Summary
Constructors Constructor Description WebDavServiceImpl(com.flowable.core.content.api.CoreContentService coreContentService, WebDavFileService webDavFileService, PlatformContentItemService platformContentItemService) -
Method Summary
Modifier and Type Method Description protected java.lang.StringconvertContextPathToContentItemId(java.lang.String contextPath)com.ithit.webdav.server.HierarchyItemgetFile(java.lang.String contextPath)com.ithit.webdav.server.HierarchyItemgetRootFolder()
-
Field Details
-
coreContentService
protected com.flowable.core.content.api.CoreContentService coreContentService -
webDavFileService
-
platformContentItemService
-
-
Constructor Details
-
WebDavServiceImpl
public WebDavServiceImpl(com.flowable.core.content.api.CoreContentService coreContentService, WebDavFileService webDavFileService, PlatformContentItemService platformContentItemService)
-
-
Method Details
-
getRootFolder
public com.ithit.webdav.server.HierarchyItem getRootFolder()- Specified by:
getRootFolderin interfaceWebDavService
-
getFile
public com.ithit.webdav.server.HierarchyItem getFile(java.lang.String contextPath)- Specified by:
getFilein interfaceWebDavService
-
convertContextPathToContentItemId
protected java.lang.String convertContextPathToContentItemId(java.lang.String contextPath)
-