Uses of Class
de.hybris.platform.ruleengine.ResultItem
-
-
Uses of ResultItem in de.hybris.platform.ruleengine
Methods in de.hybris.platform.ruleengine that return types with arguments of type ResultItem Modifier and Type Method Description java.util.Collection<ResultItem>RuleEngineActionResult. getResults()Method parameters in de.hybris.platform.ruleengine with type arguments of type ResultItem Modifier and Type Method Description voidRuleEngineActionResult. setResults(java.util.Collection<ResultItem> results) -
Uses of ResultItem in de.hybris.platform.ruleengine.event
Methods in de.hybris.platform.ruleengine.event that return types with arguments of type ResultItem Modifier and Type Method Description java.util.Collection<ResultItem>RuleEngineModuleSwapCompletedEvent. getResults()Method parameters in de.hybris.platform.ruleengine.event with type arguments of type ResultItem Modifier and Type Method Description static RuleEngineModuleSwapCompletedEventRuleEngineModuleSwapCompletedEvent. ofFailure(java.lang.String rulesModuleName, java.lang.String previousRulesModuleVersion, java.lang.String failureReason, java.util.Collection<ResultItem> results)static RuleEngineModuleSwapCompletedEventRuleEngineModuleSwapCompletedEvent. ofSuccess(java.lang.String rulesModuleName, java.lang.String previousRulesModuleVersion, java.lang.String rulesModuleVersion, java.util.Collection<ResultItem> results) -
Uses of ResultItem in de.hybris.platform.ruleengine.exception
Methods in de.hybris.platform.ruleengine.exception that return types with arguments of type ResultItem Modifier and Type Method Description java.util.Collection<ResultItem>DroolsInitializationException. getResults()Constructor parameters in de.hybris.platform.ruleengine.exception with type arguments of type ResultItem Constructor Description DroolsInitializationException(java.util.Collection<ResultItem> results, java.lang.String message)the results from the building processDroolsInitializationException(java.util.Collection<ResultItem> results, java.lang.Throwable cause)the results from the building process -
Uses of ResultItem in de.hybris.platform.ruleengine.init.impl
Methods in de.hybris.platform.ruleengine.init.impl that return ResultItem Modifier and Type Method Description protected ResultItemDefaultRuleEngineKieModuleSwapper. addNewResultItemOf(RuleEngineActionResult result, MessageLevel messageLevel, java.lang.String message)protected ResultItemDefaultRulePublishingSpliterator. addNewResultItemOf(RuleEngineActionResult result, MessageLevel messageLevel, java.lang.String message) -
Uses of ResultItem in de.hybris.platform.ruleenginebackoffice.actions
Method parameters in de.hybris.platform.ruleenginebackoffice.actions with type arguments of type ResultItem Modifier and Type Method Description protected voidAbstractRuleCompilePublishComposer. onPublishingError(java.lang.String failureReason, java.util.Collection<ResultItem> results)the method invoked upon publishing errors
-