Package org.flowable.batch.service
Class BatchPartBuilderImpl
java.lang.Object
org.flowable.batch.service.BatchPartBuilderImpl
- All Implemented Interfaces:
BatchPartBuilder
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Batch
protected final BatchServiceConfiguration
protected final CommandExecutor
protected String
protected String
protected String
protected String
protected String
protected String
protected String
-
Constructor Summary
ConstructorsConstructorDescriptionBatchPartBuilderImpl
(Batch batch, BatchServiceConfiguration batchServiceConfiguration) BatchPartBuilderImpl
(Batch batch, BatchServiceConfiguration batchServiceConfiguration, CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptioncreate()
protected BatchPart
searchKey2
(String searchKey2) subScopeId
(String subScopeId)
-
Field Details
-
batch
-
batchServiceConfiguration
-
commandExecutor
-
type
-
searchKey
-
searchKey2
-
status
-
scopeId
-
subScopeId
-
scopeType
-
-
Constructor Details
-
BatchPartBuilderImpl
-
BatchPartBuilderImpl
public BatchPartBuilderImpl(Batch batch, BatchServiceConfiguration batchServiceConfiguration, CommandExecutor commandExecutor)
-
-
Method Details
-
type
- Specified by:
type
in interfaceBatchPartBuilder
-
searchKey
- Specified by:
searchKey
in interfaceBatchPartBuilder
-
searchKey2
- Specified by:
searchKey2
in interfaceBatchPartBuilder
-
status
- Specified by:
status
in interfaceBatchPartBuilder
-
scopeId
- Specified by:
scopeId
in interfaceBatchPartBuilder
-
subScopeId
- Specified by:
subScopeId
in interfaceBatchPartBuilder
-
scopeType
- Specified by:
scopeType
in interfaceBatchPartBuilder
-
create
- Specified by:
create
in interfaceBatchPartBuilder
-
createSafe
-