Package | Description |
---|---|
com.flowable.platform.service.content |
Modifier and Type | Method and Description |
---|---|
List<FolderItem> |
PlatformFolderItemService.getChildContentItems(String contentItemId,
Boolean showFolders) |
List<FolderItem> |
FolderResponse.getContent() |
List<FolderItem> |
PlatformFolderItemService.getFirstLevelContentItems(String contentItemId) |
Modifier and Type | Method and Description |
---|---|
boolean |
PlatformFolderItemService.isReadOnly(FolderItem f) |
Modifier and Type | Method and Description |
---|---|
protected void |
PlatformFolderItemService.addChildFiles(String contentItemId,
List<FolderItem> childFiles) |
void |
FolderResponse.setContent(List<FolderItem> content) |