Uses of Class
org.odpi.openmetadata.accessservices.datamanager.metadataelements.QueryElement
-
Packages that use QueryElement Package Description org.odpi.openmetadata.accessservices.datamanager.api org.odpi.openmetadata.accessservices.datamanager.metadataelements org.odpi.openmetadata.accessservices.datamanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of QueryElement in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api that return QueryElement Modifier and Type Method Description QueryElementDisplayApplicationInterface. getQueryByGUID(String userId, String guid)Retrieve the query metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.datamanager.api that return types with arguments of type QueryElement Modifier and Type Method Description List<QueryElement>DisplayApplicationInterface. findQueries(String userId, String searchString, int startFrom, int pageSize)Retrieve the list of query metadata elements that contain the search string.List<QueryElement>DisplayApplicationInterface. getQueriesByName(String userId, String name, int startFrom, int pageSize)Retrieve the list of query metadata elements with a matching qualified or display name.List<QueryElement>DisplayApplicationInterface. getQueriesForApplication(String userId, String applicationGUID, String applicationName, int startFrom, int pageSize)Retrieve the list of querys created by this caller. -
Uses of QueryElement in org.odpi.openmetadata.accessservices.datamanager.metadataelements
Constructors in org.odpi.openmetadata.accessservices.datamanager.metadataelements with parameters of type QueryElement Constructor Description QueryElement(QueryElement template)Copy/clone constructor -
Uses of QueryElement in org.odpi.openmetadata.accessservices.datamanager.rest
Methods in org.odpi.openmetadata.accessservices.datamanager.rest that return QueryElement Modifier and Type Method Description QueryElementQueryResponse. getElement()Return the metadata element.Methods in org.odpi.openmetadata.accessservices.datamanager.rest that return types with arguments of type QueryElement Modifier and Type Method Description List<QueryElement>QueriesResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type QueryElement Modifier and Type Method Description voidQueryResponse. setElement(QueryElement element)Set up the metadata element to return.Method parameters in org.odpi.openmetadata.accessservices.datamanager.rest with type arguments of type QueryElement Modifier and Type Method Description voidQueriesResponse. setElementList(List<QueryElement> elementList)Set up the metadata element to return.
-