public interface INodeMapper<N extends Node> extends Mapper<EntityDetail,N>
| Modifier and Type | Method and Description |
|---|---|
N |
map(EntityDetail entityDetail)
Map from an OMRS EntityDetail to a Subject Area OMAS Node
|
EntityDetail |
map(N node)
Map from a Subject Area OMAS Node to an OMRS EntityDetail
|
getTypeDefGuid, getTypeNameN map(EntityDetail entityDetail)
map in interface Mapper<EntityDetail,N extends Node>entityDetail - OMRS EntityDetailEntityDetail map(N node)
map in interface Mapper<EntityDetail,N extends Node>node - a Subject Area OMAS NodeCopyright © 2018–2020 ODPi. All rights reserved.