Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui.view
Class QSYSSelectJobAPIProvider

java.lang.Object
  extended by SystemSelectRemoteObjectAPIProviderImpl
      extended by com.ibm.etools.iseries.rse.ui.view.QSYSSelectJobAPIProvider

public class QSYSSelectJobAPIProvider
extends SystemSelectRemoteObjectAPIProviderImpl

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

copyright

public static final String copyright
See Also:
Constant Field Values

jobFilterString

protected String jobFilterString
Constructor Detail

QSYSSelectJobAPIProvider

public QSYSSelectJobAPIProvider()
Constructors for ISeriesSelectQSYSObjectAPIProvider


QSYSSelectJobAPIProvider

public QSYSSelectJobAPIProvider(SubSystem subsystem)
Method Detail

setJobFilterString

public void setJobFilterString(String filterString)
Add a string filter to select a list of jobs to display

This is really a filter string versus a filter, but it is realized in the GUI as a temporary filter.


getSystemViewRoots

public Object[] getSystemViewRoots()
Return the children objects to consistute the root elements in the system view tree.


hasSystemViewRoots

public boolean hasSystemViewRoots()
Return true if getSystemViewRoots() will return a non-empty list


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.