public interface LibraryService
LibraryService interface.
Modifier and Type | Method and Description |
---|---|
Sample |
findBySWAccession(Long swAccession)
Returns library matching given SeqWare Accession.
|
List<Sample> |
getLibraries()
Returns a complete list of libraries.
|
List<Sample> |
getLibraries(Map<String,String> attributes)
Returns a list of libraries that match all attributes provided in the give attributes Map.
|
List<Sample> getLibraries()
List<Sample> getLibraries(Map<String,String> attributes)
attributes
- A Map of attributes.Copyright © 2015 SeqWare. All rights reserved.