Uses of Class
com.flowable.platform.service.content.FolderPath
-
Packages that use FolderPath Package Description com.flowable.platform.service.content -
-
Uses of FolderPath in com.flowable.platform.service.content
Methods in com.flowable.platform.service.content that return types with arguments of type FolderPath Modifier and Type Method Description List<FolderPath>
PlatformContentItemService. getParentPaths(CoreContentItem current, String parentFolderId)
List<FolderPath>
PlatformFolderItemService. getParentPaths(CoreContentItem current, String parentFolderId)
List<FolderPath>
FolderResponse. getPath()
Method parameters in com.flowable.platform.service.content with type arguments of type FolderPath Modifier and Type Method Description void
FolderResponse. setPath(List<FolderPath> path)
-