java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ClassificationMapper
org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.GlossaryProjectMapper

public class GlossaryProjectMapper extends ClassificationMapper
Mapping methods to map between GlossaryProject and the omrs equivalents.
  • Constructor Details

    • GlossaryProjectMapper

      public GlossaryProjectMapper(org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericHandler genericHandler)
  • Method Details

    • mapKnownAttributesToOmrs

      protected Set<String> mapKnownAttributesToOmrs(org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification omasClassification, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceProperties omrsClassificationProperties)
      Description copied from class: ClassificationMapper
      Map attributes we know are part of this type to OMRS.
      Specified by:
      mapKnownAttributesToOmrs in class ClassificationMapper
      Parameters:
      omasClassification - omasclassification
      omrsClassificationProperties - omrs properties
      Returns:
      set of property Names that we know about.
    • getTypeName

      protected String getTypeName()
    • createOmasClassification

      protected org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification createOmasClassification()
      Description copied from class: ClassificationMapper
      get an instance of the classification
      Specified by:
      createOmasClassification in class ClassificationMapper
      Returns:
      classification instance
    • updateOMRSAttributes

      protected org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceProperties updateOMRSAttributes(org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification omasClassification)
      Specified by:
      updateOMRSAttributes in class ClassificationMapper