Uses of Class
org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.LocationElement
-
Packages that use LocationElement 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. -
-
Uses of LocationElement in org.odpi.openmetadata.accessservices.digitalarchitecture.api
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.api that return LocationElement Modifier and Type Method Description LocationElementManageLocations. getLocationByGUID(String userId, String locationGUID)Retrieve the location metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.api that return types with arguments of type LocationElement Modifier and Type Method 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. -
Uses of LocationElement in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements
Constructors in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements with parameters of type LocationElement Constructor Description LocationElement(LocationElement template)Copy/clone constructor -
Uses of LocationElement in org.odpi.openmetadata.accessservices.digitalarchitecture.rest
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.rest that return LocationElement Modifier and Type Method Description LocationElementLocationResponse. getElement()Return the metadata element.Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.rest that return types with arguments of type LocationElement Modifier and Type Method Description List<LocationElement>LocationsResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.rest with parameters of type LocationElement Modifier and Type Method Description voidLocationResponse. setElement(LocationElement element)Set up the metadata element to return.Method parameters in org.odpi.openmetadata.accessservices.digitalarchitecture.rest with type arguments of type LocationElement Modifier and Type Method Description voidLocationsResponse. setElementList(List<LocationElement> elementList)Set up the list of metadata elements to return.
-