Uses of Class
com.gentics.contentnode.rest.model.response.TotalUsageResponse
-
Packages that use TotalUsageResponse Package Description com.gentics.contentnode.rest.resource -
-
Uses of TotalUsageResponse in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource that return TotalUsageResponse Modifier and Type Method Description TotalUsageResponse
ImageResource. getTotalFileUsageInfo(List<Integer> imageId, Integer nodeId)
Get the total usage info for the given images.TotalUsageResponse
PageResource. getTotalPageUsage(List<Integer> pageId, Integer nodeId)
Get the total usage information of the given pages.TotalUsageResponse
FileResource. getTotalUsageInfo(List<Integer> fileId, Integer nodeId)
Get the total usage information for the given files.
-