Package | Description |
---|---|
com.gentics.contentnode.rest.model | |
com.gentics.contentnode.rest.model.request | |
com.gentics.contentnode.rest.model.response |
Modifier and Type | Class and Description |
---|---|
class |
Image
Image object, represents an Image in GCN
|
Modifier and Type | Method and Description |
---|---|
File |
FileSaveRequest.getFile() |
File |
FileCopyRequest.getFile() |
Modifier and Type | Method and Description |
---|---|
void |
FileSaveRequest.setFile(File file) |
void |
FileCopyRequest.setFile(File file) |
Modifier and Type | Method and Description |
---|---|
File |
FileUploadResponse.getFile() |
File |
FileLoadResponse.getFile() |
Modifier and Type | Method and Description |
---|---|
List<File> |
ReferencedSyncableObjectsListResponse.getFiles()
Get the directly linked files.
|
List<File> |
MultiFileLoadResponse.getFiles()
The list of found files.
|
List<File> |
FoundFilesListResponse.getFiles() |
List<File> |
LegacyFileListResponse.getFiles()
Get the files
|
Modifier and Type | Method and Description |
---|---|
void |
FileUploadResponse.setFile(File file) |
void |
FileLoadResponse.setFile(File file) |
Modifier and Type | Method and Description |
---|---|
void |
ReferencedSyncableObjectsListResponse.setFiles(List<File> files)
Set the directly linked files.
|
void |
MultiFileLoadResponse.setFiles(List<File> files)
Set the list of files to send with the response.
|
void |
FoundFilesListResponse.setFiles(List<File> files)
NOTE: files won't be listed correctly until a setter is defined
|
void |
LegacyFileListResponse.setFiles(List<File> files)
Set the files
|
Constructor and Description |
---|
FileLoadResponse(Message message,
ResponseInfo responseInfo,
File file)
Constructor with message, response info and file
|
FileUploadResponse(Message message,
ResponseInfo responseInfo,
boolean success,
File file)
Constructor with message, response info and success
|
Constructor and Description |
---|
FileUsageListResponse(Message message,
ResponseInfo responseInfo,
List<File> files,
int total,
int withoutPermission)
Create a new instance
|
MultiFileLoadResponse(List<File> files)
Convenience constructor.
|
ReferencedFilesListResponse(Message message,
ResponseInfo responseInfo,
List<File> files,
int total,
int withoutPermission)
Create an instance
|
ReferencedSyncableObjectsListResponse(Map<ContentNodeItem.ItemType,ReferencedSyncableObjectsListResponse.SyncDependencies> dependencies,
List<Page> pages,
int pagesWithoutPermission,
List<File> files,
int filesWithoutPermission,
List<Image> images,
int imagesWithoutPermission)
Default constructor with no message and a response info containing just the
response code
OK . |
Copyright © 2024 Gentics Software. All rights reserved.