java.lang.Object
org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericConverter<B>
org.odpi.openmetadata.commonservices.generichandlers.OMFConverter<B>
Direct Known Subclasses:
ActorProfileConverter, APIConverter, APIOperationConverter, APIParameterConverter, APIParameterListConverter, AssetConverter, CertificationTypeConverter, CollectionConverter, CollectionMembershipConverter, CommentConverter, CommunityConverter, ConnectionConverter, ConnectorTypeConverter, ContactMethodConverter, ContributionRecordConverter, ControlFlowConverter, DatabaseColumnConverter, DatabaseConverter, DatabaseManagerConverter, DatabaseSchemaConverter, DatabaseTableConverter, DatabaseViewConverter, DataContainerConverter, DataFieldConverter, DataFileConverter, DataFlowConverter, ElementHeaderConverter, ElementStubConverter, EndpointConverter, EventTypeConverter, ExternalReferenceConverter, FileSystemConverter, FormConverter, GovernanceDefinitionConverter, GovernanceDefinitionGraphConverter, GovernanceDomainConverter, GovernanceDomainSetConverter, GovernanceMetricConverter, GovernanceMetricImplementationConverter, GovernanceRoleConverter, GovernanceZoneConverter, InformalTagConverter, ITProfileConverter, LicenseTypeConverter, LikeConverter, LineageMappingConverter, LocationConverter, MeaningConverter, MetadataElementConverter, MetadataRelationshipConverter, MetadataSourceConverter, OCFConnectionConverter, PersonRoleConverter, PortConverter, ProcessCallConverter, ProcessConverter, ProfileConverter, ProjectConverter, QueryConverter, RatingConverter, ReferenceableConverter, ReferenceValueAssignmentItemConverter, RelatedAssetConverter, RelatedElementConverter, ReportConverter, SAFConverter, SchemaAttributeConverter, SchemaTypeConverter, SecurityGroupConverter, SecurityManagerConverter, SoftwareCapabilityConverter, SubjectAreaConverter, TabularColumnConverter, TopicConverter, UserIdentityConverter, ValidValueAssignmentConsumerConverter, ValidValueConverter, ValidValueSetConverter

public abstract class OMFConverter<B> extends OpenMetadataAPIGenericConverter<B>
OMFConverter provides the generic methods for the OCF beans converters. Generic classes have limited knowledge of the classes these are working on and this means creating a new instance of a class from within a generic is a little involved. This class provides the generic method for creating and initializing a Data Manager bean.
  • Constructor Details

    • OMFConverter

      public OMFConverter(org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryHelper repositoryHelper, String serviceName, String serverName, int karmaPointPlateau)
      Constructor
      Parameters:
      repositoryHelper - helper object to parse entity
      serviceName - name of this component
      serverName - local server name
      karmaPointPlateau - how many karma points to a plateau
  • Method Details

    • getRelatedElement

      public org.odpi.openmetadata.frameworks.openmetadata.metadataelements.RelatedElement getRelatedElement(Class<B> beanClass, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityDetail entity, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Relationship relationship, String methodName) throws org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      Using the supplied instances, return a new instance of a relatedElement bean. This is used for beans that contain a combination of the properties from an entity and that of a connected relationship.
      Overrides:
      getRelatedElement in class OpenMetadataAPIGenericConverter<B>
      Parameters:
      beanClass - name of the class to create
      entity - entity containing the properties
      relationship - relationship containing the properties
      methodName - calling method
      Returns:
      bean populated with properties from the instances supplied
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - there is a problem instantiating the bean
    • getRelatedElement

      public org.odpi.openmetadata.frameworks.openmetadata.metadataelements.RelatedElement getRelatedElement(Class<B> beanClass, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Relationship relationship, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityProxy entityProxy, String methodName) throws org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      Using the supplied instances, return a new instance of a relatedElement bean. This is used for beans that contain a combination of the properties from an entityProxy and that of a connected relationship.
      Parameters:
      beanClass - name of the class to create
      entityProxy - entityProxy containing the properties
      relationship - relationship containing the properties
      methodName - calling method
      Returns:
      bean populated with properties from the instances supplied
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - there is a problem instantiating the bean