public interface AssembleOperation extends KeyTriggerOperation
The assembly operation triggered by the specified key.
An example is usually used to describe one of the following processes:
The necessary components for completing the above operations can be obtained through the comparator:
KeyTriggerOperation.getKey(): which field of the target object is the key field;getContainer(): which container to get the corresponding data source object through the key field value;getPropertyMappings(): after getting the data source object, which attributes
should be stuffed into which attributes of the target object;
getAssembleOperationHandler(): how to plug these attribute values;AssembleOperationHandler,
Container,
PropertyMapping,
SimpleAssembleOperation| 限定符和类型 | 方法和说明 |
|---|---|
AssembleOperationHandler |
getAssembleOperationHandler()
Get operation handler.
|
String |
getContainer()
Get namespace of data source container.
|
Set<PropertyMapping> |
getPropertyMappings()
Get property mapping.
|
getKeyallMatch, alwaysMatch, alwaysNoneMatch, anyMatch, getGroups, isBelong, noneMatchSet<PropertyMapping> getPropertyMappings()
String getContainer()
AssembleOperationHandler getAssembleOperationHandler()
Copyright © 2023. All rights reserved.