Uses of Class
com.anton.martynenko.jswrapper.jsexecution.JsExecutionDTO
-
Packages that use JsExecutionDTO Package Description com.anton.martynenko.jswrapper.jsexecution This package contains files related to JS code execution feature. -
-
Uses of JsExecutionDTO in com.anton.martynenko.jswrapper.jsexecution
Methods in com.anton.martynenko.jswrapper.jsexecution that return JsExecutionDTO Modifier and Type Method Description JsExecutionDTO
JsExecutionDTODeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
Methods in com.anton.martynenko.jswrapper.jsexecution that return types with arguments of type JsExecutionDTO Modifier and Type Method Description org.springframework.http.ResponseEntity<org.springframework.hateoas.EntityModel<JsExecutionDTO>>
JsExecutionController. cancelJsExecution(java.lang.Integer executionId)
Cancel execution by id.org.springframework.http.ResponseEntity<org.springframework.hateoas.EntityModel<JsExecutionDTO>>
JsExecutionController. createNew(JsExecutionDTO newJsExecutionDTO)
Runs new JS code execution.org.springframework.hateoas.EntityModel<JsExecutionDTO>
JsExecutionController. getOne(java.lang.Integer executionId)
ReturnsJsExecution
by id.org.springframework.hateoas.CollectionModel<org.springframework.hateoas.EntityModel<JsExecutionDTO>>
JsExecutionController. listAll(java.util.Optional<Status> status, java.util.Optional<SortBy> sortBy)
ReturnsJsExecution
collection.org.springframework.hateoas.EntityModel<JsExecutionDTO>
JsExecutionDTOModelAssembler. toModel(JsExecutionDTO jsExecutionDTO)
Methods in com.anton.martynenko.jswrapper.jsexecution with parameters of type JsExecutionDTO Modifier and Type Method Description org.springframework.http.ResponseEntity<org.springframework.hateoas.EntityModel<JsExecutionDTO>>
JsExecutionController. createNew(JsExecutionDTO newJsExecutionDTO)
Runs new JS code execution.org.springframework.hateoas.EntityModel<JsExecutionDTO>
JsExecutionDTOModelAssembler. toModel(JsExecutionDTO jsExecutionDTO)
-