public abstract class AbstractIDBasedBatchCmd<T> extends AbstractBatchCmd<T>
Constructor and Description |
---|
AbstractIDBasedBatchCmd() |
Modifier and Type | Method and Description |
---|---|
protected int |
calculateSize(ProcessEngineConfigurationImpl engineConfiguration,
BatchConfiguration batchConfiguration) |
protected BatchEntity |
createBatch(CommandContext commandContext,
List<String> ids) |
protected abstract BatchConfiguration |
getAbstractIdsBatchConfiguration(List<String> ids) |
protected abstract BatchJobHandler |
getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
checkAuthorizations
protected BatchEntity createBatch(CommandContext commandContext, List<String> ids)
protected int calculateSize(ProcessEngineConfigurationImpl engineConfiguration, BatchConfiguration batchConfiguration)
protected abstract BatchConfiguration getAbstractIdsBatchConfiguration(List<String> ids)
protected abstract BatchJobHandler getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration)
Copyright © 2017. All rights reserved.