| Modifier and Type | Method and Description |
|---|---|
DatabaseViewElement |
DatabaseManagerInterface.getDatabaseViewByGUID(String userId,
String guid)
Retrieve the database view metadata element with the supplied unique identifier.
|
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
DatabaseViewElement(DatabaseViewElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseViewElement |
DatabaseViewResponse.getElement()
Return the metadata element.
|
| Modifier and Type | Method and Description |
|---|---|
List<DatabaseViewElement> |
DatabaseViewsResponse.getElementList()
Return the list of metadata elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseViewResponse.setElement(DatabaseViewElement element)
Set up the metadata element to return.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseViewsResponse.setElementList(List<DatabaseViewElement> elementList)
Set up the metadata element to return.
|
Copyright © 2018–2020 ODPi. All rights reserved.