| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.assetmanager.api |
This package contains the different interfaces of the asset manager.
|
| org.odpi.openmetadata.accessservices.assetmanager.metadataelements |
The metadata elements describe the way that metadata is returned from the repository.
|
| org.odpi.openmetadata.accessservices.assetmanager.rest |
This package defines the beans used to build the REST request and response payloads.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaTypeElement |
SchemaExchangeInterface.getSchemaTypeByGUID(String userId,
String assetManagerGUID,
String assetManagerName,
String schemaTypeGUID)
Retrieve the schema type metadata element with the supplied unique identifier.
|
SchemaTypeElement |
SchemaExchangeInterface.getSchemaTypeForElement(String userId,
String assetManagerGUID,
String assetManagerName,
String parentElementGUID,
String parentElementTypeName)
Return the schema type associated with a specific open metadata element (data asset, process or port).
|
| Modifier and Type | Method and Description |
|---|---|
List<SchemaTypeElement> |
SchemaExchangeInterface.findSchemaType(String userId,
String assetManagerGUID,
String assetManagerName,
String searchString,
int startFrom,
int pageSize)
Retrieve the list of schema type metadata elements that contain the search string.
|
List<SchemaTypeElement> |
SchemaExchangeInterface.getSchemaTypeByName(String userId,
String assetManagerGUID,
String assetManagerName,
String name,
int startFrom,
int pageSize)
Retrieve the list of schema type metadata elements with a matching qualified or display name.
|
| Constructor and Description |
|---|
SchemaTypeElement(SchemaTypeElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
SchemaTypeElement |
SchemaTypeElementResponse.getElement()
Return the element result.
|
| Modifier and Type | Method and Description |
|---|---|
List<SchemaTypeElement> |
SchemaTypeElementsResponse.getElementList()
Return the list of metadata elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaTypeElementResponse.setElement(SchemaTypeElement element)
Set up the element result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaTypeElementsResponse.setElementList(List<SchemaTypeElement> elementList)
Set up the metadata element to return.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.