| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.digitalarchitecture.api | |
| org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements | |
| org.odpi.openmetadata.accessservices.digitalarchitecture.rest |
This package defines the beans used to build the REST request and response payloads.
|
| Modifier and Type | Method and Description |
|---|---|
LocationElement |
ManageLocations.getLocationByGUID(String userId,
String locationGUID)
Retrieve the location metadata element with the supplied unique identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<LocationElement> |
ManageLocations.findLocations(String userId,
String searchString,
int startFrom,
int pageSize)
Retrieve the list of location metadata elements that contain the search string.
|
List<LocationElement> |
ManageLocations.getLocationsByName(String userId,
String name,
int startFrom,
int pageSize)
Retrieve the list of location metadata elements with a matching qualified or display name.
|
| Constructor and Description |
|---|
LocationElement(LocationElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
LocationElement |
LocationResponse.getElement()
Return the metadata element.
|
| Modifier and Type | Method and Description |
|---|---|
List<LocationElement> |
LocationsResponse.getElementList()
Return the list of metadata elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocationResponse.setElement(LocationElement element)
Set up the metadata element to return.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocationsResponse.setElementList(List<LocationElement> elementList)
Set up the list of metadata elements to return.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.