Class PersonalProfileUniverse
java.lang.Object
org.odpi.openmetadata.viewservices.myprofile.metadataelements.PersonalProfileElement
org.odpi.openmetadata.viewservices.myprofile.metadataelements.PersonalProfileUniverse
- All Implemented Interfaces:
org.odpi.openmetadata.accessservices.communityprofile.metadataelements.MetadataElement
PersonalProfileUniverse contains the properties and header for a personal profile
retrieved from the metadata repository along with details of the contribution record, user ids, contact methods, peers and
roles that the profile is linked to.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.List<org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ContactMethodElement>Return the list of contact methods for the individual.org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ContributionRecordElementReturn the recognition of the contribution that this user has made to open metadata.List<org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub>getPeers()Return the list of profile identifiers (GUIDs) for peers.List<org.odpi.openmetadata.accessservices.communityprofile.metadataelements.PersonRoleElement>getRoles()Return the list of identifiers for this profile's roles.List<org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ProfileIdentityElement>Return the list of user identities associated with the personal profile.inthashCode()Return hash code for this objectvoidsetContactMethods(List<org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ContactMethodElement> contactMethods) Set up the list of contact methods for the individual.voidsetContributionRecord(org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ContributionRecordElement contributionRecord) Set up the recognition of the contribution that this user has made to open metadata.voidSet up the list of profile identifiers (GUIDs) for peers.voidsetRoles(List<org.odpi.openmetadata.accessservices.communityprofile.metadataelements.PersonRoleElement> roles) Set up the list of identifiers for this profile's roles.voidsetUserIdentities(List<org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ProfileIdentityElement> userIdentities) Set up the list of user identities associated with the personal profile.toString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.viewservices.myprofile.metadataelements.PersonalProfileElement
getElementHeader, getProfileProperties, setElementHeader, setProfileProperties
-
Constructor Details
-
PersonalProfileUniverse
public PersonalProfileUniverse()Default constructor -
PersonalProfileUniverse
Copy/clone constructor- Parameters:
template- object to copy
-
PersonalProfileUniverse
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getContributionRecord
public org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ContributionRecordElement getContributionRecord()Return the recognition of the contribution that this user has made to open metadata.- Returns:
- contribution record
-
setContributionRecord
public void setContributionRecord(org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ContributionRecordElement contributionRecord) Set up the recognition of the contribution that this user has made to open metadata.- Parameters:
contributionRecord- contribution record
-
getUserIdentities
public List<org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ProfileIdentityElement> getUserIdentities()Return the list of user identities associated with the personal profile.- Returns:
- list or null
-
setUserIdentities
public void setUserIdentities(List<org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ProfileIdentityElement> userIdentities) Set up the list of user identities associated with the personal profile.- Parameters:
userIdentities- list or null
-
getContactMethods
public List<org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ContactMethodElement> getContactMethods()Return the list of contact methods for the individual.- Returns:
- list or null
-
setContactMethods
public void setContactMethods(List<org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ContactMethodElement> contactMethods) Set up the list of contact methods for the individual.- Parameters:
contactMethods- list or null
-
getPeers
Return the list of profile identifiers (GUIDs) for peers.- Returns:
- list of stubs for linked elements
-
setPeers
public void setPeers(List<org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub> peers) Set up the list of profile identifiers (GUIDs) for peers.- Parameters:
peers- list of stubs for linked elements
-
getRoles
public List<org.odpi.openmetadata.accessservices.communityprofile.metadataelements.PersonRoleElement> getRoles()Return the list of identifiers for this profile's roles.- Returns:
- list of stubs for linked elements
-
setRoles
public void setRoles(List<org.odpi.openmetadata.accessservices.communityprofile.metadataelements.PersonRoleElement> roles) Set up the list of identifiers for this profile's roles.- Parameters:
roles- list of stubs for linked elements
-
toString
JSON-style toString- Overrides:
toStringin classPersonalProfileElement- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classPersonalProfileElement- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classPersonalProfileElement- Returns:
- int hash code
-