Uses of Class
com.ibm.cics.zos.model.DataEntry

Packages that use DataEntry
com.ibm.cics.zos.model   
com.ibm.cics.zos.ui   
 

Uses of DataEntry in com.ibm.cics.zos.model
 

Subclasses of DataEntry in com.ibm.cics.zos.model
 class Member
           
 

Methods in com.ibm.cics.zos.model that return DataEntry
static DataEntry DataEntry.newFrom(java.lang.String dsnName, IZOSConnectable aConnectable)
           
static DataEntry DataEntry.newFrom(ZOSConnectionResponse dataSetMember, IZOSConnectable aConnectable)
           
 

Methods in com.ibm.cics.zos.model with parameters of type DataEntry
 java.io.ByteArrayOutputStream IZOS.getContents(DataEntry dataEntry, FileType aFileType)
          Get the contents of a DataEntry as a ByteArrayOutputStream
 void IZOS.save(DataEntry aMember, java.io.InputStream aStream)
          Save the contents of an InputStream to a DataEntry.
 

Uses of DataEntry in com.ibm.cics.zos.ui
 

Methods in com.ibm.cics.zos.ui that return types with arguments of type DataEntry
 java.util.List<DataEntry> DataSetSelectionTree.getSelections()
           
 



Copyright © 2013 IBM Corp. All Rights Reserved.