Uses of Class
org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements.ElementHeader
-
Packages that use ElementHeader Package Description org.odpi.openmetadata.accessservices.stewardshipaction.events This package defines the event payloads sent on the Stewardship Action OMAS's out topic.org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements -
-
Uses of ElementHeader in org.odpi.openmetadata.accessservices.stewardshipaction.events
Methods in org.odpi.openmetadata.accessservices.stewardshipaction.events that return ElementHeader Modifier and Type Method Description ElementHeaderStewardshipActionOutTopicEvent. getElementHeader()Return details of the subject of the event.ElementHeaderStewardshipActionOutTopicEvent. 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.stewardshipaction.events with parameters of type ElementHeader Modifier and Type Method Description voidStewardshipActionOutTopicEvent. setElementHeader(ElementHeader elementHeader)Set up details of the subject of the event.voidStewardshipActionOutTopicEvent. setPreviousElementHeader(ElementHeader previousElementHeader)Set up the previous version of the element's header (if the event is related to an element update). -
Uses of ElementHeader in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements
Subclasses of ElementHeader in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements Modifier and Type Class Description classElementStubElementStub is used to identify an element in the metadata store.Methods in org.odpi.openmetadata.accessservices.stewardshipaction.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.ElementHeaderDuplicateElement. getElementHeader()Return the relationship header associated with the properties.ElementHeaderEndpointElement. getElementHeader()Return the element header associated with the properties.ElementHeaderFileElement. getElementHeader()Return the element header associated with the properties.ElementHeaderFileSystemElement. getElementHeader()Return the element header associated with the properties.ElementHeaderFolderElement. getElementHeader()Return the element header associated with the properties.ElementHeaderMetadataElement. getElementHeader()Return the element header associated with the properties.ElementHeaderReferenceableElement. getElementHeader()Return the element header associated with the properties.ElementHeaderSchemaAttributeElement. getElementHeader()Return the element header associated with the properties.ElementHeaderSchemaTypeElement. getElementHeader()Return the element header associated with the properties.ElementHeaderValidValueElement. getElementHeader()Return the element header associated with the properties.Methods in org.odpi.openmetadata.accessservices.stewardshipaction.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.voidDuplicateElement. setElementHeader(ElementHeader elementHeader)Set up the relationship header associated with the properties.voidEndpointElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidFileElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidFileSystemElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidFolderElement. 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.voidReferenceableElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidSchemaAttributeElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidSchemaTypeElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidValidValueElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.Constructors in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements with parameters of type ElementHeader Constructor Description ElementHeader(ElementHeader template)Copy/clone constructor.ElementStub(ElementHeader template)Copy/clone constructor.
-