Package | Description |
---|---|
com.gentics.contentnode.rest.model.response | |
com.gentics.contentnode.rest.resource |
Modifier and Type | Class and Description |
---|---|
class |
FolderUsageListResponse
Response for a folder usage request.
|
Modifier and Type | Method and Description |
---|---|
FolderListResponse |
FolderResource.getBreadcrumb(String id,
Integer nodeId,
boolean includeWastebin,
boolean includeTags)
Load the breadcrumb to the given folder
|
FolderListResponse |
FolderResource.getFolders(FolderListRequest folderListRequest)
Get the list of folders in this folder
|
FolderListResponse |
FolderResource.getFolders(String id,
Integer nodeId,
int skipCount,
int maxItems,
boolean recursive,
String sortBy,
String sortOrder,
Boolean inherited,
String search,
String editor,
String creator,
int editedBefore,
int editedSince,
int createdBefore,
int createdSince,
boolean tree,
List<String> recursiveIds,
boolean addPrivileges,
WastebinSearch wastebinSearch)
Get the list of folders in this folder
|
Copyright © 2016 Gentics Software. All rights reserved.