Uses of Interface
com.compuware.api.topaz.hostresources.zos.IMigratedDataSet
-
Packages that use IMigratedDataSet Package Description com.compuware.api.topaz.hostresources.zos Provides classes and exceptions related to z/OS host resources. -
-
Uses of IMigratedDataSet in com.compuware.api.topaz.hostresources.zos
Methods in com.compuware.api.topaz.hostresources.zos that return IMigratedDataSet Modifier and Type Method Description IMigratedDataSet
IDataSetCommandProvider. findMigratedDataSet(String migratedDataSetName)
Returns the migrated dataset with the specified name if it can be found on the associated z/OS host.Methods in com.compuware.api.topaz.hostresources.zos that return types with arguments of type IMigratedDataSet Modifier and Type Method Description List<IMigratedDataSet>
IDataSetCommandProvider. findMigratedDataSets(String dataSetFilter)
Returns the list of migrated datasets that match the specified filter on the associated z/OS host.
-