iSeries Remote Systems
v6.0.0

com.ibm.etools.iseries.core.search
Class ISeriesSearchResultInputElement

java.lang.Object
  extended bycom.ibm.etools.iseries.core.search.ISeriesSearchResultInputElement
All Implemented Interfaces:
IAdaptable

public class ISeriesSearchResultInputElement
extends Object
implements IAdaptable

This class represents an iSeries search result set.


Field Summary
static String Copyright
           
 
Constructor Summary
ISeriesSearchResultInputElement(String searchString)
          Constructor for ISeriesSearchResultInputElement.
 
Method Summary
 void addElement(ISeriesSearchResultRootElement element)
          Add a root element to the result set.
 Object getAdapter(Class adapter)
           
 Object[] getChildren()
          Get all the root elements in the result set.
 int getNumOfChildren()
          Get the total number of children.
 String getText()
           
 void removeChildren()
          Removes the root elements in the result set.
 void removeElement(ISeriesSearchResultRootElement element)
          Remove a root element from the result set.
 void setChildrenArray(ArrayList roots)
          Update the children array when the view needs to be updated from pop-up action
 
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
Constructor Detail

ISeriesSearchResultInputElement

public ISeriesSearchResultInputElement(String searchString)
Constructor for ISeriesSearchResultInputElement.

Method Detail

getChildren

public Object[] getChildren()
Get all the root elements in the result set.

Returns:
array of root elements

getNumOfChildren

public int getNumOfChildren()
Get the total number of children.

Returns:
the number of children

removeChildren

public void removeChildren()
Removes the root elements in the result set.


addElement

public void addElement(ISeriesSearchResultRootElement element)
Add a root element to the result set.


removeElement

public void removeElement(ISeriesSearchResultRootElement element)
Remove a root element from the result set.


getText

public String getText()
See Also:
com.ibm.etools.systems.core.search.ISystemSearchResultSet#getTitle()

getAdapter

public Object getAdapter(Class adapter)
Specified by:
getAdapter in interface IAdaptable
See Also:
IAdaptable.getAdapter(Class)

setChildrenArray

public void setChildrenArray(ArrayList roots)
Update the children array when the view needs to be updated from pop-up action


iSeries Remote Systems
v6.0.0

Copyright © 2005 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.