Uses of Class
com.flowable.platform.service.content.FolderResponse
-
Uses of FolderResponse in com.flowable.platform.service.content
Modifier and TypeMethodDescriptionPlatformContentItemService.getChildFolderItems
(String contentItemId, String parentFolderId, Boolean showFolders, String sort, String order) PlatformFolderItemService.getChildFolderItems
(String contentItemId, String parentFolderId, Boolean showFolders) Deprecated.PlatformContentItemService.getChildFolderTreeItems
(String folderTreeValue, String sort, String order) PlatformFolderItemService.getChildFolderTreeItems
(String folderTreeValue) PlatformContentItemService.getFolderItemsForScope
(String scopeId, String scopeType, String sort, String order) PlatformFolderItemService.getFolderItemsForScope
(String scopeId, String scopeType)
PlatformContentItemService.getChildFolderItems(String, String, Boolean, String, String)