Uses of Class
org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseSchemaElement
-
Packages that use DatabaseSchemaElement Package Description org.odpi.openmetadata.accessservices.datamanager.api org.odpi.openmetadata.accessservices.datamanager.metadataelements org.odpi.openmetadata.accessservices.datamanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of DatabaseSchemaElement in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api that return DatabaseSchemaElement Modifier and Type Method Description DatabaseSchemaElementDatabaseManagerInterface. getDatabaseSchemaByGUID(String userId, String guid)Retrieve the database schema metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.datamanager.api that return types with arguments of type DatabaseSchemaElement Modifier and Type Method Description List<DatabaseSchemaElement>DatabaseManagerInterface. findDatabaseSchemas(String userId, String searchString, int startFrom, int pageSize)Retrieve the list of database schema metadata elements that contain the search string.List<DatabaseSchemaElement>DatabaseManagerInterface. getDatabaseSchemasByName(String userId, String name, int startFrom, int pageSize)Retrieve the list of database schema metadata elements with a matching qualified or display name.List<DatabaseSchemaElement>DatabaseManagerInterface. getSchemasForDatabase(String userId, String databaseGUID, int startFrom, int pageSize)Return the list of schemas associated with a database. -
Uses of DatabaseSchemaElement in org.odpi.openmetadata.accessservices.datamanager.metadataelements
Constructors in org.odpi.openmetadata.accessservices.datamanager.metadataelements with parameters of type DatabaseSchemaElement Constructor Description DatabaseSchemaElement(DatabaseSchemaElement template)Copy/clone constructor -
Uses of DatabaseSchemaElement in org.odpi.openmetadata.accessservices.datamanager.rest
Methods in org.odpi.openmetadata.accessservices.datamanager.rest that return DatabaseSchemaElement Modifier and Type Method Description DatabaseSchemaElementDatabaseSchemaResponse. getElement()Return the metadata element.Methods in org.odpi.openmetadata.accessservices.datamanager.rest that return types with arguments of type DatabaseSchemaElement Modifier and Type Method Description List<DatabaseSchemaElement>DatabaseSchemasResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type DatabaseSchemaElement Modifier and Type Method Description voidDatabaseSchemaResponse. setElement(DatabaseSchemaElement element)Set up the metadata element to return.Method parameters in org.odpi.openmetadata.accessservices.datamanager.rest with type arguments of type DatabaseSchemaElement Modifier and Type Method Description voidDatabaseSchemasResponse. setElementList(List<DatabaseSchemaElement> elementList)Set up the metadata element to return.
-