|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 8 (11.1.8) E22562-08 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InteractiveSearchResult
The parts of a Search Result that the user interacts with in the UI and may interact with. For example the name they save the search under, the search String that the user can change to create a new search.
SearchResult
,
AbstractSearchResult
Field Summary | |
---|---|
static int |
BACKGROUND_SEARCH_MAX_TIMER
The maximum number of timer increments while awaiting a background search. |
Method Summary | |
---|---|
int |
getBackgroundSearchTimer()
Get the current number of background search ticks. |
java.lang.String |
getName()
Get the name of the search, as appropriate for use in a save. |
java.lang.String |
getSearchFieldSearchString()
Get the Search String in the Search Results popup. |
java.util.List<Tile> |
getTiles()
Get the Tiles to show the SearchFilterItems in. |
void |
incrementBackgroundSearchTimer()
Increment the background search timer. |
void |
setName(java.lang.String name)
Set the name of the Search, as appropriate for use in a save. |
void |
setSearchFieldSearchString(java.lang.String searchString)
Set the Search String in the Search Results popup. |
Field Detail |
---|
static final int BACKGROUND_SEARCH_MAX_TIMER
Method Detail |
---|
java.lang.String getName()
void setName(java.lang.String name)
name
- name to use.void setSearchFieldSearchString(java.lang.String searchString)
searchString
- String to set.java.lang.String getSearchFieldSearchString()
void incrementBackgroundSearchTimer()
int getBackgroundSearchTimer()
java.util.List<Tile> getTiles()
|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 8 (11.1.8) E22562-08 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |