wt.adapter.query
Interface NavigationDelegate

All Known Implementing Classes:
ConfigSpecNavigationDelegate, DefaultNavigationDelegate, ProxyNavigationDelegate

public interface NavigationDelegate

A navigation delegate accepts a list of objects that are usually assumed to be of the same type, and it determines whether each object in the list should be returned as a result of a navigation operation, or another related object should be returned in its place.

Supported API: false

Extendable: false


Method Summary
 QueryResult invoke(QueryResult objects, Webject webject)
          

Supported API: false
 

Method Detail

invoke

public QueryResult invoke(QueryResult objects,
                          Webject webject)
                   throws WebjectServiceException


Supported API: false

Parameters:
objects -
webject -
Returns:
QueryResult
Throws:
WebjectServiceException