Package org.flowable.batch.service.impl
Class BatchBuilderImpl
java.lang.Object
org.flowable.batch.service.impl.BatchBuilderImpl
- All Implemented Interfaces:
BatchBuilder
- Author:
- Tijs Rademakers
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected BatchServiceConfigurationprotected Stringprotected CommandExecutorprotected Stringprotected Stringprotected Stringprotected String -
Constructor Summary
ConstructorsConstructorDescriptionBatchBuilderImpl(BatchServiceConfiguration batchServiceConfiguration) BatchBuilderImpl(CommandExecutor commandExecutor, BatchServiceConfiguration batchServiceConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionbatchDocumentJson(String batchDocumentJson) create()searchKey2(String searchKey2)
-
Field Details
-
batchServiceConfiguration
-
commandExecutor
-
batchType
-
searchKey
-
searchKey2
-
status
-
batchDocumentJson
-
tenantId
-
-
Constructor Details
-
BatchBuilderImpl
public BatchBuilderImpl() -
BatchBuilderImpl
public BatchBuilderImpl(CommandExecutor commandExecutor, BatchServiceConfiguration batchServiceConfiguration) -
BatchBuilderImpl
-
-
Method Details
-
batchType
- Specified by:
batchTypein interfaceBatchBuilder
-
searchKey
- Specified by:
searchKeyin interfaceBatchBuilder
-
searchKey2
- Specified by:
searchKey2in interfaceBatchBuilder
-
status
- Specified by:
statusin interfaceBatchBuilder
-
batchDocumentJson
- Specified by:
batchDocumentJsonin interfaceBatchBuilder
-
tenantId
- Specified by:
tenantIdin interfaceBatchBuilder
-
create
- Specified by:
createin interfaceBatchBuilder
-
getBatchType
- Specified by:
getBatchTypein interfaceBatchBuilder
-
getSearchKey
- Specified by:
getSearchKeyin interfaceBatchBuilder
-
getSearchKey2
- Specified by:
getSearchKey2in interfaceBatchBuilder
-
getStatus
- Specified by:
getStatusin interfaceBatchBuilder
-
getBatchDocumentJson
- Specified by:
getBatchDocumentJsonin interfaceBatchBuilder
-
getTenantId
- Specified by:
getTenantIdin interfaceBatchBuilder
-