Uses of Interface
de.hybris.platform.processing.distributed.simple.data.QueryBasedCreationData.QueryHook
Packages that use QueryBasedCreationData.QueryHook
Package
Description
-
Uses of QueryBasedCreationData.QueryHook in de.hybris.platform.processing.distributed.simple.data
Methods in de.hybris.platform.processing.distributed.simple.data with parameters of type QueryBasedCreationData.QueryHookModifier and TypeMethodDescriptionQueryBasedCreationData.Builder.withBeforeQueryHook(QueryBasedCreationData.QueryHook beforeQueryHook) Allows to provide logic which will be executed before FlexibleSearchQuery is executed.Constructors in de.hybris.platform.processing.distributed.simple.data with parameters of type QueryBasedCreationData.QueryHookModifierConstructorDescriptionprotectedQueryBasedCreationData(String handlerId, String processId, String nodeGroup, Integer batchSize, Integer numOfRetries, String query, Map<String, Object> queryParams, List<Class<?>> resultClasses, FlexibleSearchQuery flexibleSearchQuery, String scriptCode, boolean useDatabasePaging, QueryBasedCreationData.QueryHook beforeQueryHook, Class<? extends SimpleDistributedProcessModel> processModelClass) -
Uses of QueryBasedCreationData.QueryHook in de.hybris.platform.processing.distributed.simple.data.split
Constructors in de.hybris.platform.processing.distributed.simple.data.split with parameters of type QueryBasedCreationData.QueryHookModifierConstructorDescriptionFlexibleSearchResultSpliterator(FlexibleSearchQuery fQuery, QueryBasedCreationData.QueryHook beforeQueryHook, int batchSize, boolean useDatabasePaging)