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 boolean
PlatformContentItemService. isReadOnly(FolderItem f)
boolean
PlatformFolderItemService. isReadOnly(FolderItem f)
Deprecated.Method parameters in com.flowable.platform.service.content with type arguments of type FolderItem Modifier and Type Method Description protected void
PlatformContentItemService. addChildFiles(String contentItemId, List<FolderItem> childFiles)
void
FolderResponse. setContent(List<FolderItem> content)
-