| Package | Description |
|---|---|
| org.optaweb.employeerostering.service.roster | |
| org.optaweb.employeerostering.service.solver |
| Modifier and Type | Method and Description |
|---|---|
SolverStatus |
RosterService.getSolverStatus(Integer tenantId) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<SolverStatus> |
RosterController.getSolverStatus(@Min(value=0L) Integer tenantId) |
| Modifier and Type | Method and Description |
|---|---|
SolverStatus |
WannabeSolverManager.getSolverStatus(Integer tenantId) |
static SolverStatus |
SolverStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolverStatus[] |
SolverStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017–2020 JBoss by Red Hat. All rights reserved.