Uses of Class
com.flowable.platform.service.content.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 java.util.List<FolderItem>
PlatformFolderItemService. getChildContentItems(java.lang.String contentItemId, java.lang.Boolean showFolders)
java.util.List<FolderItem>
FolderResponse. getContent()
java.util.List<FolderItem>
PlatformFolderItemService. getFirstLevelContentItems(java.lang.String contentItemId)
Methods in com.flowable.platform.service.content with parameters of type FolderItem Modifier and Type Method Description boolean
PlatformFolderItemService. isReadOnly(FolderItem f)
Method parameters in com.flowable.platform.service.content with type arguments of type FolderItem Modifier and Type Method Description protected void
PlatformFolderItemService. addChildFiles(java.lang.String contentItemId, java.util.List<FolderItem> childFiles)
void
FolderResponse. setContent(java.util.List<FolderItem> content)