Uses of Interface
de.hybris.platform.processing.distributed.simple.data.QueryBasedCreationData.QueryHook
-
Packages that use QueryBasedCreationData.QueryHook Package Description de.hybris.platform.processing.distributed.simple.data de.hybris.platform.processing.distributed.simple.data.split -
-
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.QueryHook Modifier and Type Method Description QueryBasedCreationData.BuilderQueryBasedCreationData.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.QueryHook Constructor Description QueryBasedCreationData(java.lang.String handlerId, java.lang.String processId, java.lang.String nodeGroup, java.lang.Integer batchSize, java.lang.Integer numOfRetries, java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> queryParams, java.util.List<java.lang.Class<?>> resultClasses, FlexibleSearchQuery flexibleSearchQuery, java.lang.String scriptCode, boolean useDatabasePaging, QueryBasedCreationData.QueryHook beforeQueryHook, java.lang.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.QueryHook Constructor Description FlexibleSearchResultSpliterator(FlexibleSearchQuery fQuery, QueryBasedCreationData.QueryHook beforeQueryHook, int batchSize, boolean useDatabasePaging)
-