Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ContributionRecordElement
-
Packages that use ContributionRecordElement Package Description org.odpi.openmetadata.accessservices.communityprofile.metadataelements The metadata elements describe the way that metadata is returned from the repository. -
-
Uses of ContributionRecordElement in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return ContributionRecordElement Modifier and Type Method Description ContributionRecordElementActorProfileElement. getContributionRecord()Return the contribution record (only if this profile is for a person).ContributionRecordElementPersonalProfileUniverse. getContributionRecord()Return the recognition of the contribution that this user has made to open metadata.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type ContributionRecordElement Modifier and Type Method Description voidActorProfileElement. setContributionRecord(ContributionRecordElement contributionRecord)Set up the contribution record (only if this profile is for a person).voidPersonalProfileUniverse. setContributionRecord(ContributionRecordElement contributionRecord)Set up the recognition of the contribution that this user has made to open metadata.Constructors in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type ContributionRecordElement Constructor Description ContributionRecordElement(ContributionRecordElement template)Copy/clone constructor
-