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.ElementHeaderSecurityManagerOutTopicEvent. 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.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.voidSecurityManagerOutTopicEvent. 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.securitymanager.metadataelements
Subclasses of ElementHeader in org.odpi.openmetadata.accessservices.securitymanager.metadataelements Modifier and Type Class Description classElementStubElementStub is used to identify an element in the metadata store.Methods in org.odpi.openmetadata.accessservices.securitymanager.metadataelements that return ElementHeader Modifier and Type Method Description ElementHeaderActorProfileElement. getElementHeader()Return the element header associated with the properties.ElementHeaderContactMethodElement. getElementHeader()Return the element header associated with the properties.ElementHeaderMetadataElement. getElementHeader()Return the element header associated with the properties.ElementHeaderPersonRoleAppointee. getElementHeader()Return the element header associated with the properties.ElementHeaderPersonRoleElement. getElementHeader()Return the element header associated with the properties.ElementHeaderSecurityGroupElement. getElementHeader()Return the element header associated with the properties.ElementHeaderSoftwareServerCapabilityElement. getElementHeader()Return the element header associated with the properties.ElementHeaderUserIdentityElement. 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 voidActorProfileElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidContactMethodElement. 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.voidPersonRoleAppointee. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidPersonRoleElement. setElementHeader(ElementHeader header)Set up the element header associated with the properties.voidSecurityGroupElement. 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.voidUserIdentityElement. 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.ElementStub(ElementHeader template)Copy/clone constructor.
-