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 String
protected BatchServiceConfiguration
protected String
protected CommandExecutor
protected String
protected String
protected String
protected 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:
batchType
in interfaceBatchBuilder
-
searchKey
- Specified by:
searchKey
in interfaceBatchBuilder
-
searchKey2
- Specified by:
searchKey2
in interfaceBatchBuilder
-
status
- Specified by:
status
in interfaceBatchBuilder
-
batchDocumentJson
- Specified by:
batchDocumentJson
in interfaceBatchBuilder
-
tenantId
- Specified by:
tenantId
in interfaceBatchBuilder
-
create
- Specified by:
create
in interfaceBatchBuilder
-
getBatchType
- Specified by:
getBatchType
in interfaceBatchBuilder
-
getSearchKey
- Specified by:
getSearchKey
in interfaceBatchBuilder
-
getSearchKey2
- Specified by:
getSearchKey2
in interfaceBatchBuilder
-
getStatus
- Specified by:
getStatus
in interfaceBatchBuilder
-
getBatchDocumentJson
- Specified by:
getBatchDocumentJson
in interfaceBatchBuilder
-
getTenantId
- Specified by:
getTenantId
in interfaceBatchBuilder
-