Uses of Interface
com.collation.platform.model.topology.sys.zOS.ZReportFile

Packages that use ZReportFile
com.collation.platform.model.topology.app   
com.collation.platform.model.topology.sys   
com.collation.platform.model.topology.sys.zOS   
 

Uses of ZReportFile in com.collation.platform.model.topology.app
 

Methods in com.collation.platform.model.topology.app that return ZReportFile
 ZReportFile[] AppServer.getZReportFiles()
           
 

Methods in com.collation.platform.model.topology.app with parameters of type ZReportFile
 void AppServer.setZReportFiles(ZReportFile[] x)
           
 

Uses of ZReportFile in com.collation.platform.model.topology.sys
 

Methods in com.collation.platform.model.topology.sys that return ZReportFile
 ZReportFile[] ComputerSystem.getZReportfiles()
           
 ZReportFile[] OperatingSystem.getZReportFiles()
           
 

Methods in com.collation.platform.model.topology.sys with parameters of type ZReportFile
 void ComputerSystem.setZReportfiles(ZReportFile[] x)
           
 void OperatingSystem.setZReportFiles(ZReportFile[] x)
           
 

Uses of ZReportFile in com.collation.platform.model.topology.sys.zOS
 

Methods in com.collation.platform.model.topology.sys.zOS that return ZReportFile
 ZReportFile[] DB2DataSharingGroup.getZReportfiles()
           
 ZReportFile[] AddressSpace.getZReportFiles()
           
 

Methods in com.collation.platform.model.topology.sys.zOS with parameters of type ZReportFile
 void DB2DataSharingGroup.setZReportfiles(ZReportFile[] x)
           
 void AddressSpace.setZReportFiles(ZReportFile[] x)