Package | Description |
---|---|
com.gentics.contentnode.rest.resource |
Modifier and Type | Method and Description |
---|---|
FileUsageListResponse |
ImageResource.getFileUsageInfo(Integer skipCount,
Integer maxItems,
String sortBy,
String sortOrder,
List<Integer> imageId,
Integer nodeId,
boolean returnFiles)
Get the files using one of the given images
|
FileUsageListResponse |
FileResource.getFileUsageInfo(Integer skipCount,
Integer maxItems,
String sortBy,
String sortOrder,
List<Integer> fileId,
Integer nodeId,
boolean returnFiles)
Get the files using one of the given files
|
FileUsageListResponse |
ImageResource.getImageUsageInfo(Integer skipCount,
Integer maxItems,
String sortBy,
String sortOrder,
List<Integer> imageId,
Integer nodeId,
boolean returnImages)
Get the images using one of the given images
|
FileUsageListResponse |
FileResource.getImageUsageInfo(Integer skipCount,
Integer maxItems,
String sortBy,
String sortOrder,
List<Integer> fileId,
Integer nodeId,
boolean returnImages)
Get the images using one of the given files
|
Copyright © 2024 Gentics Software. All rights reserved.