public interface InputTranslationEngine
| Modifier and Type | Method and Description |
|---|---|
MappedIdentity |
getExistingIdentity(MappingResult result) |
boolean |
identitiesNotPresentInDb(MappingResult result) |
void |
mergeWithExisting(MappingResult result,
pl.edu.icm.unity.types.basic.EntityParam baseEntity)
Merges the information obtained after execution of an input translation profile with a manually specified
entity.
|
void |
process(MappingResult result)
Entry point.
|
pl.edu.icm.unity.types.basic.Entity |
resolveMappedIdentity(MappedIdentity checked) |
void process(MappingResult result) throws pl.edu.icm.unity.exceptions.EngineException
result - pl.edu.icm.unity.exceptions.EngineExceptionvoid mergeWithExisting(MappingResult result, pl.edu.icm.unity.types.basic.EntityParam baseEntity) throws pl.edu.icm.unity.exceptions.EngineException
result - baseEntity - pl.edu.icm.unity.exceptions.EngineExceptionboolean identitiesNotPresentInDb(MappingResult result)
result - pl.edu.icm.unity.types.basic.Entity resolveMappedIdentity(MappedIdentity checked) throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionMappedIdentity getExistingIdentity(MappingResult result)
Copyright © 2018 Unity. All rights reserved.