Uses of Class
ca.bccdcphl.sequencingruns.dto.SequencingInstrumentNanoporeDTO
-
Packages that use SequencingInstrumentNanoporeDTO Package Description ca.bccdcphl.sequencingruns.assembler ca.bccdcphl.sequencingruns.controller -
-
Uses of SequencingInstrumentNanoporeDTO in ca.bccdcphl.sequencingruns.assembler
Methods in ca.bccdcphl.sequencingruns.assembler that return SequencingInstrumentNanoporeDTO Modifier and Type Method Description SequencingInstrumentNanoporeDTO
SequencingInstrumentNanoporeAssembler. toModel(SequencingInstrumentNanopore instrument)
-
Uses of SequencingInstrumentNanoporeDTO in ca.bccdcphl.sequencingruns.controller
Methods in ca.bccdcphl.sequencingruns.controller that return types with arguments of type SequencingInstrumentNanoporeDTO Modifier and Type Method Description org.springframework.hateoas.EntityModel<SequencingInstrumentNanoporeDTO>
SequencingInstrumentsController. getNanoporeInstrumentById(String instrumentId)
org.springframework.hateoas.CollectionModel<SequencingInstrumentNanoporeDTO>
SequencingInstrumentsController. getNanoporeInstruments()
org.springframework.hateoas.EntityModel<SequencingInstrumentNanoporeDTO>
SequencingInstrumentsController. getNanoporeInstrumentStatus(String instrumentId)
org.springframework.hateoas.EntityModel<SequencingInstrumentNanoporeDTO>
SequencingInstrumentsController. postNanoporeInstrumentStatus(String instrumentId, SequencingInstrumentStatusUpdateDTO statusUpdate)
-