Interface MetadataElement
- All Known Implementing Classes:
ActorProfileElement
,AgreementRoleAppointee
,APIElement
,APIOperationElement
,APIParameterElement
,APIParameterListElement
,Appointee
,AssetElement
,AssetGraph
,AssetRelationshipElement
,AssetSearchMatches
,BusinessCapabilityElement
,CertificationTypeElement
,CollectionElement
,CollectionMember
,CommentElement
,CommunityElement
,CommunityMembershipElement
,ConnectionElement
,ConnectorTypeElement
,ContactMethodElement
,ContributionRecordElement
,DataAssetElement
,DatabaseColumnElement
,DatabaseColumnTypeElement
,DatabaseElement
,DatabaseSchemaElement
,DatabaseTableElement
,DatabaseViewElement
,DataContainerElement
,DataFieldElement
,DataFileElement
,DeployedCapabilityElement
,DeploymentElement
,DigitalServiceElement
,DuplicateElement
,EndpointElement
,EventTypeElement
,ExternalReferenceElement
,FileFolderElement
,FileSystemElement
,FormElement
,GlossaryTermElement
,GovernanceAppointee
,GovernanceDefinitionElement
,GovernanceDefinitionGraph
,GovernanceLevelIdentifierSetElement
,GovernanceMetricElement
,GovernanceMetricImplementation
,GovernanceRoleAppointee
,GovernanceRoleElement
,GovernanceRoleHistory
,GovernanceStatusIdentifierSetElement
,GovernanceZoneDefinition
,GovernanceZoneElement
,HostElement
,InformalTagElement
,ITProfileElement
,LicenseTypeElement
,LikeElement
,LocationElement
,MeaningElement
,MetadataElementSummary
,MetadataRelationshipSummary
,MetadataSourceElement
,NoteElement
,NoteLogElement
,NoteLogEntryElement
,NoteLogHeaderElement
,PersonalProfileElement
,PersonalProfileUniverse
,PersonalRoleElement
,PersonRoleAppointee
,PersonRoleElement
,PersonRoleHistory
,PortElement
,ProcessElement
,ProfileElement
,ProjectElement
,ProjectTeamMember
,QueryElement
,RatingElement
,ReferenceableElement
,RelatedAssetElement
,ReportElement
,SchemaAttributeElement
,SchemaTypeElement
,SecurityGroupElement
,SecurityManagerElement
,SoftwareCapabilityElement
,SoftwareServerCapabilityElement
,SoftwareServerElement
,SoftwareServerPlatformElement
,SubjectAreaDefinition
,SubjectAreaElement
,TabularColumnElement
,TeamMembershipElement
,TeamProfileElement
,ToDoElement
,TopicElement
,TopicSchemaElement
,UserIdentityElement
,ValidValueElement
,ValidValueSetElement
public interface MetadataElement
MetadataElement is the common interface for all metadata elements. It adds the header information that is stored with the properties.
This includes detains of its unique identifier, type and origin.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the element header associated with the properties.void
setElementHeader
(ElementHeader elementHeader) Set up the element header associated with the properties.
-
Method Details
-
getElementHeader
ElementHeader getElementHeader()Return the element header associated with the properties.- Returns:
- element header object
-
setElementHeader
Set up the element header associated with the properties.- Parameters:
elementHeader
- element header object
-