+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.mappingurl
Interface BestMatchResult

Deprecated.

public interface BestMatchResult

This interface provides methods to get information about the results of a previous search performed by findBestMatch method of the MappingURLLocator interface.

Since:
8.0

Method Summary
 java.lang.String getCompoundNamePart()
          Deprecated. Returns that prefix of the search string for which a context was found.
 Context getContext()
          Deprecated. Return the context that was determined as the best match for a performed search.
 

Method Detail

getCompoundNamePart

java.lang.String getCompoundNamePart()
Deprecated. 
Returns that prefix of the search string for which a context was found.

Returns:
String The prefix for which a context was found.

getContext

Context getContext()
Deprecated. 
Returns the context that was determined as the best match for a performed search.

Returns:
Context The context that was found.
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD