public class StepSearch extends Object
| Constructor and Description |
|---|
StepSearch(PortalContext con,
FList in,
boolean isConnToBeCloned)
This method initializes the connection object required to
perform the search.
|
| Modifier and Type | Method and Description |
|---|---|
FList |
nextStepSearch()
This method uses the same connection that was used in startStepSearch()
The connection should be closed when the search is completed.
|
FList |
startStepSearch()
This method uses connection objection and
starts the search.
|
void |
stopStepSearch()
This method stops the step search.
|
public StepSearch(PortalContext con, FList in, boolean isConnToBeCloned)
public FList startStepSearch()
Exception - if anything goes wrong during search processpublic FList nextStepSearch()
Exception - if anything goes wrong during search processpublic void stopStepSearch()
Exception - if anything goes wrong during search processCopyright © 2003, 2023, Oracle and/or its affiliates.