public class BatchPartBuilderImpl extends Object implements BatchPartBuilder
| Modifier and Type | Field and Description |
|---|---|
protected Batch |
batch |
protected BatchServiceConfiguration |
batchServiceConfiguration |
protected CommandExecutor |
commandExecutor |
protected String |
scopeId |
protected String |
scopeType |
protected String |
searchKey |
protected String |
searchKey2 |
protected String |
status |
protected String |
subScopeId |
protected String |
type |
| Constructor and Description |
|---|
BatchPartBuilderImpl(Batch batch,
BatchServiceConfiguration batchServiceConfiguration) |
BatchPartBuilderImpl(Batch batch,
BatchServiceConfiguration batchServiceConfiguration,
CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
BatchPart |
create() |
protected BatchPart |
createSafe() |
BatchPartBuilder |
scopeId(String scopeId) |
BatchPartBuilder |
scopeType(String scopeType) |
BatchPartBuilder |
searchKey(String searchKey) |
BatchPartBuilder |
searchKey2(String searchKey2) |
BatchPartBuilder |
status(String status) |
BatchPartBuilder |
subScopeId(String subScopeId) |
BatchPartBuilder |
type(String type) |
protected final Batch batch
protected final BatchServiceConfiguration batchServiceConfiguration
protected final CommandExecutor commandExecutor
protected String type
protected String searchKey
protected String searchKey2
protected String status
protected String scopeId
protected String subScopeId
protected String scopeType
public BatchPartBuilderImpl(Batch batch, BatchServiceConfiguration batchServiceConfiguration)
public BatchPartBuilderImpl(Batch batch, BatchServiceConfiguration batchServiceConfiguration, CommandExecutor commandExecutor)
public BatchPartBuilder type(String type)
type in interface BatchPartBuilderpublic BatchPartBuilder searchKey(String searchKey)
searchKey in interface BatchPartBuilderpublic BatchPartBuilder searchKey2(String searchKey2)
searchKey2 in interface BatchPartBuilderpublic BatchPartBuilder status(String status)
status in interface BatchPartBuilderpublic BatchPartBuilder scopeId(String scopeId)
scopeId in interface BatchPartBuilderpublic BatchPartBuilder subScopeId(String subScopeId)
subScopeId in interface BatchPartBuilderpublic BatchPartBuilder scopeType(String scopeType)
scopeType in interface BatchPartBuilderpublic BatchPart create()
create in interface BatchPartBuilderprotected BatchPart createSafe()
Copyright © 2021 Flowable. All rights reserved.