Uses of Class
org.odpi.openmetadata.accessservices.assetconsumer.elements.ElementHeader
-
Packages that use ElementHeader Package Description org.odpi.openmetadata.accessservices.assetconsumer.elements The metadata elements describe the way that metadata is returned from the repository. -
-
Uses of ElementHeader in org.odpi.openmetadata.accessservices.assetconsumer.elements
Methods in org.odpi.openmetadata.accessservices.assetconsumer.elements that return ElementHeader Modifier and Type Method Description ElementHeaderAssetElement. getElementHeader()Return the element header associated with the properties.ElementHeaderCommentElement. getElementHeader()Return the element header associated with the properties.ElementHeaderInformalTagElement. getElementHeader()Return the element header associated with the properties.ElementHeaderLikeElement. getElementHeader()Return the element header associated with the properties.ElementHeaderMeaningElement. getElementHeader()Return the element header associated with the properties.ElementHeaderMetadataElement. getElementHeader()Return the element header associated with the properties.ElementHeaderRatingElement. getElementHeader()Return the element header associated with the properties.Methods in org.odpi.openmetadata.accessservices.assetconsumer.elements with parameters of type ElementHeader Modifier and Type Method Description voidAssetElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidCommentElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidInformalTagElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidLikeElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidMeaningElement. 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.voidRatingElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.Constructors in org.odpi.openmetadata.accessservices.assetconsumer.elements with parameters of type ElementHeader Constructor Description ElementHeader(ElementHeader template)Copy/clone constructor.
-