Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.ide.panels
Interface ProvidesSearchTags


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.

Since:
11.1.1.0.0

Method Summary
 java.util.Collection<java.lang.String> searchTags()
          Returns the search tags for this navigable.
 

Method Detail

searchTags

java.util.Collection<java.lang.String> searchTags()
Returns the search tags for this navigable. Generally, these should be translated strings.

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.

Returns:
a collection of String search tags that apply to this object.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.