| Package | Description |
|---|---|
| org.optaweb.employeerostering.shared.employee | |
| org.optaweb.employeerostering.shared.employee.view |
| Modifier and Type | Method and Description |
|---|---|
EmployeeAvailabilityState |
EmployeeAvailability.getState() |
static EmployeeAvailabilityState |
EmployeeAvailabilityState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmployeeAvailabilityState[] |
EmployeeAvailabilityState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmployeeAvailability.setState(EmployeeAvailabilityState state) |
| Modifier and Type | Method and Description |
|---|---|
EmployeeAvailabilityState |
EmployeeAvailabilityView.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
EmployeeAvailabilityView.setState(EmployeeAvailabilityState state) |
| Constructor and Description |
|---|
EmployeeAvailabilityView(Integer tenantId,
Employee employee,
LocalDateTime startDateTime,
LocalDateTime endDateTime,
EmployeeAvailabilityState state) |
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.