Skip to content

Experiments command insert

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

Description: process for creating new experiment

Command class

ExperimentInsertCommand

Handler class

class ExperimentInsertHandler implements ICommandHandler<ExperimentInsertCommand, number>

Dependencies

Parameters

Name Type Mandatory
experiment Experiment true
userID number true

Return value

number - ID of inserted experiment

Exceptions

  • ExperimentNotValidException
  • ExperimentWasNotCreatedException

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