Uses of Enum Class
de.hybris.platform.ruleengine.enums.DroolsSessionType
Packages that use DroolsSessionType
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.ruleengine.jalo package.
-
Uses of DroolsSessionType in de.hybris.platform.ruleengine.enums
Methods in de.hybris.platform.ruleengine.enums that return DroolsSessionTypeModifier and TypeMethodDescriptionstatic DroolsSessionTypeReturns the enum constant of this class with the specified name.static DroolsSessionType[]DroolsSessionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DroolsSessionType in de.hybris.platform.ruleengine.init
Methods in de.hybris.platform.ruleengine.init with parameters of type DroolsSessionTypeModifier and TypeMethodDescriptionstatic org.kie.api.builder.model.KieSessionModel.KieSessionTypeRuleEngineKieModuleSwapper.getSessionType(DroolsSessionType sessionType) converts between hybris and drools session type -
Uses of DroolsSessionType in de.hybris.platform.ruleengine.model
Methods in de.hybris.platform.ruleengine.model that return DroolsSessionTypeModifier and TypeMethodDescriptionDroolsKIESessionModel.getSessionType()Generated method - Getter of theDroolsKIESession.sessionTypeattribute defined at extensionruleengine.Methods in de.hybris.platform.ruleengine.model with parameters of type DroolsSessionTypeModifier and TypeMethodDescriptionvoidDroolsKIESessionModel.setSessionType(DroolsSessionType value) Generated method - Setter ofDroolsKIESession.sessionTypeattribute defined at extensionruleengine.