|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use File | |
---|---|
com.gentics.contentnode.rest.model | |
com.gentics.contentnode.rest.model.request | |
com.gentics.contentnode.rest.model.response |
Uses of File in com.gentics.contentnode.rest.model |
---|
Subclasses of File in com.gentics.contentnode.rest.model | |
---|---|
class |
Image
Image object, represents an Image in GCN |
Uses of File in com.gentics.contentnode.rest.model.request |
---|
Methods in com.gentics.contentnode.rest.model.request that return File | |
---|---|
File |
FileCopyRequest.getFile()
|
File |
FileSaveRequest.getFile()
|
Methods in com.gentics.contentnode.rest.model.request with parameters of type File | |
---|---|
void |
FileCopyRequest.setFile(File file)
|
void |
FileSaveRequest.setFile(File file)
|
Uses of File in com.gentics.contentnode.rest.model.response |
---|
Methods in com.gentics.contentnode.rest.model.response that return File | |
---|---|
File |
FileUploadResponse.getFile()
|
File |
FileLoadResponse.getFile()
|
Methods in com.gentics.contentnode.rest.model.response that return types with arguments of type File | |
---|---|
java.util.List<File> |
FileListResponse.getFiles()
Get the files |
java.util.List<File> |
FoundFilesListResponse.getFiles()
|
Methods in com.gentics.contentnode.rest.model.response with parameters of type File | |
---|---|
void |
FileUploadResponse.setFile(File file)
|
void |
FileLoadResponse.setFile(File file)
|
Method parameters in com.gentics.contentnode.rest.model.response with type arguments of type File | |
---|---|
void |
FileListResponse.setFiles(java.util.List<File> files)
Set the files |
void |
FoundFilesListResponse.setFiles(java.util.List<File> files)
NOTE: files won't be listed correctly until a setter is defined |
Constructors in com.gentics.contentnode.rest.model.response with parameters of type File | |
---|---|
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 parameters in com.gentics.contentnode.rest.model.response with type arguments of type File | |
---|---|
FileUsageListResponse(Message message,
ResponseInfo responseInfo,
java.util.List<File> files,
int total,
int withoutPermission)
Create a new instance |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |