Skip to content

Experiments query experimentById

Petr Štechmüller edited this page Aug 29, 2020 · 2 revisions

Description: get experiment by ID

Command class

ExperimentByIdQuery

Handler class

class ExperimentByIdHandler implements IQueryHandler<ExperimentByIdQuery, Experiment>

Dependencies

Parameters

Name Type Mandatory
experimentID number true
userID number true

Return value

Experiment - Instance of experiment

Exceptions

  • ExperimentIdNotFoundException

Workflow

Diagram workflow

Home * [x] [Configuration](https://github.com/neuro-stimulator/neuro-server/wiki/Configuration)
Experiments
Sequences
Experiment results
Stimulator
Experiment player
Clone this wiki locally