public abstract class AbstractOperationAwareBeanOperationExecutor extends AbstractBeanOperationExecutor
AbstractBeanOperationExecutor
that supports the operation aware.OperationAwareBean,
SmartOperationAwareBeanBeanOperationExecutor.OptionsenableExecuteNotActiveOperation| 限定符 | 构造器和说明 |
|---|---|
protected |
AbstractOperationAwareBeanOperationExecutor(ContainerManager containerManager) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
afterOperationsCompletion(MultiMap<BeanOperations,Object> targetWithOperations)
Trigger the
OperationAwareBean.afterOperationsCompletion() method of the target object. |
protected void |
beforeAssembleOperation(MultiMap<BeanOperations,Object> targetWithOperations)
Do something before the assembly operation begin.
|
protected <T> @NonNull Collection<T> |
filterTargetsForSupportedOperation(Collection<T> targets,
KeyTriggerOperation operation)
Filter the targets that support the specified operation
by the
OperationAwareBean.supportOperation(java.lang.String) method. |
beforeDisassembleOperation, createAssembleExecution, doCombineExecutions, doExecute, execute, executeOperationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, executegetNameprotected AbstractOperationAwareBeanOperationExecutor(ContainerManager containerManager)
protected void beforeAssembleOperation(MultiMap<BeanOperations,Object> targetWithOperations)
beforeAssembleOperation 在类中 AbstractBeanOperationExecutortargetWithOperations - target with operationsprotected void afterOperationsCompletion(MultiMap<BeanOperations,Object> targetWithOperations)
OperationAwareBean.afterOperationsCompletion() method of the target object.afterOperationsCompletion 在类中 AbstractBeanOperationExecutortargetWithOperations - target with operations@NonNull protected <T> @NonNull Collection<T> filterTargetsForSupportedOperation(Collection<T> targets, KeyTriggerOperation operation)
OperationAwareBean.supportOperation(java.lang.String) method.filterTargetsForSupportedOperation 在类中 AbstractBeanOperationExecutortargets - targetsoperation - operationCopyright © 2024. All rights reserved.