Uses of Class
org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements.ElementVersions
-
Packages that use ElementVersions Package Description org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements -
-
Uses of ElementVersions in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements
Methods in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements that return ElementVersions Modifier and Type Method Description ElementVersionsElementHeader. getVersions()Return detail of the element's current version and the users responsible for maintaining it.Methods in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements with parameters of type ElementVersions Modifier and Type Method Description voidElementHeader. setVersions(ElementVersions versions)Set up detail of the element's current version and the users responsible for maintaining it.Constructors in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements with parameters of type ElementVersions Constructor Description ElementVersions(ElementVersions template)Copy/clone constructor.
-