Interface I_CompoXrefAccess
- All Known Implementing Classes:
CompoXRefAccess
public interface I_CompoXrefAccess
Deals with composition links. For example to link an ACTION with an INSTRUCTION with or an OBSERVATION
Created by christian on 9/12/2016.
-
Method Summary
Modifier and TypeMethodDescriptiongetLastLink(UUID masterUid) Retrieve only the latest (by system transaction time) of children matching given parent/master IDgetLinkList(UUID masterUid) Retrieves list of children matching given parent/master IDintInsert a new link between given master and child
-
Method Details
-
getLinkList
Retrieves list of children matching given parent/master ID- Parameters:
masterUid- parent or masterUUID- Returns:
- A list of children represented as map, where each child has its system transaction time as value
-
getLastLink
Retrieve only the latest (by system transaction time) of children matching given parent/master ID -
setLink
Insert a new link between given master and child
-