Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ElementHeader
-
Packages that use ElementHeader Package Description org.odpi.openmetadata.accessservices.communityprofile.metadataelements -
-
Uses of ElementHeader in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Subclasses of ElementHeader in org.odpi.openmetadata.accessservices.communityprofile.metadataelements Modifier and Type Class Description classElementStubElementStub is used to identify an element.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return ElementHeader Modifier and Type Method Description ElementHeaderActorProfileElement. getElementHeader()Return the element header associated with the properties.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.ElementHeaderLocationElement. 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.ElementHeaderPersonRoleAppointee. 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.ElementHeaderSecurityGroupElement. 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.metadataelements with parameters of type ElementHeader Modifier and Type Method Description voidActorProfileElement. setElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.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.voidLocationElement. 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.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.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.voidSecurityGroupElement. 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.metadataelements with parameters of type ElementHeader Constructor Description ElementHeader(ElementHeader template)Copy/clone constructor.ElementStub(ElementHeader template)Copy/clone constructor.
-