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) |
|
QueryBasedCreationData.Builder |
QueryBasedCreationData.Builder.withHandlerId(java.lang.String handlerId) |
Allows to provide Spring Bean ID of a SimpleDistributedProcessHandler.
|
QueryBasedCreationData.Builder |
QueryBasedCreationData.Builder.withNodeGroup(java.lang.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(java.lang.String processId) |
Allows to setup custom processId.
|
QueryBasedCreationData.Builder |
QueryBasedCreationData.Builder.withProcessModelClass(java.lang.Class<? extends SimpleDistributedProcessModel> processModelClass) |
Allows to provide custom process model class.
|
QueryBasedCreationData.Builder |
QueryBasedCreationData.Builder.withQuery(java.lang.String query) |
Allows to provide FlexibleSrarch query String.
|
QueryBasedCreationData.Builder |
QueryBasedCreationData.Builder.withQueryParams(java.util.Map<java.lang.String,java.lang.Object> queryParams) |
Allows to provide query parameters when String based query is used.
|
QueryBasedCreationData.Builder |
QueryBasedCreationData.Builder.withResultClasses(java.util.List<java.lang.Class<?>> resultClasses) |
Allows to provide result classes when String based query is used.
|
QueryBasedCreationData.Builder |
QueryBasedCreationData.Builder.withScriptCode(java.lang.String scriptCode) |
|