Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.webcenter.search.refine
Interface RefinementOrganizer<T>


public interface RefinementOrganizer<T>

This interface allows Refinement lists to be organized.

Since:
11.1.1.0.0 Beta 2

Method Summary
 void analyzeStats(java.util.List<Refinement<T>> refinements)
          Analyzes the statistics within the refinements and keeps in its state what the organize method will need later.
 void organize(java.util.List<Refinement<T>> refinements)
          The actual organize method that moves things around within the List of Refinements.

 

Method Detail

analyzeStats

void analyzeStats(java.util.List<Refinement<T>> refinements)
Analyzes the statistics within the refinements and keeps in its state what the organize method will need later.
Parameters:
refinements - the List of Refinements to be organized

organize

void organize(java.util.List<Refinement<T>> refinements)
The actual organize method that moves things around within the List of Refinements.
Parameters:
refinements - List of Refinement within the Refiner that is being organized

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


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