Uses of Class
org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseViewElement
-
Packages that use DatabaseViewElement 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 DatabaseViewElement in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api that return DatabaseViewElement Modifier and Type Method Description DatabaseViewElementDatabaseManagerInterface. getDatabaseViewByGUID(String userId, String guid)Retrieve the database view metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.datamanager.api that return types with arguments of type DatabaseViewElement Modifier and Type Method Description List<DatabaseViewElement>DatabaseManagerInterface. findDatabaseViews(String userId, String searchString, int startFrom, int pageSize)Retrieve the list of database view metadata elements that contain the search string.List<DatabaseViewElement>DatabaseManagerInterface. getDatabaseViewsByName(String userId, String name, int startFrom, int pageSize)Retrieve the list of database view metadata elements with a matching qualified or display name.List<DatabaseViewElement>DatabaseManagerInterface. getViewsForDatabaseSchema(String userId, String databaseSchemaGUID, int startFrom, int pageSize)Retrieve the list of database views associated with a database schema. -
Uses of DatabaseViewElement in org.odpi.openmetadata.accessservices.datamanager.metadataelements
Constructors in org.odpi.openmetadata.accessservices.datamanager.metadataelements with parameters of type DatabaseViewElement Constructor Description DatabaseViewElement(DatabaseViewElement template)Copy/clone constructor -
Uses of DatabaseViewElement in org.odpi.openmetadata.accessservices.datamanager.rest
Methods in org.odpi.openmetadata.accessservices.datamanager.rest that return DatabaseViewElement Modifier and Type Method Description DatabaseViewElementDatabaseViewResponse. getElement()Return the metadata element.Methods in org.odpi.openmetadata.accessservices.datamanager.rest that return types with arguments of type DatabaseViewElement Modifier and Type Method Description List<DatabaseViewElement>DatabaseViewsResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type DatabaseViewElement Modifier and Type Method Description voidDatabaseViewResponse. setElement(DatabaseViewElement element)Set up the metadata element to return.Method parameters in org.odpi.openmetadata.accessservices.datamanager.rest with type arguments of type DatabaseViewElement Modifier and Type Method Description voidDatabaseViewsResponse. setElementList(List<DatabaseViewElement> elementList)Set up the metadata element to return.
-