Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelement.ElementHeader
-
Packages that use ElementHeader Package Description org.odpi.openmetadata.accessservices.communityprofile.metadataelement -
-
Uses of ElementHeader in org.odpi.openmetadata.accessservices.communityprofile.metadataelement
Subclasses of ElementHeader in org.odpi.openmetadata.accessservices.communityprofile.metadataelement Modifier and Type Class Description classElementStubElementStub is used to identify an element.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelement that return ElementHeader Modifier and Type Method Description ElementHeaderCollectionElement. getElementHeader()Return the element header associated with the properties.ElementHeaderCollectionMemberHeader. getElementHeader()Return the element header associated with the properties.ElementHeaderCommentElement. getElementHeader()Return the element header associated with the properties.ElementHeaderCommunityElement. getElementHeader()Return the element header associated with the properties.ElementHeaderContactMethodElement. getElementHeader()Return the element header associated with the properties.ElementHeaderContributionRecordElement. getElementHeader()Return the element header associated with the properties.ElementHeaderExternalReferenceElement. getElementHeader()Return the element header associated with the properties.ElementHeaderInformalTagElement. getElementHeader()Return the element header associated with the properties.ElementHeaderLikeElement. getElementHeader()Return the element header associated with the properties.ElementHeaderMetadataElement. getElementHeader()Return the element header associated with the properties.ElementHeaderMetadataSourceElement. getElementHeader()Return the element header associated with the properties.ElementHeaderNoteLogEntryElement. getElementHeader()Return the element header associated with the properties.ElementHeaderNoteLogHeaderElement. getElementHeader()Return the element header associated with the properties.ElementHeaderPersonalProfileElement. getElementHeader()Return the element header associated with the properties.ElementHeaderPersonalRoleElement. getElementHeader()Return the element header associated with the properties.ElementHeaderPersonRoleElement. getElementHeader()Return the element header associated with the properties.ElementHeaderRatingElement. getElementHeader()Return the element header associated with the properties.ElementHeaderResourceElement. getElementHeader()Return the element header associated with the properties.ElementHeaderTeamProfileElement. getElementHeader()Return the element header associated with the properties.ElementHeaderToDoElement. 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.communityprofile.metadataelement with parameters of type ElementHeader Modifier and Type Method Description voidCollectionElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidCollectionMemberHeader. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidCommentElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidCommunityElement. 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.voidContributionRecordElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidExternalReferenceElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidInformalTagElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidLikeElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidMetadataElement. setElementHeader(ElementHeader header)Set up the element header associated with the properties.voidMetadataSourceElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidNoteLogEntryElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidNoteLogHeaderElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidPersonalProfileElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidPersonalRoleElement. setElementHeader(ElementHeader header)Set up the element header associated with the properties.voidPersonRoleElement. setElementHeader(ElementHeader header)Set up the element header associated with the properties.voidRatingElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidResourceElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidTeamProfileElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidToDoElement. 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.communityprofile.metadataelement with parameters of type ElementHeader Constructor Description ElementHeader(ElementHeader template)Copy/clone constructor.ElementStub(ElementHeader template)Copy/clone constructor.
-