Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementVersions
-
Packages that use ElementVersions Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of ElementVersions in org.odpi.openmetadata.frameworks.connectors.properties
Methods in org.odpi.openmetadata.frameworks.connectors.properties that return ElementVersions Modifier and Type Method Description ElementVersionsAssetElementHeader. getVersions()Return the element version properties for this properties object. -
Uses of ElementVersions in org.odpi.openmetadata.frameworks.connectors.properties.beans
Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return ElementVersions Modifier and Type Method Description ElementVersionsElementControlHeader. getVersions()Return detail of the element's current version and the users responsible for maintaining it.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type ElementVersions Modifier and Type Method Description voidElementControlHeader. setVersions(ElementVersions versions)Set up detail of the element's current version and the users responsible for maintaining it.Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type ElementVersions Constructor Description ElementVersions(ElementVersions template)Copy/clone constructor.
-