Uses of Class
org.odpi.openmetadata.accessservices.projectmanagement.metadataelements.ContributionRecordElement
-
Packages that use ContributionRecordElement Package Description org.odpi.openmetadata.accessservices.projectmanagement.metadataelements -
-
Uses of ContributionRecordElement in org.odpi.openmetadata.accessservices.projectmanagement.metadataelements
Methods in org.odpi.openmetadata.accessservices.projectmanagement.metadataelements that return ContributionRecordElement Modifier and Type Method Description ContributionRecordElementActorProfileElement. getContributionRecord()Return the contribution record (only if this profile is for a person).Methods in org.odpi.openmetadata.accessservices.projectmanagement.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).Constructors in org.odpi.openmetadata.accessservices.projectmanagement.metadataelements with parameters of type ContributionRecordElement Constructor Description ContributionRecordElement(ContributionRecordElement template)Copy/clone constructor
-