Uses of Interface
org.ehrbase.dao.access.interfaces.I_EntryAccess
Packages that use I_EntryAccess
-
Uses of I_EntryAccess in org.ehrbase.dao.access.interfaces
Methods in org.ehrbase.dao.access.interfaces that return I_EntryAccessModifier and TypeMethodDescriptionI_CompositionAccess.getContent()Get the entry linked to the composition.static I_EntryAccessI_EntryAccess.getNewInstance(I_DomainAccess domain, String templateId, Integer sequence, UUID compositionId, com.nedap.archie.rm.composition.Composition composition, String tenantIdentifier) create and get a new Entry commitstatic I_EntryAccessI_EntryAccess.retrieveInstanceInComposition(I_DomainAccess domainAccess, I_CompositionAccess compositionAccess) Retrieve theI_EntryAccesslinked to given composition.static I_EntryAccessI_EntryAccess.retrieveInstanceInCompositionVersion(I_DomainAccess domainAccess, I_CompositionAccess compositionHistoryAccess, int version) Retrieve theI_EntryAccesslinked to given composition history.Methods in org.ehrbase.dao.access.interfaces with parameters of type I_EntryAccess -
Uses of I_EntryAccess in org.ehrbase.dao.access.jooq
Classes in org.ehrbase.dao.access.jooq that implement I_EntryAccessModifier and TypeClassDescriptionclassOperations on the Entry part of a Composition (Entry is archetyped).Methods in org.ehrbase.dao.access.jooq that return I_EntryAccessModifier and TypeMethodDescriptionCompositionAccess.getContent()static I_EntryAccessEntryAccess.retrieveInstanceInComposition(I_DomainAccess domainAccess, I_CompositionAccess compositionAccess) static I_EntryAccessEntryAccess.retrieveInstanceInCompositionVersion(I_DomainAccess domainAccess, I_CompositionAccess compositionHistoryAccess, int version) Methods in org.ehrbase.dao.access.jooq with parameters of type I_EntryAccess