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)
FolderResponse
PlatformFolderItemService. getChildFolderItems(String contentItemId, String parentFolderId, Boolean showFolders)
FolderResponse
PlatformContentItemService. getChildFolderTreeItems(String folderTreeValue)
FolderResponse
PlatformFolderItemService. getChildFolderTreeItems(String folderTreeValue)
Deprecated.FolderResponse
PlatformContentItemService. getFolderItemsForScope(String scopeId, String scopeType)
FolderResponse
PlatformFolderItemService. getFolderItemsForScope(String scopeId, String scopeType)
-