Class EducationStatusUtil
java.lang.Object
ch.tocco.nice2.optional.educationrequirement.impl.requirementevaluation.globals.EducationStatusUtil
-
Constructor Summary
ConstructorDescriptionEducationStatusUtil
(RequirementStatusUtil requirementStatusUtil, CurrentRequirementHolder holder, RequirementResult requirementResult, org.kie.api.runtime.KieSession session) -
Method Summary
Modifier and TypeMethodDescriptionvoid
set theEducationStatus
toEducationStatus.AUTHORIZED
, this also set theRequirementStatus
toRequirementStatus.FULFILLED
for the currentRequirement
(if present)void
authorized
(boolean isAuthorized) void
passed()
set theEducationStatus
toEducationStatus.PASSED
, this also set theRequirementStatus
toRequirementStatus.FULFILLED
for the currentRequirement
(if present)void
passed
(boolean isPassed)
-
Constructor Details
-
EducationStatusUtil
public EducationStatusUtil(RequirementStatusUtil requirementStatusUtil, CurrentRequirementHolder holder, RequirementResult requirementResult, org.kie.api.runtime.KieSession session)
-
-
Method Details
-
authorized
public void authorized()set theEducationStatus
toEducationStatus.AUTHORIZED
, this also set theRequirementStatus
toRequirementStatus.FULFILLED
for the currentRequirement
(if present) -
authorized
public void authorized(boolean isAuthorized) -
passed
public void passed()set theEducationStatus
toEducationStatus.PASSED
, this also set theRequirementStatus
toRequirementStatus.FULFILLED
for the currentRequirement
(if present) -
passed
public void passed(boolean isPassed)
-