Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.ActorProfileProperties
-
Packages that use ActorProfileProperties 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 ActorProfileProperties in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type ActorProfileProperties 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 ActorProfileProperties in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return ActorProfileProperties Modifier and Type Method Description ActorProfilePropertiesActorProfileElement. getProfileProperties()Return the properties of the profile.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type ActorProfileProperties Modifier and Type Method Description voidActorProfileElement. setProfileProperties(ActorProfileProperties profileProperties)Set up the profile properties. -
Uses of ActorProfileProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Subclasses of ActorProfileProperties in org.odpi.openmetadata.accessservices.communityprofile.properties Modifier and Type Class Description classPersonalProfilePropertiesThe PersonalProfileProperties describes an individual.classTeamProfilePropertiesThe TeamProfileProperties describes an team of people.Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type ActorProfileProperties Constructor Description ActorProfileProperties(ActorProfileProperties template)Copy/clone Constructor - the resulting object. -
Uses of ActorProfileProperties in org.odpi.openmetadata.accessservices.communityprofile.rest
Methods in org.odpi.openmetadata.accessservices.communityprofile.rest that return ActorProfileProperties Modifier and Type Method Description ActorProfilePropertiesActorProfileRequestBody. getProperties()Return the properties for this profile.Methods in org.odpi.openmetadata.accessservices.communityprofile.rest with parameters of type ActorProfileProperties Modifier and Type Method Description voidActorProfileRequestBody. setProperties(ActorProfileProperties properties)Set up the properties for this profile.
-