Class SchemaTransfer
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
ConstructorsConstructorDescriptionSchemaTransfer(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 TypeMethodDescriptionorg.odpi.openmetadata.frameworks.openmetadata.metadataelements.DatabaseSchemaElementapply(JdbcSchema jdbcSchema) Triggers schema metadata transfer
-
Constructor Details
-
SchemaTransfer
-
-
Method Details
-
apply
public org.odpi.openmetadata.frameworks.openmetadata.metadataelements.DatabaseSchemaElement apply(JdbcSchema jdbcSchema) Triggers schema metadata transfer- Specified by:
applyin interfaceFunction<JdbcSchema,org.odpi.openmetadata.frameworks.openmetadata.metadataelements.DatabaseSchemaElement> - Parameters:
jdbcSchema- schema- Returns:
- schema element
-