{ } }
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.mappingurl
Deprecated.
Interface BestMatchResult
public interface BestMatchResultThis 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. Returns 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.
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD