Package | Description |
---|---|
org.ecoinformatics.seek.datasource.eml.eml2 | |
org.ecoinformatics.seek.ecogrid | |
org.kepler.dataproxy.metadata.ADN |
Modifier and Type | Method and Description |
---|---|
boolean |
EML2MetadataSpecification.addResultsetRecordsToContainer(org.ecoinformatics.ecogrid.queryservice.resultset.ResultsetType results,
java.lang.String endpoint,
CompositeEntity container,
java.util.Vector aResultList)
Creates a the ResultRecord items (derived from Source) and adds them into
the container
|
ResultRecord[] |
EML2MetadataSpecification.transformResultset(org.ecoinformatics.ecogrid.queryservice.resultset.ResultsetType results,
java.lang.String endpoint,
CompositeEntity container)
This method will transfer ResultsetType java object to array of
ResultRecord java object.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
MetadataSpecificationInterface.addResultsetRecordsToContainer(org.ecoinformatics.ecogrid.queryservice.resultset.ResultsetType results,
java.lang.String endpoint,
CompositeEntity container,
java.util.Vector aResultList)
The ResultSet is added directly to the container
|
Modifier and Type | Method and Description |
---|---|
boolean |
ADNMetadataSpecification.addResultsetRecordsToContainer(org.ecoinformatics.ecogrid.queryservice.resultset.ResultsetType results,
java.lang.String endpoint,
CompositeEntity container,
java.util.Vector aResultList)
Creates GEONDataResource items (derived from Source) and adds them into
the container
|
boolean |
ADNMetadataSpecification.transformResultset(org.ecoinformatics.ecogrid.queryservice.resultset.ResultsetType results,
java.lang.String endpoint,
CompositeEntity container,
java.util.Vector aResultList)
This method will transfer ResultsetType java object to array of
ResultRecord java object.
|