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.CoreContentService
coreContentService
protected PlatformContentItemService
platformContentItemService
protected WebDavFileService
webDavFileService
-
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.String
convertContextPathToContentItemId(java.lang.String contextPath)
com.ithit.webdav.server.HierarchyItem
getFile(java.lang.String contextPath)
com.ithit.webdav.server.HierarchyItem
getRootFolder()
-
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:
getRootFolder
in interfaceWebDavService
-
getFile
public com.ithit.webdav.server.HierarchyItem getFile(java.lang.String contextPath)- Specified by:
getFile
in interfaceWebDavService
-
convertContextPathToContentItemId
protected java.lang.String convertContextPathToContentItemId(java.lang.String contextPath)
-