Uses of Interface
de.hybris.platform.ruleengineservices.compiler.RuleCompilerProblem
Packages that use RuleCompilerProblem
Package
Description
-
Uses of RuleCompilerProblem in de.hybris.platform.rulebuilderbackoffice.editors
Methods in de.hybris.platform.rulebuilderbackoffice.editors that return types with arguments of type RuleCompilerProblem -
Uses of RuleCompilerProblem in de.hybris.platform.ruleengineservices.compiler
Subinterfaces of RuleCompilerProblem in de.hybris.platform.ruleengineservices.compilerModifier and TypeInterfaceDescriptioninterfaceThis interface represents the parameter problem which may occur during compilation process.Methods in de.hybris.platform.ruleengineservices.compiler that return RuleCompilerProblemModifier and TypeMethodDescriptionRuleCompilerProblemFactory.createProblem(RuleCompilerProblem.Severity severity, String messageKey, Object... parameters) Creates a new rule compiler problem with localized message with parameters.Methods in de.hybris.platform.ruleengineservices.compiler that return types with arguments of type RuleCompilerProblemModifier and TypeMethodDescriptionRuleCompilerContext.getProblems()Returns all problems arose during compilation process.RuleCompilerResult.getProblems()Returns problems occurred during compilation process.Methods in de.hybris.platform.ruleengineservices.compiler with parameters of type RuleCompilerProblemModifier and TypeMethodDescriptionvoidRuleCompilerContext.addProblem(RuleCompilerProblem problem) Adds a problem arose during compilation process to the list.Method parameters in de.hybris.platform.ruleengineservices.compiler with type arguments of type RuleCompilerProblemModifier and TypeMethodDescriptionRuleCompilerResultFactory.create(AbstractRuleModel rule, RuleCompilerResult.Result result, List<RuleCompilerProblem> problems) Creates a result of rule compiler process.RuleCompilerResultFactory.create(AbstractRuleModel rule, List<RuleCompilerProblem> problems) Creates a result of rule compiler process. -
Uses of RuleCompilerProblem in de.hybris.platform.ruleengineservices.compiler.impl
Classes in de.hybris.platform.ruleengineservices.compiler.impl that implement RuleCompilerProblemMethods in de.hybris.platform.ruleengineservices.compiler.impl that return RuleCompilerProblemModifier and TypeMethodDescriptionDefaultRuleCompilerProblemFactory.createProblem(RuleCompilerProblem.Severity severity, String messageKey, Object... parameters) Methods in de.hybris.platform.ruleengineservices.compiler.impl that return types with arguments of type RuleCompilerProblemModifier and TypeMethodDescriptionDefaultRuleCompilerContext.getProblems()DefaultRuleCompilerResult.getProblems()Methods in de.hybris.platform.ruleengineservices.compiler.impl with parameters of type RuleCompilerProblemModifier and TypeMethodDescriptionvoidDefaultRuleCompilerContext.addProblem(RuleCompilerProblem problem) Method parameters in de.hybris.platform.ruleengineservices.compiler.impl with type arguments of type RuleCompilerProblemModifier and TypeMethodDescriptionDefaultRuleCompilerResultFactory.create(AbstractRuleModel rule, RuleCompilerResult.Result result, List<RuleCompilerProblem> problems) DefaultRuleCompilerResultFactory.create(AbstractRuleModel rule, List<RuleCompilerProblem> problems) Constructor parameters in de.hybris.platform.ruleengineservices.compiler.impl with type arguments of type RuleCompilerProblemModifierConstructorDescriptionDefaultRuleCompilerResult(String ruleCode, RuleCompilerResult.Result result, List<RuleCompilerProblem> problems) DefaultRuleCompilerResult(String ruleCode, RuleCompilerResult.Result result, List<RuleCompilerProblem> problems, long ruleVersion) DefaultRuleCompilerResult(String ruleCode, List<RuleCompilerProblem> problems)