| Package | Description |
|---|---|
| org.molgenis.semanticmapper.mapping.model | |
| org.molgenis.semanticmapper.repository | |
| org.molgenis.semanticmapper.repository.impl |
| Modifier and Type | Method and Description |
|---|---|
MappingTarget |
MappingProject.addTarget(EntityType target) |
MappingTarget |
MappingProject.getMappingTarget(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<MappingTarget> |
MappingProject.getMappingTargets() |
| Constructor and Description |
|---|
MappingProject(String identifier,
String name,
int depth,
List<MappingTarget> mappingTargets)
Creates a new instance of
MappingProject. |
| Modifier and Type | Method and Description |
|---|---|
List<MappingTarget> |
MappingTargetRepository.toMappingTargets(List<Entity> mappingTargetEntities)
Creates a list of fully reconstructed
MappingTargets. |
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
MappingTargetRepository.upsert(Collection<MappingTarget> collection)
|
| Modifier and Type | Method and Description |
|---|---|
List<MappingTarget> |
MappingTargetRepositoryImpl.toMappingTargets(List<Entity> mappingTargetEntities) |
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
MappingTargetRepositoryImpl.upsert(Collection<MappingTarget> collection) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.