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.org.odpi.openmetadata.accessservices.assetconsumer.events This package defines the event payloads sent on the Asset Consumer OMAS's out topic. -
-
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. -
Uses of ElementHeader in org.odpi.openmetadata.accessservices.assetconsumer.events
Methods in org.odpi.openmetadata.accessservices.assetconsumer.events that return ElementHeader Modifier and Type Method Description ElementHeaderAssetConsumerOutTopicEvent. getElementHeader()Return details of the subject of the event.ElementHeaderAssetConsumerOutTopicEvent. getPreviousElementHeader()Return the previous version of the element's header (if the event is related to an element update).Methods in org.odpi.openmetadata.accessservices.assetconsumer.events with parameters of type ElementHeader Modifier and Type Method Description voidAssetConsumerOutTopicEvent. setElementHeader(ElementHeader elementHeader)Set up details of the subject of the event.voidAssetConsumerOutTopicEvent. setPreviousElementHeader(ElementHeader previousElementHeader)Set up the previous version of the element's header (if the event is related to an element update).
-