Uses of Interface
com.compuware.api.topaz.hostresources.zos.IPartitionedDataSet
-
Packages that use IPartitionedDataSet Package Description com.compuware.api.topaz.hostresources.zos Provides classes and exceptions related to z/OS host resources. -
-
Uses of IPartitionedDataSet in com.compuware.api.topaz.hostresources.zos
Methods in com.compuware.api.topaz.hostresources.zos that return IPartitionedDataSet Modifier and Type Method Description IPartitionedDataSet
IDataSetCommandProvider. findPartitionedDataSet(String pdsName)
Returns the partitioned dataset with the specified name if it can be found on the associated z/OS host.IPartitionedDataSet
IPartitionedDataSetCharacteristics. getDataSet()
Returns the associated dataset.IPartitionedDataSet
IPartitionedDataSetMember. getDataSet()
Returns the dataset that this member is part of.Methods in com.compuware.api.topaz.hostresources.zos that return types with arguments of type IPartitionedDataSet Modifier and Type Method Description List<IPartitionedDataSet>
IDataSetCommandProvider. findPartitionedDataSets(String dataSetFilter)
Returns the list of partitioned datasets that match the specified filter on the associated z/OS host.Methods in com.compuware.api.topaz.hostresources.zos with parameters of type IPartitionedDataSet Modifier and Type Method Description static AllocateParametersBuilder
AllocateParametersBuilder. like(IPartitionedDataSet partitionedDataSet)
Creates an allocate parameters builder instance and sets the parameters based on the specified partitioned dataset.
-