Uses of Class
org.odpi.openmetadata.accessservices.governanceengine.metadataelements.ElementHeader
-
Packages that use ElementHeader Package Description org.odpi.openmetadata.accessservices.governanceengine.metadataelements org.odpi.openmetadata.accessservices.governanceengine.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ElementHeader in org.odpi.openmetadata.accessservices.governanceengine.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceengine.metadataelements that return ElementHeader Modifier and Type Method Description ElementHeaderGovernanceActionElement. getElementHeader()Return the element header associated with the properties.ElementHeaderGovernanceActionProcessElement. getElementHeader()Return the element header associated with the properties.ElementHeaderGovernanceActionTypeElement. getElementHeader()Return the element header associated with the properties.ElementHeaderGovernanceEngineElement. getElementHeader()Return the element header associated with the properties.ElementHeaderGovernanceServiceElement. getElementHeader()Return the element header associated with the properties.ElementHeaderMetadataElement. getElementHeader()Return the element header associated with the open metadata element.ElementHeaderRegisteredGovernanceServiceElement. getElementHeader()Return the element header associated with the properties.Methods in org.odpi.openmetadata.accessservices.governanceengine.metadataelements with parameters of type ElementHeader Modifier and Type Method Description voidGovernanceActionElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidGovernanceActionProcessElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidGovernanceActionTypeElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidGovernanceEngineElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidGovernanceServiceElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidMetadataElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the open metadata element.voidRegisteredGovernanceServiceElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.Constructors in org.odpi.openmetadata.accessservices.governanceengine.metadataelements with parameters of type ElementHeader Constructor Description ElementHeader(ElementHeader template)Copy/clone constructor. -
Uses of ElementHeader in org.odpi.openmetadata.accessservices.governanceengine.rest
Methods in org.odpi.openmetadata.accessservices.governanceengine.rest that return ElementHeader Modifier and Type Method Description ElementHeaderElementHeaderResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.governanceengine.rest that return types with arguments of type ElementHeader Modifier and Type Method Description List<ElementHeader>ElementHeadersResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.governanceengine.rest with parameters of type ElementHeader Modifier and Type Method Description voidElementHeaderResponse. setElement(ElementHeader element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.governanceengine.rest with type arguments of type ElementHeader Modifier and Type Method Description voidElementHeadersResponse. setElementList(List<ElementHeader> elementList)Set up the metadata element to return.
-