Uses of Class
com.flowable.platform.service.content.FolderItem
-
Uses of FolderItem in com.flowable.platform.service.content
Modifier and TypeMethodDescriptionPlatformContentItemService.getChildContentItems
(String contentItemId, Boolean showFolders, String sort, String order) PlatformFolderItemService.getChildContentItems
(String contentItemId, Boolean showFolders) Deprecated.FolderResponse.getContent()
PlatformContentItemService.getFirstLevelContentItems
(String contentItemId, String sort, String order) PlatformFolderItemService.getFirstLevelContentItems
(String contentItemId) Modifier and TypeMethodDescriptionboolean
PlatformContentItemService.isReadOnly
(FolderItem f) boolean
PlatformFolderItemService.isReadOnly
(FolderItem f) Deprecated.Modifier and TypeMethodDescriptionprotected void
PlatformContentItemService.addChildFiles
(String contentItemId, List<FolderItem> childFiles) void
FolderResponse.setContent
(List<FolderItem> content)
PlatformContentItemService.getChildContentItems(String, Boolean, String, String)