Package | Description |
---|---|
com.gentics.contentnode.rest.model.response | |
com.gentics.contentnode.rest.resource |
Modifier and Type | Class and Description |
---|---|
class |
FileUsageListResponse
Response for a file/image usage request.
|
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 editedSince,
int createdSince,
Boolean inherited,
Boolean online,
Boolean broken,
Boolean used,
WastebinSearch wastebinSearch)
get a list of files for 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 editedSince,
int createdSince,
Boolean inherited,
Boolean online,
Boolean broken,
Boolean used,
WastebinSearch wastebinSearch)
get a list of images for this folder
|
Copyright © 2015 Gentics Software GmbH. All rights reserved.