Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.ContributionRecord
-
Packages that use ContributionRecord Package Description org.odpi.openmetadata.accessservices.communityprofile.api The API package defines the Java interfaces supported by the Community Profile OMAS.org.odpi.openmetadata.accessservices.communityprofile.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.communityprofile.properties These beans describe the core properties that are passed to the server to create and update metadata.org.odpi.openmetadata.accessservices.communityprofile.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ContributionRecord in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type ContributionRecord Modifier and Type Method Description StringOrganizationManagementInterface. createActorProfile(String userId, String externalSourceGUID, String externalSourceName, ActorProfileProperties properties, ContributionRecord contributionRecord)Create a definition of an actor profile.voidOrganizationManagementInterface. updateActorProfile(String userId, String externalSourceGUID, String externalSourceName, String actorProfileGUID, boolean isMergeUpdate, ActorProfileProperties properties, ContributionRecord contributionRecord)Update the definition of an actor profile. -
Uses of ContributionRecord in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return ContributionRecord Modifier and Type Method Description ContributionRecordContributionRecordElement. getProperties()Return the properties of the contribution record.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type ContributionRecord Modifier and Type Method Description voidContributionRecordElement. setProperties(ContributionRecord properties)Set up the contribution record properties. -
Uses of ContributionRecord in org.odpi.openmetadata.accessservices.communityprofile.properties
Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type ContributionRecord Constructor Description ContributionRecord(ContributionRecord template)Copy/clone Constructor - the resulting object. -
Uses of ContributionRecord in org.odpi.openmetadata.accessservices.communityprofile.rest
Methods in org.odpi.openmetadata.accessservices.communityprofile.rest that return ContributionRecord Modifier and Type Method Description ContributionRecordActorProfileRequestBody. getContributionRecord()Return the optional contribution record for the profile.Methods in org.odpi.openmetadata.accessservices.communityprofile.rest with parameters of type ContributionRecord Modifier and Type Method Description voidActorProfileRequestBody. setContributionRecord(ContributionRecord contributionRecord)Set up the optional contribution record for the profile.
-