org.gcube.data.spd.plugin.fwk.model
Interface Searchable<T extends ResultElement>

All Known Implementing Classes:
AbstractPlugin, ClassificationCapability, OccurrencesCapability

public interface Searchable<T extends ResultElement>


Method Summary
 Class<T> getHandledClass()
           
 void searchByCommonName(String word, ObjectWriter<T> writer, Property... properties)
           
 void searchByScientificName(String word, ObjectWriter<T> writer, Property... properties)
           
 

Method Detail

searchByCommonName

void searchByCommonName(String word,
                        ObjectWriter<T> writer,
                        Property... properties)

searchByScientificName

void searchByScientificName(String word,
                            ObjectWriter<T> writer,
                            Property... properties)

getHandledClass

Class<T> getHandledClass()


Copyright © 2013. All Rights Reserved.