|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProvidesSearchTags
A Navigable which also implements
ProvidesSearchTags supports searching using tags in MDDPanel.
Thread Safety: implementations of this interface are expected to be
safely usable concurrently from multiple threads.
| Method Summary | |
|---|---|
java.util.Collection<java.lang.String> |
searchTags()
Returns the search tags for this navigable. |
| Method Detail |
|---|
java.util.Collection<java.lang.String> searchTags()
The implementor of this method should never return null, but it may return an empty collection. The returned collection may not be modified by the caller.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||