Uses of Class
org.optaweb.employeerostering.domain.violation.RequiredSkillViolation
-
Packages that use RequiredSkillViolation Package Description org.optaweb.employeerostering.domain.shift.view org.optaweb.employeerostering.service.common -
-
Uses of RequiredSkillViolation in org.optaweb.employeerostering.domain.shift.view
Methods in org.optaweb.employeerostering.domain.shift.view that return types with arguments of type RequiredSkillViolation Modifier and Type Method Description List<RequiredSkillViolation>ShiftView. getRequiredSkillViolationList()Method parameters in org.optaweb.employeerostering.domain.shift.view with type arguments of type RequiredSkillViolation Modifier and Type Method Description voidShiftView. setRequiredSkillViolationList(List<RequiredSkillViolation> requiredSkillViolationList)Constructor parameters in org.optaweb.employeerostering.domain.shift.view with type arguments of type RequiredSkillViolation Constructor Description ShiftView(ZoneId zoneId, Shift shift, List<RequiredSkillViolation> requiredSkillViolationList, List<UnavailableEmployeeViolation> unavailableEmployeeViolationList, List<ShiftEmployeeConflict> shiftEmployeeConflictList, List<DesiredTimeslotForEmployeeReward> desiredTimeslotForEmployeeRewardList, List<UndesiredTimeslotForEmployeePenalty> undesiredTimeslotForEmployeePenaltyList, List<RotationViolationPenalty> rotationViolationPenaltyList, List<UnassignedShiftPenalty> unassignedShiftPenaltyList, List<ContractMinutesViolation> contractMinutesViolationPenaltyList, List<NoBreakViolation> noBreakViolationList, List<PublishedShiftReassignedPenalty> publishedShiftReassignedPenaltyList, org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScore indictmentScore) -
Uses of RequiredSkillViolation in org.optaweb.employeerostering.service.common
Methods in org.optaweb.employeerostering.service.common that return types with arguments of type RequiredSkillViolation Modifier and Type Method Description List<RequiredSkillViolation>IndictmentUtils. getRequiredSkillViolationList(org.optaplanner.core.api.score.constraint.Indictment indictment)
-