Interface ExtractRequest
- All Superinterfaces:
io.github.openehr4j.rm.common.archetyped.Locatable
,io.github.openehr4j.rm.common.archetyped.Pathable
public interface ExtractRequest
extends io.github.openehr4j.rm.common.archetyped.Locatable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.openehr.base.base_types.identification.HierObjectId
getUid()
Methods inherited from interface io.github.openehr4j.rm.common.archetyped.Locatable
concept, getArchetypeDetails, getArchetypeNodeId, getFeederAudit, getLinks, getName, isArchetypeRoot
Methods inherited from interface io.github.openehr4j.rm.common.archetyped.Pathable
itemAtPath, itemsAtPath, parent, pathExists, pathOfItem, pathUnique
-
Method Details
-
getExtractSpec
ExtractSpec getExtractSpec() -
getUpdateSpec
ExtractUpdateSpec getUpdateSpec() -
getUid
org.openehr.base.base_types.identification.HierObjectId getUid()- Specified by:
getUid
in interfaceio.github.openehr4j.rm.common.archetyped.Locatable
-