Uses of Class
com.fortinet.forticontainer.dto.ImageDto
-
Packages that use ImageDto Package Description com.fortinet com.fortinet.forticontainer -
-
Uses of ImageDto in com.fortinet
Methods in com.fortinet that return types with arguments of type ImageDto Modifier and Type Method Description List<ImageDto>
VulnerabilityAction. getImageDtoList()
Methods in com.fortinet with parameters of type ImageDto Modifier and Type Method Description Map<String,Integer>
VulnerabilityAction. getVulnerSummaryReport(ImageDto imageDto)
Method parameters in com.fortinet with type arguments of type ImageDto Modifier and Type Method Description void
VulnerabilityAction. setImageDtoList(List<ImageDto> imageDtoList)
-
Uses of ImageDto in com.fortinet.forticontainer
Methods in com.fortinet.forticontainer that return types with arguments of type ImageDto Modifier and Type Method Description static List<ImageDto>
VulnerabilityServer. getImageDtoList(SessionInfo session, CurrentBuildInfo currentBuildInfo)
-