Uses of Interface
de.hybris.platform.ruleengine.concurrency.TaskResult
Packages that use TaskResult
Package
Description
-
Uses of TaskResult in de.hybris.platform.ruleengine.concurrency
Classes in de.hybris.platform.ruleengine.concurrency with type parameters of type TaskResultModifier and TypeInterfaceDescriptioninterfaceRuleEngineTaskProcessor<I extends ItemModel,T extends TaskResult> Interface encapsulating the behavior of multi-thread executing in tenant-aware contextinterfaceTaskExecutionFuture<T extends TaskResult>Interface for the task execution future to keep the state of the executing task/threads -
Uses of TaskResult in de.hybris.platform.ruleengine.concurrency.impl
Methods in de.hybris.platform.ruleengine.concurrency.impl that return TaskResultMethods in de.hybris.platform.ruleengine.concurrency.impl that return types with arguments of type TaskResult -
Uses of TaskResult in de.hybris.platform.ruleengine.impl
Methods in de.hybris.platform.ruleengine.impl that return types with arguments of type TaskResultModifier and TypeMethodDescriptionDefaultPlatformRuleEngineService.getEngineRulesPersistingTaskProcessor()Method parameters in de.hybris.platform.ruleengine.impl with type arguments of type TaskResultModifier and TypeMethodDescriptionvoidDefaultPlatformRuleEngineService.setEngineRulesPersistingTaskProcessor(RuleEngineTaskProcessor<AbstractRuleEngineRuleModel, TaskResult> engineRulesPersistingTaskProcessor) -
Uses of TaskResult in de.hybris.platform.ruleengine.init
Classes in de.hybris.platform.ruleengine.init that implement TaskResultModifier and TypeClassDescriptionclassRules-deployment specific implementation for theTaskResultMethods in de.hybris.platform.ruleengine.init that return TaskResult -
Uses of TaskResult in de.hybris.platform.ruleengineservices.maintenance
Classes in de.hybris.platform.ruleengineservices.maintenance that implement TaskResultMethods in de.hybris.platform.ruleengineservices.maintenance that return TaskResultModifier and TypeMethodDescriptionRuleCompilerFuture.getTaskResult()Blocks until the task execution finishes (all threads join) and returns the list ofRuleCompilerResult