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 Batchprotected final BatchServiceConfigurationprotected final CommandExecutorprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected String -
Constructor Summary
ConstructorsConstructorDescriptionBatchPartBuilderImpl(Batch batch, BatchServiceConfiguration batchServiceConfiguration) BatchPartBuilderImpl(Batch batch, BatchServiceConfiguration batchServiceConfiguration, CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptioncreate()protected BatchPartsearchKey2(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:
typein interfaceBatchPartBuilder
-
searchKey
- Specified by:
searchKeyin interfaceBatchPartBuilder
-
searchKey2
- Specified by:
searchKey2in interfaceBatchPartBuilder
-
status
- Specified by:
statusin interfaceBatchPartBuilder
-
scopeId
- Specified by:
scopeIdin interfaceBatchPartBuilder
-
subScopeId
- Specified by:
subScopeIdin interfaceBatchPartBuilder
-
scopeType
- Specified by:
scopeTypein interfaceBatchPartBuilder
-
create
- Specified by:
createin interfaceBatchPartBuilder
-
createSafe
-