Esri Geoportal Server
1.0

com.esri.gpt.catalog.search
Interface ISearchFilterThemes

All Superinterfaces:
ISearchFilter, Serializable
All Known Implementing Classes:
SearchFilterThemeTypes

public interface ISearchFilterThemes
extends ISearchFilter

The Interface ISearchFilterThemes. Defines the themes/data categories to be applied to the search criteria.


Method Summary
 List<String> getSelectedThemes()
          Gets the selected themes.
 void setSelectedThemes(List<String> themes)
          Sets the selected themes.
 
Methods inherited from interface com.esri.gpt.catalog.search.ISearchFilter
getParams, isEquals, reset, setParams, validate
 

Method Detail

getSelectedThemes

List<String> getSelectedThemes()
Gets the selected themes.

Returns:
the selected themes

setSelectedThemes

void setSelectedThemes(List<String> themes)
Sets the selected themes.

Parameters:
themes - the new selected themes

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.