Package org.odpi.openmetadata.accessservices.communityprofile.converters


package org.odpi.openmetadata.accessservices.communityprofile.converters
The converters are responsible for converting entities, classifications and relationships retrieved from the open metadata repositories into Community Profile OMAS beans. The inheritance structure follows closely to the inheritance structure of the beans themselves and the naming convention is consistent. The converter used is the one that corresponds to the desired bean. When a converter is created, it is passed the entity with its embedded classifications and a relationship if required on the constructor. The bean is retrieved by calling getBean().
  • Classes
    Class
    Description
    ActorProfileConverter generates a ActorProfileElement bean from a ActorProfile entity.
    CollectionConverter generates a CollectionElement from a Collection entity
    CollectionMembershipConverter generates a CollectionBean from a CollectionMembership relationship and Collection entity
    CommentConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a bean that inherits from CommentProperties.
    CommunityConverter generates an CommunityElement bean from an CommunityProperties entity.
    CommunityProfileOMASConverter provides the generic methods for the Community Profile beans converters.
    ContactMethodConverter generates a ContactMethodProperties bean from a ContactMethodProperties entity.
    ContributionRecordConverter generates a ContributionRecordProperties bean from a ContributionRecord entity.
    ExternalReferenceConverter generates an ExternalReferenceProperties bean from an ExternalReferenceProperties entity and a Relationship to it.
    InformalTagConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into an InformalTagElement bean.
    LikeConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a RatingElement bean.
    LocationConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a bean that inherits from LocationElement.
    MetadataSourceConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a MetadataSourceElement bean.
    NoteLogEntryConverter generates a NoteLogEntryForumContribution from an NoteEntry entity.
    NoteLogHeaderConverter generates a NoteLogHeaderElement from an NoteLogHeader entity
    PersonRoleConverter generates a PersonRoleProperties bean from an PersonRoleProperties entity and the relationships connected to it.
    RatingConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a RatingElement bean.
    RelatedElementConverter generates a RelatedElement from a relationship and attached entity
    GovernanceDefinitionConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a bean that inherits from GovernanceDefinition.
    UserIdentityConverter generates an UserIdentityElement bean from an UserIdentity entity.
    ValidValueConverter generates an ValidValueElement bean from an ValidValueProperties entity.