| 程序包 | 说明 |
|---|---|
| cn.crane4j.core.executor |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BeanOperationExecutor.Options.DynamicContainerOption
An option that can dynamically change the container in the execution process.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
AbstractBeanOperationExecutor.beforeDisassembleOperation(Collection<?> targets,
BeanOperations operations,
BeanOperationExecutor.Options options)
Do something before the disassemble operations begin.
|
protected AssembleExecution |
AbstractBeanOperationExecutor.createAssembleExecution(BeanOperations beanOperations,
AssembleOperation operation,
Collection<Object> targets,
BeanOperationExecutor.Options options)
Create a
AssembleExecution. |
protected @NonNull List<AssembleExecution> |
AbstractBeanOperationExecutor.doCombineExecutions(BeanOperationExecutor.Options options,
Predicate<? super KeyTriggerOperation> filter,
BeanOperations beanOperations,
Collection<Object> targets)
|
void |
AbstractBeanOperationExecutor.execute(Collection<?> targets,
BeanOperations operations,
BeanOperationExecutor.Options options)
Complete operations on all objects in
targets according to the specified BeanOperations and Options. |
void |
BeanOperationExecutor.execute(Collection<?> targets,
BeanOperations operations,
BeanOperationExecutor.Options options)
Complete operations on all objects in
targets according to the specified BeanOperations and BeanOperationExecutor.Options. |
protected abstract void |
AbstractBeanOperationExecutor.executeOperations(List<AssembleExecution> executions,
BeanOperationExecutor.Options options)
Complete the assembly operation.
|
protected void |
AsyncBeanOperationExecutor.executeOperations(List<AssembleExecution> executions,
BeanOperationExecutor.Options options)
Complete the assembly operation.
|
protected void |
DisorderedBeanOperationExecutor.executeOperations(List<AssembleExecution> executions,
BeanOperationExecutor.Options options)
Complete the assembly operation.
|
protected void |
OrderedBeanOperationExecutor.executeOperations(List<AssembleExecution> executions,
BeanOperationExecutor.Options options)
Complete the assembly operation.
|
Copyright © 2024. All rights reserved.