Interface XVersionedObject
- All Known Subinterfaces:
XVersionedComposition
,XVersionedEhrAccess
,XVersionedEhrStatus
,XVersionedFolder
,XVersionedParty
public interface XVersionedObject
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.openehr.base.base_types.identification.ObjectRef
io.github.openehr4j.rm.common.generic.RevisionHistory
io.github.openehr4j.rm.data_types.date_time.DvDateTime
org.openehr.base.base_types.identification.HierObjectId
getUid()
-
Method Details
-
getUid
org.openehr.base.base_types.identification.HierObjectId getUid() -
getOwnerId
org.openehr.base.base_types.identification.ObjectRef getOwnerId() -
getTimeCreated
io.github.openehr4j.rm.data_types.date_time.DvDateTime getTimeCreated() -
getTotalVersionCount
Integer getTotalVersionCount() -
getExtractVersionCount
Integer getExtractVersionCount() -
getRevisionHistory
io.github.openehr4j.rm.common.generic.RevisionHistory getRevisionHistory() -
getVersions
List getVersions()
-