Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelements.LocationElement
-
Packages that use LocationElement Package Description org.odpi.openmetadata.accessservices.communityprofile.api The API package defines the Java interfaces supported by the Community Profile OMAS.org.odpi.openmetadata.accessservices.communityprofile.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.communityprofile.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of LocationElement in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api that return LocationElement Modifier and Type Method Description LocationElementLocationManagementInterface. getLocationByGUID(String userId, String locationGUID)Retrieve the location metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.communityprofile.api that return types with arguments of type LocationElement Modifier and Type Method Description List<LocationElement>LocationManagementInterface. findLocations(String userId, String searchString, int startFrom, int pageSize)Retrieve the list of location metadata elements that contain the search string.List<LocationElement>LocationManagementInterface. getAdjacentLocations(String userId, String locationGUID, int startFrom, int pageSize)Retrieve the list of adjacent location metadata elements linked to locationGUID.List<LocationElement>LocationManagementInterface. getGroupingLocations(String userId, String locationGUID, int startFrom, int pageSize)Retrieve the list of location metadata elements that has the location identifier with locationGUID nested inside it.List<LocationElement>LocationManagementInterface. getKnownLocationsForAsset(String userId, String assetGUID, int startFrom, int pageSize)Retrieve the list of location metadata elements linked to assetGUID.List<LocationElement>LocationManagementInterface. getLocations(String userId, int startFrom, int pageSize)Retrieve the list of location metadata elements.List<LocationElement>LocationManagementInterface. getLocationsByName(String userId, String name, int startFrom, int pageSize)Retrieve the list of location metadata elements with a matching qualified name, identifier or display name.List<LocationElement>LocationManagementInterface. getLocationsByProfile(String userId, String actorProfileGUID, int startFrom, int pageSize)Retrieve the list of location metadata elements linked to actorProfileGUID.List<LocationElement>LocationManagementInterface. getNestedLocations(String userId, String locationGUID, int startFrom, int pageSize)Retrieve the list of nested location metadata elements linked to locationGUID. -
Uses of LocationElement in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Constructors in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type LocationElement Constructor Description LocationElement(LocationElement template)Copy/clone constructor -
Uses of LocationElement in org.odpi.openmetadata.accessservices.communityprofile.rest
Methods in org.odpi.openmetadata.accessservices.communityprofile.rest that return LocationElement Modifier and Type Method Description LocationElementLocationResponse. getElement()Return the metadata element.Methods in org.odpi.openmetadata.accessservices.communityprofile.rest that return types with arguments of type LocationElement Modifier and Type Method Description List<LocationElement>LocationListResponse. getElements()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.communityprofile.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.communityprofile.rest with type arguments of type LocationElement Modifier and Type Method Description voidLocationListResponse. setElements(List<LocationElement> elements)Set up the list of metadata elements to return.
-