org.gcube.application.speciesmanager.stubs.pluginhelper.capabilities
Interface OccurrencesCapability

All Superinterfaces:
PropertySupport

public interface OccurrencesCapability
extends PropertySupport


Method Summary
 void getOccurrencesById(ObjectWriter<Occurrence> writer, String... ids)
          retrieves all occurrences for the given ids
 
Methods inherited from interface org.gcube.application.speciesmanager.stubs.pluginhelper.PropertySupport
getSupportedProperties
 

Method Detail

getOccurrencesById

void getOccurrencesById(ObjectWriter<Occurrence> writer,
                        String... ids)
                        throws Exception
retrieves all occurrences for the given ids

Parameters:
writer - the stream where the elements must be wrote
ids - a list of occurrence ids
Throws:
Exception


Copyright © 2012. All Rights Reserved.