Uses of Class
com.gentics.contentnode.rest.model.response.FileUsageListResponse
-
Uses of FileUsageListResponse in com.gentics.contentnode.rest.resource
Modifier and TypeMethodDescriptionFileResource.getFileUsageInfo
(Integer skipCount, Integer maxItems, String sortBy, String sortOrder, List<Integer> fileId, Integer nodeId, boolean returnFiles) Get the files using one of the given filesImageResource.getFileUsageInfo
(Integer skipCount, Integer maxItems, String sortBy, String sortOrder, List<Integer> imageId, Integer nodeId, boolean returnFiles) Get the files using one of the given imagesFileResource.getImageUsageInfo
(Integer skipCount, Integer maxItems, String sortBy, String sortOrder, List<Integer> fileId, Integer nodeId, boolean returnImages) Get the images using one of the given filesImageResource.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