| Modifier and Type | Method and Description |
|---|---|
AttributeMapping |
EntityMapping.addAttributeMapping(String targetAttributeName)
Adds a new empty attribute mapping to a target attribute
|
AttributeMapping |
EntityMapping.getAttributeMapping(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AttributeMapping> |
EntityMapping.getAttributeMappings() |
| Constructor and Description |
|---|
EntityMapping(String identifier,
EntityType sourceEntityType,
EntityType targetEntityType,
List<AttributeMapping> attributeMappings) |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeMapping> |
AttributeMappingRepository.getAttributeMappings(List<Entity> attributeMappingEntities,
EntityType sourceEntityType,
EntityType targetEntityType)
Creates a list of fully reconstructed
AttributeMappings. |
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
AttributeMappingRepository.upsert(Collection<AttributeMapping> collection)
Inserts or updates a
Collection of AttributeMapping. |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeMapping> |
AttributeMappingRepositoryImpl.getAttributeMappings(List<Entity> attributeMappingEntities,
EntityType sourceEntityType,
EntityType targetEntityType) |
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
AttributeMappingRepositoryImpl.upsert(Collection<AttributeMapping> attributeMappings) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AlgorithmService.apply(AttributeMapping attributeMapping,
Entity sourceEntity,
EntityType sourceEntityType)
Applies an
AttributeMapping to a source Entity |
| Modifier and Type | Method and Description |
|---|---|
Object |
AlgorithmServiceImpl.apply(AttributeMapping attributeMapping,
Entity sourceEntity,
EntityType sourceEntityType) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.