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>
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.