Uses of Class
de.hybris.platform.ruleengineservices.compiler.RuleCompilerResult.Result
-
Packages that use RuleCompilerResult.Result Package Description de.hybris.platform.ruleengineservices.compiler de.hybris.platform.ruleengineservices.compiler.impl -
-
Uses of RuleCompilerResult.Result in de.hybris.platform.ruleengineservices.compiler
Methods in de.hybris.platform.ruleengineservices.compiler that return RuleCompilerResult.Result Modifier and Type Method Description RuleCompilerResult.ResultRuleCompilerResult. getResult()Returns outcome of compilation process.static RuleCompilerResult.ResultRuleCompilerResult.Result. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RuleCompilerResult.Result[]RuleCompilerResult.Result. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.ruleengineservices.compiler with parameters of type RuleCompilerResult.Result Modifier and Type Method Description RuleCompilerResultRuleCompilerResultFactory. create(AbstractRuleModel rule, RuleCompilerResult.Result result, java.util.List<RuleCompilerProblem> problems)Creates a result of rule compiler process. -
Uses of RuleCompilerResult.Result in de.hybris.platform.ruleengineservices.compiler.impl
Methods in de.hybris.platform.ruleengineservices.compiler.impl that return RuleCompilerResult.Result Modifier and Type Method Description RuleCompilerResult.ResultDefaultRuleCompilerResult. getResult()Methods in de.hybris.platform.ruleengineservices.compiler.impl with parameters of type RuleCompilerResult.Result Modifier and Type Method Description RuleCompilerResultDefaultRuleCompilerResultFactory. create(AbstractRuleModel rule, RuleCompilerResult.Result result, java.util.List<RuleCompilerProblem> problems)Constructors in de.hybris.platform.ruleengineservices.compiler.impl with parameters of type RuleCompilerResult.Result Constructor Description DefaultRuleCompilerResult(java.lang.String ruleCode, RuleCompilerResult.Result result, java.util.List<RuleCompilerProblem> problems)DefaultRuleCompilerResult(java.lang.String ruleCode, RuleCompilerResult.Result result, java.util.List<RuleCompilerProblem> problems, long ruleVersion)
-