Uses of Class
de.hybris.platform.processing.distributed.simple.data.QueryBasedCreationData.Builder
Packages that use QueryBasedCreationData.Builder
-
Uses of QueryBasedCreationData.Builder in de.hybris.platform.processing.distributed.simple.data
Methods in de.hybris.platform.processing.distributed.simple.data that return QueryBasedCreationData.BuilderModifier and TypeMethodDescriptionQueryBasedCreationData.builder()QueryBasedCreationData.Builder.useDatabasePaging()Tells whether thisProcessCreationDataimplementation should use Database level paging or in-memory paging.QueryBasedCreationData.Builder.withBatchSize(int batchSize) Allows to provide custom batch size.QueryBasedCreationData.Builder.withBeforeQueryHook(QueryBasedCreationData.QueryHook beforeQueryHook) Allows to provide logic which will be executed before FlexibleSearchQuery is executed.QueryBasedCreationData.Builder.withFlexibleSearchQuery(FlexibleSearchQuery flexibleSearchQuery) Allows to provide fullFlexibleSearchQueryobject.QueryBasedCreationData.Builder.withHandlerId(String handlerId) Allows to provide Spring Bean ID of a SimpleDistributedProcessHandler.QueryBasedCreationData.Builder.withNodeGroup(String nodeGroup) Allows to provide name of the NodeGroup which will execute process.QueryBasedCreationData.Builder.withNumOfRetries(int numOfRetries) Allows to provide custom number of retries for Batch.QueryBasedCreationData.Builder.withProcessId(String processId) Allows to setup custom processId.QueryBasedCreationData.Builder.withProcessModelClass(Class<? extends SimpleDistributedProcessModel> processModelClass) Allows to provide custom process model class.Allows to provide FlexibleSrarch query String.QueryBasedCreationData.Builder.withQueryParams(Map<String, Object> queryParams) Allows to provide query parameters when String based query is used.QueryBasedCreationData.Builder.withResultClasses(List<Class<?>> resultClasses) Allows to provide result classes when String based query is used.QueryBasedCreationData.Builder.withScriptCode(String scriptCode) Allows to provide Script code which will act as aSimpleBatchProcessorimplementation.