Interface SampleRemoteService
-
- All Superinterfaces:
RemoteService<Sample>
- All Known Implementing Classes:
SampleRemoteServiceImpl
public interface SampleRemoteService extends RemoteService<Sample>
Service for readingSample
s
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,MetadataEntry>
getSampleMetadata(Sample sample)
Get theSample
metadata for a remote samplejava.util.List<Sample>
getSamplesForProject(Project project)
-
Methods inherited from interface ca.corefacility.bioinformatics.irida.service.remote.RemoteService
getServiceStatus, list, read, read
-
-
-
-
Method Detail
-
getSampleMetadata
java.util.Map<java.lang.String,MetadataEntry> getSampleMetadata(Sample sample)
Get theSample
metadata for a remote sample- Parameters:
sample
- the sample to get metadata for- Returns:
- a map of String to
MetadataEntry
. Before saving the String component must be converted toMetadataTemplateField
-
-