Interface SampleRemoteService

    • Method Detail

      • getSamplesForProject

        java.util.List<Sample> getSamplesForProject​(Project project)
        Get the Samples that exist in a Project
        Parameters:
        project - The Project to get samples from
        Returns:
        A List of Samples
      • getSampleMetadata

        java.util.Map<java.lang.String,​MetadataEntry> getSampleMetadata​(Sample sample)
        Get the Sample 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 to MetadataTemplateField