java.lang.Object
org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.SchemaTransfer
All Implemented Interfaces:
Function<JdbcSchema,org.odpi.openmetadata.frameworks.openmetadata.metadataelements.DatabaseSchemaElement>

public class SchemaTransfer extends Object implements Function<JdbcSchema,org.odpi.openmetadata.frameworks.openmetadata.metadataelements.DatabaseSchemaElement>
Transfers metadata of a schema
  • Constructor Summary

    Constructors
    Constructor
    Description
    SchemaTransfer(Omas omas, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, List<org.odpi.openmetadata.frameworks.openmetadata.metadataelements.DatabaseSchemaElement> omasSchemas, String databaseQualifiedName, String databaseGuid)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.odpi.openmetadata.frameworks.openmetadata.metadataelements.DatabaseSchemaElement
    apply(JdbcSchema jdbcSchema)
    Triggers schema metadata transfer

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Function

    andThen, compose
  • Constructor Details

    • SchemaTransfer

      public SchemaTransfer(Omas omas, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, List<org.odpi.openmetadata.frameworks.openmetadata.metadataelements.DatabaseSchemaElement> omasSchemas, String databaseQualifiedName, String databaseGuid)
  • Method Details

    • apply

      public org.odpi.openmetadata.frameworks.openmetadata.metadataelements.DatabaseSchemaElement apply(JdbcSchema jdbcSchema)
      Triggers schema metadata transfer
      Specified by:
      apply in interface Function<JdbcSchema,org.odpi.openmetadata.frameworks.openmetadata.metadataelements.DatabaseSchemaElement>
      Parameters:
      jdbcSchema - schema
      Returns:
      schema element