Class BatchBuilder
java.lang.Object
org.camunda.bpm.engine.impl.batch.builder.BatchBuilder
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected CommandContextprotected BatchConfigurationprotected OperationLogHandlerprotected OperationLogInstanceCountHandlerprotected Permissionprotected PermissionHandlerprotected Stringprotected Integerprotected String
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()protected intcalculateTotalJobs(int instanceCount, int invocationPerBatchJobCount) protected voidconfig(BatchConfiguration config) protected BatchEntityconfigure(BatchEntity batch) operationLogHandler(OperationLogHandler operationLogHandler) operationLogHandler(OperationLogInstanceCountHandler operationLogHandler) permission(Permission permission) permissionHandler(PermissionHandler permissionCheckHandler) protected voidsave(BatchEntity batch) protected voidsetTotalJobs(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
- 
checkPermissionsprotected void checkPermissions()
- 
configure
- 
setTotalJobs
- 
save
- 
writeOperationLogprotected void writeOperationLog()
- 
calculateTotalJobsprotected int calculateTotalJobs(int instanceCount, int invocationPerBatchJobCount) 
 
-