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.
|
class |
ReferencedFilesListResponse
Response for a list of referenced files or images
|
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
|
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
|
Copyright © 2018 Gentics Software. All rights reserved.