Uses of Class
com.anton.martynenko.jswrapper.jsexecution.enums.Status
-
Packages that use Status Package Description com.anton.martynenko.jswrapper.jsexecution This package contains files related to JS code execution feature.com.anton.martynenko.jswrapper.jsexecution.enums This package contains enum classes used in JS execution feature. -
-
Uses of Status in com.anton.martynenko.jswrapper.jsexecution
Methods in com.anton.martynenko.jswrapper.jsexecution that return Status Modifier and Type Method Description Status
JsExecution. getStatus()
Status getter.Methods in com.anton.martynenko.jswrapper.jsexecution with parameters of type Status Modifier and Type Method Description void
JsExecution. setStatus(Status status)
Setter for property 'status'.Method parameters in com.anton.martynenko.jswrapper.jsexecution with type arguments of type Status Modifier and Type Method Description org.springframework.hateoas.CollectionModel<org.springframework.hateoas.EntityModel<JsExecutionDTO>>
JsExecutionController. listAll(java.util.Optional<Status> status, java.util.Optional<SortBy> sortBy)
ReturnsJsExecution
collection. -
Uses of Status in com.anton.martynenko.jswrapper.jsexecution.enums
Methods in com.anton.martynenko.jswrapper.jsexecution.enums that return Status Modifier and Type Method Description static Status
Status. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Status[]
Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-