|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object SystemSelectRemoteObjectAPIProviderImpl com.ibm.etools.iseries.rse.ui.view.QSYSSelectJobAPIProvider
public class QSYSSelectJobAPIProvider
This class is a provider of root nodes to the remote systems tree viewer part, optimized for selecting of iSeries QSYS file system objects. It is used in the AS400SelectObjectForm class.
It allows setting of an object filter string that is used to subset the object list by name and/or type, independent of the libraries. That is, a user might start by seeing a list of libraries on the library list, but when each is expanded the objects returned are subsetted by that object filter.
Field Summary | |
---|---|
static String |
copyright
|
protected String |
jobFilterString
|
Constructor Summary | |
---|---|
QSYSSelectJobAPIProvider()
Constructors for ISeriesSelectQSYSObjectAPIProvider |
|
QSYSSelectJobAPIProvider(SubSystem subsystem)
|
Method Summary | |
---|---|
Object[] |
getSystemViewRoots()
Return the children objects to consistute the root elements in the system view tree. |
boolean |
hasSystemViewRoots()
Return true if getSystemViewRoots() will return a non-empty list |
void |
setJobFilterString(String filterString)
Add a string filter to select a list of jobs to display |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String copyright
protected String jobFilterString
Constructor Detail |
---|
public QSYSSelectJobAPIProvider()
public QSYSSelectJobAPIProvider(SubSystem subsystem)
Method Detail |
---|
public void setJobFilterString(String filterString)
This is really a filter string versus a filter, but it is realized in the GUI as a temporary filter.
public Object[] getSystemViewRoots()
public boolean hasSystemViewRoots()
getSystemViewRoots()
will return a non-empty list
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |