Uses of Class
de.hybris.platform.ruleengine.ResultItem
Packages that use ResultItem
Package
Description
-
Uses of ResultItem in de.hybris.platform.ruleengine
Methods in de.hybris.platform.ruleengine that return types with arguments of type ResultItemMethod parameters in de.hybris.platform.ruleengine with type arguments of type ResultItemModifier and TypeMethodDescriptionvoidRuleEngineActionResult.setResults(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 ResultItemMethod parameters in de.hybris.platform.ruleengine.event with type arguments of type ResultItemModifier and TypeMethodDescriptionRuleEngineModuleSwapCompletedEvent.ofFailure(String rulesModuleName, String previousRulesModuleVersion, String failureReason, Collection<ResultItem> results) RuleEngineModuleSwapCompletedEvent.ofSuccess(String rulesModuleName, String previousRulesModuleVersion, String rulesModuleVersion, 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 ResultItemConstructor parameters in de.hybris.platform.ruleengine.exception with type arguments of type ResultItemModifierConstructorDescriptionDroolsInitializationException(Collection<ResultItem> results, String message) the results from the building processDroolsInitializationException(Collection<ResultItem> results, 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 ResultItemModifier and TypeMethodDescriptionprotected ResultItemDefaultRuleEngineKieModuleSwapper.addNewResultItemOf(RuleEngineActionResult result, MessageLevel messageLevel, String message) protected ResultItemDefaultRulePublishingSpliterator.addNewResultItemOf(RuleEngineActionResult result, MessageLevel messageLevel, String message) -
Uses of ResultItem in de.hybris.platform.ruleenginebackoffice.actions
Method parameters in de.hybris.platform.ruleenginebackoffice.actions with type arguments of type ResultItemModifier and TypeMethodDescriptionprotected voidAbstractRuleCompilePublishComposer.onPublishingError(String failureReason, Collection<ResultItem> results) the method invoked upon publishing errors