Class PlatformContentItemService.CustomFolderPath
- java.lang.Object
-
- com.flowable.platform.service.content.PlatformContentItemService.CustomFolderPath
-
- Direct Known Subclasses:
PlatformFolderItemService.CustomFolderPath
- Enclosing class:
- PlatformContentItemService
public static class PlatformContentItemService.CustomFolderPath extends Object
-
-
Constructor Summary
Constructors Constructor Description CustomFolderPath(String path, String tenantId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
hasPath()
protected String[]
hierarchyPaths()
protected boolean
isRelativePath()
-
-
-
Method Detail
-
hasPath
protected boolean hasPath()
-
isRelativePath
protected boolean isRelativePath()
-
hierarchyPaths
protected String[] hierarchyPaths()
-
-