Uses of Class
de.hybris.platform.ruleengineservices.enums.FactContextType
-
Packages that use FactContextType Package Description de.hybris.platform.ruleengineservices.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.ruleengineservices.rao.providers de.hybris.platform.ruleengineservices.rao.providers.impl -
-
Uses of FactContextType in de.hybris.platform.ruleengineservices.enums
Methods in de.hybris.platform.ruleengineservices.enums that return FactContextType Modifier and Type Method Description static FactContextTypeFactContextType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FactContextType[]FactContextType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FactContextType in de.hybris.platform.ruleengineservices.rao.providers
Methods in de.hybris.platform.ruleengineservices.rao.providers with parameters of type FactContextType Modifier and Type Method Description FactContextFactContextFactory. createFactContext(FactContextType type, java.util.Collection<?> facts) -
Uses of FactContextType in de.hybris.platform.ruleengineservices.rao.providers.impl
Methods in de.hybris.platform.ruleengineservices.rao.providers.impl that return FactContextType Modifier and Type Method Description FactContextTypeFactContext. getType()Methods in de.hybris.platform.ruleengineservices.rao.providers.impl with parameters of type FactContextType Modifier and Type Method Description FactContextDefaultFactContextFactory. createFactContext(FactContextType type, java.util.Collection<?> facts)
-