Uses of Class
de.hybris.platform.integrationservices.virtualattributes.LogicExecutorContext
-
Packages that use LogicExecutorContext Package Description de.hybris.platform.integrationservices.virtualattributes de.hybris.platform.integrationservices.virtualattributes.impl -
-
Uses of LogicExecutorContext in de.hybris.platform.integrationservices.virtualattributes
Methods in de.hybris.platform.integrationservices.virtualattributes that return LogicExecutorContext Modifier and Type Method Description static LogicExecutorContextLogicExecutorContext. create(@NotNull LogicLocation logicLocation, @NotNull TypeAttributeDescriptor descriptor)LogicExecutorContextVirtualAttributeConfigurationException. getExecutorContext()Retrieves context of the failedLogicExecutorLogicExecutorContextVirtualAttributeExecutionException. getExecutorContext()Retrieves context of the failedLogicExecutorMethods in de.hybris.platform.integrationservices.virtualattributes with parameters of type LogicExecutorContext Modifier and Type Method Description LogicExecutorLogicExecutorFactory. create(@NotNull LogicExecutorContext context)Creates aLogicExecutorfrom the givenLogicExecutorContextConstructors in de.hybris.platform.integrationservices.virtualattributes with parameters of type LogicExecutorContext Constructor Description VirtualAttributeConfigurationException(LogicExecutorContext c, java.lang.RuntimeException e)Instantiates this exception with the provided context.VirtualAttributeConfigurationException(LogicExecutorContext ctx, java.lang.String info)Instantiates this exception with the provided context and additional information.VirtualAttributeExecutionException(LogicExecutorContext c, LogicParams p, java.lang.RuntimeException e)Instantiates this message with the specified context. -
Uses of LogicExecutorContext in de.hybris.platform.integrationservices.virtualattributes.impl
Methods in de.hybris.platform.integrationservices.virtualattributes.impl with parameters of type LogicExecutorContext Modifier and Type Method Description LogicExecutorDefaultLogicExecutorFactory. create(@NotNull LogicExecutorContext context)Creates aLogicExecutorfrom the givenLogicExecutorContextConstructors in de.hybris.platform.integrationservices.virtualattributes.impl with parameters of type LogicExecutorContext Constructor Description ScriptLogicExecutor(@NotNull LogicExecutorContext ctx, @NotNull ScriptingLanguagesService service)Instantiates this executor
-