The Object List beans include a set of classes that provide access to iSeries object and member names and allow you to select the type of list you want.
You can retrieve from one or more files and libraries. The property settings provide access to many different types of object lists:
The property values of the Object List beans are passed to different iSeries APIs like QUSRJOBI, QVDEOBJL, QUSLMBR, QUSLRCD, and QUSLFLD.
The following Object List beans are available. For further reference, see the related references below.
com.ibm.etools.iseries.comm.ISeriesListLibraries | Retrieves lists of library names, including special cases such as *LIBL. You can subset by library name. |
com.ibm.etools.iseries.comm.ISeriesListObjects | Retrieves lists of object names. You can subset by object name, type, and attribute. You can choose among three levels of returned information. |
com.ibm.etools.iseries.comm.ISeriesListMembers | Retrieves lists of member names. You can subset by member name or type, as well as by file type or attribute. You can choose between two levels of returned information. |
com.ibm.etools.iseries.comm.ISeriesListRecords | Retrieves lists of record names. You can subset by record name, as well as by file type or attribute. You can choose between two levels of returned information for database file records and three levels of returned information for device file records. |
com.ibm.etools.iseries.comm.ISeriesListFields | Retrieves lists of field names. You can subset by field name, as well as by file type or attribute. You can choose between three levels of returned information. |
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.