Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.ElementHeader
-
Packages that use ElementHeader Package Description org.odpi.openmetadata.accessservices.governanceprogram.metadataelements The metadata elements describe metadata retrieved from the open metadata repositories. -
-
Uses of ElementHeader in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Subclasses of ElementHeader in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements Modifier and Type Class Description classElementStubElementStub is used to identify an element in the metadata store.classGovernanceDelegationGovernanceDelegation is used to show a relationship between different GovernanceDefinitions.classGovernanceLinkGovernanceLink is used to show a relationship between different governance definitions of the same type.Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return ElementHeader Modifier and Type Method Description ElementHeaderAssetElement. getElementHeader()Return the element header associated with the properties.ElementHeaderCertificationTypeElement. getElementHeader()Return the element header associated with the properties.ElementHeaderContactMethodElement. getElementHeader()Return the element header associated with the properties.ElementHeaderExecutionPointElement. getElementHeader()Return the element header associated with the properties.ElementHeaderExternalReferenceElement. getElementHeader()Return the element header associated with the properties.ElementHeaderGovernanceAppointee. getElementHeader()Return the element header associated with the properties.ElementHeaderGovernanceDefinitionElement. getElementHeader()Return the element header associated with the properties.ElementHeaderGovernanceDefinitionGraph. getElementHeader()Return the element header associated with the properties.ElementHeaderGovernanceDomainElement. getElementHeader()Return the element header associated with the properties.ElementHeaderGovernanceDomainSetElement. getElementHeader()Return the element header associated with the properties.ElementHeaderGovernanceLevelIdentifierElement. getElementHeader()Return the element header associated with the properties.ElementHeaderGovernanceLevelIdentifierSetElement. getElementHeader()Return the element header associated with the properties.ElementHeaderGovernanceMetricElement. getElementHeader()Return the element header associated with the properties.ElementHeaderGovernanceRoleElement. getElementHeader()Return the element header associated with the properties.ElementHeaderGovernanceZoneElement. getElementHeader()Return the element header associated with the properties.ElementHeaderLicenseTypeElement. getElementHeader()Return the element header associated with the properties.ElementHeaderMetadataElement. getElementHeader()Return the element header associated with the properties.ElementHeaderPersonalProfileElement. getElementHeader()Return the element header associated with the properties.ElementHeaderProfileElement. getElementHeader()Return the element header associated with the properties.ElementHeaderSubjectAreaElement. getElementHeader()Return the element header associated with the properties.ElementHeaderUserIdentityElement. getElementHeader()Return the element header associated with the properties.Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type ElementHeader Modifier and Type Method Description voidAssetElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidCertificationTypeElement. 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.voidExecutionPointElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidExternalReferenceElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidGovernanceAppointee. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidGovernanceDefinitionElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidGovernanceDefinitionGraph. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidGovernanceDomainElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidGovernanceDomainSetElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidGovernanceLevelIdentifierElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidGovernanceLevelIdentifierSetElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidGovernanceMetricElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidGovernanceRoleElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidGovernanceZoneElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidLicenseTypeElement. 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.voidPersonalProfileElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidProfileElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidSubjectAreaElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidUserIdentityElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.Constructors in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type ElementHeader Constructor Description ElementHeader(ElementHeader template)Copy/clone constructor.ElementStub(ElementHeader template)Copy/clone constructor.
-