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