org.gcube.data.spd.plugin.fwk
Interface Searchable<T extends org.gcube.data.spd.model.ResultElement>
- All Known Implementing Classes:
- AbstractPlugin, ClassificationCapability, OccurrencesCapability
public interface Searchable<T extends org.gcube.data.spd.model.ResultElement>
searchByCommonName
void searchByCommonName(String word,
ObjectWriter<T> writer,
org.gcube.data.spd.model.Property... properties)
searchByScientificName
void searchByScientificName(String word,
ObjectWriter<T> writer,
org.gcube.data.spd.model.Property... properties)
getHandledClass
Class<T> getHandledClass()
Copyright © 2013. All Rights Reserved.