Package | Description |
---|---|
com.gentics.contentnode.rest.model.request | |
com.gentics.contentnode.rest.resource |
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,
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,
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
|
PageListResponse |
FolderResource.getPages(String id,
Integer skipCount,
Integer maxItems,
Integer nodeId,
boolean template,
boolean folder,
boolean languageVariants,
String language,
boolean langFallback,
boolean contentTags,
boolean objectTags,
String search,
boolean searchContent,
String filename,
boolean recursive,
String sortBy,
String sortOrder,
boolean isEditor,
boolean isCreator,
boolean isPublisher,
String editor,
String creator,
String publisher,
int timeDue,
boolean workflowOwn,
boolean workflowWatch,
Boolean inSync,
boolean translationStatus,
List<PageStatus> status,
List<Permission> permission,
int priority,
List<Integer> templateIds,
int editedBefore,
int editedSince,
int createdBefore,
int createdSince,
int publishedBefore,
int publishedSince,
Boolean inherited,
WastebinSearch wastebinSearch)
get a list of pages for this folder
|
Copyright © 2017 Gentics Software. All rights reserved.