Uses of Class
com.flowable.platform.service.content.FolderResponse
-
Packages that use FolderResponse Package Description com.flowable.platform.service.content -
-
Uses of FolderResponse in com.flowable.platform.service.content
Methods in com.flowable.platform.service.content that return FolderResponse Modifier and Type Method Description FolderResponse
PlatformContentItemService. getChildFolderItems(String contentItemId, String parentFolderId, Boolean showFolders, String sort, String order)
FolderResponse
PlatformFolderItemService. getChildFolderItems(String contentItemId, String parentFolderId, Boolean showFolders)
FolderResponse
PlatformContentItemService. getChildFolderTreeItems(String folderTreeValue, String sort, String order)
FolderResponse
PlatformFolderItemService. getChildFolderTreeItems(String folderTreeValue)
FolderResponse
PlatformContentItemService. getFolderItemsForScope(String scopeId, String scopeType, String sort, String order)
FolderResponse
PlatformFolderItemService. getFolderItemsForScope(String scopeId, String scopeType)
-