Uses of Class
org.odpi.openmetadata.accessservices.devops.metadataelements.ElementHeader
-
Packages that use ElementHeader Package Description org.odpi.openmetadata.accessservices.devops.metadataelements -
-
Uses of ElementHeader in org.odpi.openmetadata.accessservices.devops.metadataelements
Subclasses of ElementHeader in org.odpi.openmetadata.accessservices.devops.metadataelements Modifier and Type Class Description classElementStubElementStub is used to identify an element.Methods in org.odpi.openmetadata.accessservices.devops.metadataelements that return ElementHeader Modifier and Type Method Description ElementHeaderAssetElement. getElementHeader()Return the element header associated with the properties.ElementHeaderConnectionElement. getElementHeader()Return the element header associated with the properties.ElementHeaderConnectorTypeElement. getElementHeader()Return the element header associated with the properties.ElementHeaderContactMethodElement. getElementHeader()Return the element header associated with the properties.ElementHeaderEndpointElement. getElementHeader()Return the element header associated with the properties.ElementHeaderHostElement. getElementHeader()Return the element header associated with the properties.ElementHeaderITProfileElement. getElementHeader()Return the element header associated with the properties.ElementHeaderMetadataElement. getElementHeader()Return the element header associated with the properties.ElementHeaderOperatingPlatformElement. getElementHeader()Return the element header associated with the properties.ElementHeaderPlatformDeploymentElement. getElementHeader()Return the element header associated with the relationship.ElementHeaderSoftwareCapabilityElement. getElementHeader()Return the element header associated with the properties.ElementHeaderSoftwareServerElement. getElementHeader()Return the element header associated with the properties.ElementHeaderSoftwareServerPlatformElement. getElementHeader()Return the element header associated with the properties.ElementHeaderSupportedCapabilityElement. getElementHeader()Return the element header associated with the relationship.ElementHeaderUserIdentityElement. getElementHeader()Return the element header associated with the properties.Methods in org.odpi.openmetadata.accessservices.devops.metadataelements with parameters of type ElementHeader Modifier and Type Method Description voidAssetElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidConnectionElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidConnectorTypeElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidContactMethodElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidEndpointElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidHostElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidITProfileElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidMetadataElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidOperatingPlatformElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidPlatformDeploymentElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the relationship.voidSoftwareCapabilityElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidSoftwareServerElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidSoftwareServerPlatformElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidSupportedCapabilityElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the relationship.voidUserIdentityElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.Constructors in org.odpi.openmetadata.accessservices.devops.metadataelements with parameters of type ElementHeader Constructor Description ElementHeader(ElementHeader template)Copy/clone constructor.ElementStub(ElementHeader template)Copy/clone constructor.
-