Uses of Interface
de.hybris.platform.ruleengineservices.compiler.RuleCompilerProblem
-
Packages that use RuleCompilerProblem Package Description de.hybris.platform.rulebuilderbackoffice.editors de.hybris.platform.ruleengineservices.compiler de.hybris.platform.ruleengineservices.compiler.impl -
-
Uses of RuleCompilerProblem in de.hybris.platform.rulebuilderbackoffice.editors
Methods in de.hybris.platform.rulebuilderbackoffice.editors that return types with arguments of type RuleCompilerProblem Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<RuleCompilerProblem>>AbstractEditorViewModel. getRuleCompilerProblems() -
Uses of RuleCompilerProblem in de.hybris.platform.ruleengineservices.compiler
Subinterfaces of RuleCompilerProblem in de.hybris.platform.ruleengineservices.compiler Modifier and Type Interface Description interfaceRuleCompilerParameterProblemThis interface represents the parameter problem which may occur during compilation process.Methods in de.hybris.platform.ruleengineservices.compiler that return RuleCompilerProblem Modifier and Type Method Description RuleCompilerProblemRuleCompilerProblemFactory. createProblem(RuleCompilerProblem.Severity severity, java.lang.String messageKey, java.lang.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 RuleCompilerProblem Modifier and Type Method Description java.util.List<RuleCompilerProblem>RuleCompilerContext. getProblems()Returns all problems arose during compilation process.java.util.List<RuleCompilerProblem>RuleCompilerResult. getProblems()Returns problems occurred during compilation process.Methods in de.hybris.platform.ruleengineservices.compiler with parameters of type RuleCompilerProblem Modifier and Type Method Description voidRuleCompilerContext. 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 RuleCompilerProblem Modifier and Type Method Description RuleCompilerResultRuleCompilerResultFactory. create(AbstractRuleModel rule, RuleCompilerResult.Result result, java.util.List<RuleCompilerProblem> problems)Creates a result of rule compiler process.RuleCompilerResultRuleCompilerResultFactory. create(AbstractRuleModel rule, java.util.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 RuleCompilerProblem Modifier and Type Class Description classDefaultRuleCompilerParameterProblemclassDefaultRuleCompilerProblemDefault implementation ofRuleCompilerProblem.Methods in de.hybris.platform.ruleengineservices.compiler.impl that return RuleCompilerProblem Modifier and Type Method Description RuleCompilerProblemDefaultRuleCompilerProblemFactory. createProblem(RuleCompilerProblem.Severity severity, java.lang.String messageKey, java.lang.Object... parameters)Methods in de.hybris.platform.ruleengineservices.compiler.impl that return types with arguments of type RuleCompilerProblem Modifier and Type Method Description java.util.List<RuleCompilerProblem>DefaultRuleCompilerContext. getProblems()java.util.List<RuleCompilerProblem>DefaultRuleCompilerResult. getProblems()Methods in de.hybris.platform.ruleengineservices.compiler.impl with parameters of type RuleCompilerProblem Modifier and Type Method Description voidDefaultRuleCompilerContext. addProblem(RuleCompilerProblem problem)Method parameters in de.hybris.platform.ruleengineservices.compiler.impl with type arguments of type RuleCompilerProblem Modifier and Type Method Description RuleCompilerResultDefaultRuleCompilerResultFactory. create(AbstractRuleModel rule, RuleCompilerResult.Result result, java.util.List<RuleCompilerProblem> problems)RuleCompilerResultDefaultRuleCompilerResultFactory. create(AbstractRuleModel rule, java.util.List<RuleCompilerProblem> problems)Constructor parameters in de.hybris.platform.ruleengineservices.compiler.impl with type arguments of type RuleCompilerProblem 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)DefaultRuleCompilerResult(java.lang.String ruleCode, java.util.List<RuleCompilerProblem> problems)
-