|
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 WorkspaceModifyOperation com.ibm.etools.iseries.rse.ui.search.SearchQSYSOperation
public class SearchQSYSOperation
This class is the runnable that does the actual searching.
Nested Class Summary | |
---|---|
protected class |
SearchQSYSOperation.runnableErrorMessage
This class is used to display an ignore "unexpected error" message during a search |
Field Summary | |
---|---|
static String |
CANCELED
|
static String |
Copyright
|
Constructor Summary | |
---|---|
SearchQSYSOperation(String searchString,
boolean isCaseSensitive,
Object[] targetLibs,
Object[] targetFiles,
Object[] targetMbrs,
Object[] targetConns,
int columnSelection,
int startColumn,
int endColumn,
SearchResultInputElement resultSet,
boolean doingMbrSearch,
boolean doingFileSearch,
boolean mixedConnection,
boolean fromSearchAction)
Constructor: |
Method Summary | |
---|---|
protected void |
execute(IProgressMonitor monitor)
|
Object |
getRunResult()
Get run result |
boolean |
getShowResult()
Return whether the search result should be display or not |
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
public static final String CANCELED
Constructor Detail |
---|
public SearchQSYSOperation(String searchString, boolean isCaseSensitive, Object[] targetLibs, Object[] targetFiles, Object[] targetMbrs, Object[] targetConns, int columnSelection, int startColumn, int endColumn, SearchResultInputElement resultSet, boolean doingMbrSearch, boolean doingFileSearch, boolean mixedConnection, boolean fromSearchAction)
the
- search stringflag
- indicating whether search should be case sensitivethe
- connection to uselibrary
- namefile
- namemember
- nameselection
- of columnsstart
- columnend
- columnresultSet
- to hold the resultindex
- of file or member being processedtotal
- number of files or membersMethod Detail |
---|
protected void execute(IProgressMonitor monitor) throws CoreException, InvocationTargetException, InterruptedException
CoreException
InvocationTargetException
InterruptedException
WorkspaceModifyOperation
public boolean getShowResult()
public Object getRunResult()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |