Uses of Class
org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementHeader
-
Packages that use ElementHeader Package Description org.odpi.openmetadata.accessservices.assetowner.events This package contains stub headers for events when Asset Owner OMAS supported events.org.odpi.openmetadata.accessservices.assetowner.metadataelements -
-
Uses of ElementHeader in org.odpi.openmetadata.accessservices.assetowner.events
Methods in org.odpi.openmetadata.accessservices.assetowner.events that return ElementHeader Modifier and Type Method Description ElementHeaderAssetOwnerOutTopicEvent. getElementHeader()Return details of the subject of the event.ElementHeaderAssetOwnerOutTopicEvent. 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.assetowner.events with parameters of type ElementHeader Modifier and Type Method Description voidAssetOwnerOutTopicEvent. setElementHeader(ElementHeader elementHeader)Set up details of the subject of the event.voidAssetOwnerOutTopicEvent. 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.assetowner.metadataelements
Subclasses of ElementHeader in org.odpi.openmetadata.accessservices.assetowner.metadataelements Modifier and Type Class Description classElementStubElementStub is used to identify an element in the metadata store.Methods in org.odpi.openmetadata.accessservices.assetowner.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.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.assetowner.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.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.assetowner.metadataelements with parameters of type ElementHeader Constructor Description ElementHeader(ElementHeader template)Copy/clone constructor.ElementStub(ElementHeader template)Copy/clone constructor.
-