Class BatchBuilder
java.lang.Object
org.camunda.bpm.engine.impl.batch.builder.BatchBuilder
-
Field Summary
Modifier and TypeFieldDescriptionprotected CommandContext
protected BatchConfiguration
protected OperationLogHandler
protected OperationLogInstanceCountHandler
protected Permission
protected PermissionHandler
protected String
protected Integer
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
protected int
calculateTotalJobs
(int instanceCount, int invocationPerBatchJobCount) protected void
config
(BatchConfiguration config) protected BatchEntity
configure
(BatchEntity batch) operationLogHandler
(OperationLogHandler operationLogHandler) operationLogHandler
(OperationLogInstanceCountHandler operationLogHandler) permission
(Permission permission) permissionHandler
(PermissionHandler permissionCheckHandler) protected void
save
(BatchEntity batch) protected void
setTotalJobs
(BatchEntity batch, int invocationPerBatchJobCount) totalJobs
(int totalJobsCount) protected void
-
Field Details
-
commandContext
-
config
-
tenantId
-
type
-
totalJobsCount
-
permission
-
permissionHandler
-
operationLogInstanceCountHandler
-
operationLogHandler
-
-
Constructor Details
-
BatchBuilder
-
-
Method Details
-
tenantId
-
config
-
type
-
totalJobs
-
permission
-
permissionHandler
-
operationLogHandler
-
operationLogHandler
-
build
-
checkPermissions
protected void checkPermissions() -
configure
-
setTotalJobs
-
save
-
writeOperationLog
protected void writeOperationLog() -
calculateTotalJobs
protected int calculateTotalJobs(int instanceCount, int invocationPerBatchJobCount)
-