|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| 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 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||