Uses of Class
org.odpi.openmetadata.accessservices.securitymanager.metadataelements.ElementHeader
-
Packages that use ElementHeader Package Description org.odpi.openmetadata.accessservices.securitymanager.events org.odpi.openmetadata.accessservices.securitymanager.metadataelements -
-
Uses of ElementHeader in org.odpi.openmetadata.accessservices.securitymanager.events
Methods in org.odpi.openmetadata.accessservices.securitymanager.events that return ElementHeader Modifier and Type Method Description ElementHeaderSecurityManagerOutTopicEvent. getElementHeader()Return details of the subject of the event.Methods in org.odpi.openmetadata.accessservices.securitymanager.events with parameters of type ElementHeader Modifier and Type Method Description voidSecurityManagerOutTopicEvent. setElementHeader(ElementHeader elementHeader)Set up details of the subject of the event. -
Uses of ElementHeader in org.odpi.openmetadata.accessservices.securitymanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.securitymanager.metadataelements that return ElementHeader Modifier and Type Method Description ElementHeaderDatabaseColumnElement. getElementHeader()Return the element header associated with the properties.ElementHeaderDatabaseColumnTypeElement. getElementHeader()Return the element header associated with the properties.ElementHeaderDatabaseElement. getElementHeader()Return the element header associated with the properties.ElementHeaderDatabaseSchemaElement. getElementHeader()Return the element header associated with the properties.ElementHeaderDatabaseTableElement. getElementHeader()Return the element header associated with the properties.ElementHeaderDatabaseTableTypeElement. getElementHeader()Return the element header associated with the properties.ElementHeaderDatabaseViewElement. getElementHeader()Return the element header associated with the properties.ElementHeaderDataFileElement. getElementHeader()Return the element header associated with the properties.ElementHeaderFileFolderElement. getElementHeader()Return the element header associated with the properties.ElementHeaderFileSystemElement. getElementHeader()Return the element header associated with the properties.ElementHeaderMetadataElement. getElementHeader()Return the element header associated with the properties.ElementHeaderSchemaTypeElement. getElementHeader()Return the element header associated with the properties.ElementHeaderSoftwareServerCapabilityElement. getElementHeader()Return the element header associated with the properties.ElementHeaderTabularColumnElement. getElementHeader()Return the element header associated with the properties.ElementHeaderTabularColumnTypeElement. getElementHeader()Return the element header associated with the properties.Methods in org.odpi.openmetadata.accessservices.securitymanager.metadataelements with parameters of type ElementHeader Modifier and Type Method Description voidDatabaseColumnElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidDatabaseColumnTypeElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidDatabaseElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidDatabaseSchemaElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidDatabaseTableElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidDatabaseTableTypeElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidDatabaseViewElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidDataFileElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidFileFolderElement. 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.voidMetadataElement. 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.voidSoftwareServerCapabilityElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidTabularColumnElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidTabularColumnTypeElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.Constructors in org.odpi.openmetadata.accessservices.securitymanager.metadataelements with parameters of type ElementHeader Constructor Description ElementHeader(ElementHeader template)Copy/clone constructor.
-