| Package | Description |
|---|---|
| de.hybris.platform.processing.distributed.simple.data |
| Modifier and Type | Method and Description |
|---|---|
static QueryBasedCreationData.Builder |
QueryBasedCreationData.builder() |
QueryBasedCreationData.Builder |
QueryBasedCreationData.Builder.useDatabasePaging()
Tells whether this
ProcessCreationData implementation should use Database level paging or in-memory
paging. |
QueryBasedCreationData.Builder |
QueryBasedCreationData.Builder.withBatchSize(int batchSize)
Allows to provide custom batch size.
|
QueryBasedCreationData.Builder |
QueryBasedCreationData.Builder.withBeforeQueryHook(QueryBasedCreationData.QueryHook beforeQueryHook)
Allows to provide logic which will be executed before FlexibleSearchQuery is executed.
|
QueryBasedCreationData.Builder |
QueryBasedCreationData.Builder.withFlexibleSearchQuery(FlexibleSearchQuery flexibleSearchQuery)
Allows to provide full
FlexibleSearchQuery object. |
QueryBasedCreationData.Builder |
QueryBasedCreationData.Builder.withHandlerId(String handlerId)
Allows to provide Spring Bean ID of a SimpleDistributedProcessHandler.
|
QueryBasedCreationData.Builder |
QueryBasedCreationData.Builder.withNodeGroup(String nodeGroup)
Allows to provide name of the NodeGroup which will execute process.
|
QueryBasedCreationData.Builder |
QueryBasedCreationData.Builder.withNumOfRetries(int numOfRetries)
Allows to provide custom number of retries for Batch.
|
QueryBasedCreationData.Builder |
QueryBasedCreationData.Builder.withProcessId(String processId)
Allows to setup custom processId.
|
QueryBasedCreationData.Builder |
QueryBasedCreationData.Builder.withProcessModelClass(Class<? extends SimpleDistributedProcessModel> processModelClass)
Allows to provide custom process model class.
|
QueryBasedCreationData.Builder |
QueryBasedCreationData.Builder.withQuery(String query)
Allows to provide FlexibleSrarch query String.
|
QueryBasedCreationData.Builder |
QueryBasedCreationData.Builder.withQueryParams(Map<String,Object> queryParams)
Allows to provide query parameters when String based query is used.
|
QueryBasedCreationData.Builder |
QueryBasedCreationData.Builder.withResultClasses(List<Class<?>> resultClasses)
Allows to provide result classes when String based query is used.
|
QueryBasedCreationData.Builder |
QueryBasedCreationData.Builder.withScriptCode(String scriptCode)
Allows to provide Script code which will act as a
SimpleBatchProcessor implementation. |
Copyright © 2017 SAP SE. All Rights Reserved.