Uses of Interface
de.hybris.platform.integrationservices.virtualattributes.LogicExecutor
-
Packages that use LogicExecutor Package Description de.hybris.platform.integrationservices.virtualattributes de.hybris.platform.integrationservices.virtualattributes.impl -
-
Uses of LogicExecutor in de.hybris.platform.integrationservices.virtualattributes
Methods in de.hybris.platform.integrationservices.virtualattributes that return LogicExecutor Modifier and Type Method Description LogicExecutorLogicExecutorFactory. create(@NotNull LogicExecutorContext context)Creates aLogicExecutorfrom the givenLogicExecutorContext -
Uses of LogicExecutor in de.hybris.platform.integrationservices.virtualattributes.impl
Classes in de.hybris.platform.integrationservices.virtualattributes.impl that implement LogicExecutor Modifier and Type Class Description classScriptLogicExecutorImplementation of theLogicExecutorfor executingLogicLocationScheme.MODELscripts.Methods in de.hybris.platform.integrationservices.virtualattributes.impl that return LogicExecutor Modifier and Type Method Description LogicExecutorDefaultLogicExecutorFactory. create(@NotNull LogicExecutorContext context)Creates aLogicExecutorfrom the givenLogicExecutorContext
-