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 booleanhasPath()protected String[]hierarchyPaths()protected booleanisRelativePath()
-
-
-
Method Detail
-
hasPath
protected boolean hasPath()
-
isRelativePath
protected boolean isRelativePath()
-
hierarchyPaths
protected String[] hierarchyPaths()
-
-