Class EducationStatusUtil
java.lang.Object
ch.tocco.nice2.optional.educationrequirement.impl.requirementevaluation.globals.EducationStatusUtil
-
Constructor Summary
ConstructorsConstructorDescriptionEducationStatusUtil(RequirementStatusUtil requirementStatusUtil, CurrentRequirementHolder holder, RequirementResult requirementResult, org.kie.api.runtime.KieSession session) -
Method Summary
Modifier and TypeMethodDescriptionvoidset theEducationStatustoEducationStatus.AUTHORIZED, this also set theRequirementStatustoRequirementStatus.FULFILLEDfor the currentRequirement(if present)voidauthorized(boolean isAuthorized) voidpassed()set theEducationStatustoEducationStatus.PASSED, this also set theRequirementStatustoRequirementStatus.FULFILLEDfor the currentRequirement(if present)voidpassed(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 theEducationStatustoEducationStatus.AUTHORIZED, this also set theRequirementStatustoRequirementStatus.FULFILLEDfor the currentRequirement(if present) -
authorized
public void authorized(boolean isAuthorized) -
passed
public void passed()set theEducationStatustoEducationStatus.PASSED, this also set theRequirementStatustoRequirementStatus.FULFILLEDfor the currentRequirement(if present) -
passed
public void passed(boolean isPassed)
-