Skip to content
Snippets Groups Projects
Commit 137afaf0 authored by tpylak's avatar tpylak
Browse files

minor: expose getPlateMetadataList()

SVN: 22991
parent a0e174f7
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ import ch.systemsx.cisd.openbis.plugin.screening.shared.api.v1.dto.MaterialTypeI
import ch.systemsx.cisd.openbis.plugin.screening.shared.api.v1.dto.Plate;
import ch.systemsx.cisd.openbis.plugin.screening.shared.api.v1.dto.PlateIdentifier;
import ch.systemsx.cisd.openbis.plugin.screening.shared.api.v1.dto.PlateImageReference;
import ch.systemsx.cisd.openbis.plugin.screening.shared.api.v1.dto.PlateMetadata;
import ch.systemsx.cisd.openbis.plugin.screening.shared.api.v1.dto.PlateWellMaterialMapping;
import ch.systemsx.cisd.openbis.plugin.screening.shared.api.v1.dto.PlateWellReferenceWithDatasets;
import ch.systemsx.cisd.openbis.plugin.screening.shared.api.v1.dto.WellIdentifier;
......@@ -80,6 +81,12 @@ public interface IScreeningOpenbisServiceFacade
*/
public List<Plate> listPlates();
/**
* Return full metadata for each specified plate, including wells and their properties. If a
* well contains a material, its properties are also available.
*/
public List<PlateMetadata> getPlateMetadataList(List<? extends PlateIdentifier> plateIdentifiers);
/**
* Return the list of all plates for the given <var>experiment</var>.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment