Uses of Class
com.gentics.contentnode.rest.model.response.FileUsageListResponse

Packages that use FileUsageListResponse
com.gentics.contentnode.rest.resource   
 

Uses of FileUsageListResponse in com.gentics.contentnode.rest.resource
 

Methods in com.gentics.contentnode.rest.resource that return FileUsageListResponse
 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.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.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
 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
 



Copyright © 2014 Gentics Software GmbH. All Rights Reserved.