Package | Description |
---|---|
com.gentics.contentnode.rest.model.request | |
com.gentics.contentnode.rest.resource | |
com.gentics.contentnode.rest.resource.parameter |
Modifier and Type | Method and Description |
---|---|
WastebinSearch |
FolderListRequest.getWastebin()
exclude (default) to exclude deleted objects, include to include deleted objects, only to return only deleted objects
|
static WastebinSearch |
WastebinSearch.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WastebinSearch[] |
WastebinSearch.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FolderListRequest.setWastebin(WastebinSearch wastebin)
Set the wastebin search option
|
Modifier and Type | Method and Description |
---|---|
FileListResponse |
FolderResource.getFiles(String folderId,
int skipCount,
int maxItems,
Integer nodeId,
String search,
boolean recursive,
String sortBy,
String sortOrder,
String editor,
String creator,
int editedBefore,
int editedSince,
int createdBefore,
int createdSince,
Boolean inherited,
Boolean online,
Boolean broken,
Boolean used,
List<Integer> usedIn,
WastebinSearch wastebinSearch)
get a list of files for 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,
boolean privilegeMap,
WastebinSearch wastebinSearch)
Get the list of folders in this folder
|
FileListResponse |
FolderResource.getImages(String folderId,
int skipCount,
int maxItems,
Integer nodeId,
String search,
boolean recursive,
String sortBy,
String sortOrder,
String editor,
String creator,
int editedBefore,
int editedSince,
int createdBefore,
int createdSince,
Boolean inherited,
Boolean online,
Boolean broken,
Boolean used,
List<Integer> usedIn,
WastebinSearch wastebinSearch)
get a list of images for this folder
|
FolderObjectCountResponse |
FolderResource.getObjectCounts(Integer id,
Integer nodeId,
String language,
boolean recursive,
Boolean inherited,
WastebinSearch wastebinSearch)
Get the object counts for objects in the specified folder
|
Modifier and Type | Field and Description |
---|---|
WastebinSearch |
PageListParameterBean.wastebinSearch
exclude (default) to exclude deleted objects, include to include deleted
objects, only to return only deleted objects
|
Modifier and Type | Method and Description |
---|---|
PageListParameterBean |
PageListParameterBean.setWastebinSearch(WastebinSearch wastebinSearch) |
Copyright © 2018 Gentics Software. All rights reserved.