Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-04


oracle.webcenter.search
Interface QueryFederator<T>

All Superinterfaces:
QueryHandler<T>

public interface QueryFederator<T>
extends QueryHandler<T>

The QueryFederator allows the banding together of more than one QueryHandler objects to achieve a federated query that is used in both the search UI for the entire WebCenter (global search), as well as for the Document Library where the federation is done over the various Java Content Repositories plugged into it.

Since:
11.1.1.0.0 Beta 2

Field Summary

 

Fields inherited from interface oracle.webcenter.search.QueryHandler
QUERY_CLASS_NAME, SERVICE_ID, TITLE, TITLE_ARG, TITLE_ARGS_COUNT, TITLE_RESOURCE_BUNDLE, TITLE_RESOURCE_KEY

 

Method Summary
 java.util.List<QueryHandler<T>> getChildren()
          Allows for navigation of children query contexts.

 

Methods inherited from interface oracle.webcenter.search.QueryHandler
getProperties

 

Method Detail

getChildren

java.util.List<QueryHandler<T>> getChildren()
                                            throws SearchException
Allows for navigation of children query contexts.
Returns:
a List of QueryContext of T objects.
Throws:
SearchException - when the federation can't be done

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-04


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.