Uses of Class
com.flowable.platform.service.content.FolderItem
-
Packages that use FolderItem Package Description com.flowable.platform.service.content -
-
Uses of FolderItem in com.flowable.platform.service.content
Methods in com.flowable.platform.service.content that return types with arguments of type FolderItem Modifier and Type Method Description List<FolderItem>PlatformContentItemService. getChildContentItems(String contentItemId, Boolean showFolders)List<FolderItem>PlatformFolderItemService. getChildContentItems(String contentItemId, Boolean showFolders)Deprecated.List<FolderItem>FolderResponse. getContent()List<FolderItem>PlatformContentItemService. getFirstLevelContentItems(String contentItemId)List<FolderItem>PlatformFolderItemService. getFirstLevelContentItems(String contentItemId)Deprecated.Methods in com.flowable.platform.service.content with parameters of type FolderItem Modifier and Type Method Description booleanPlatformContentItemService. isReadOnly(FolderItem f)booleanPlatformFolderItemService. isReadOnly(FolderItem f)Deprecated.Method parameters in com.flowable.platform.service.content with type arguments of type FolderItem Modifier and Type Method Description protected voidPlatformContentItemService. addChildFiles(String contentItemId, List<FolderItem> childFiles)voidFolderResponse. setContent(List<FolderItem> content)
-