Uses of Interface
org.osid.transport.EndpointQuery
Packages that use EndpointQuery
Package
Description
The Open Service Interface Definitions for the org.osid.transport
service.
-
Uses of EndpointQuery in org.osid.transport
Methods in org.osid.transport that return EndpointQueryModifier and TypeMethodDescriptionEndpointQuery.getAncestorEndpointQuery()Gets the query for a endpoint.EndpointQuery.getDescendantEndpointQuery()Gets the query for a endpoint.EndpointQuerySession.getEndpointQuery()Gets a endpoint query.EndpointSearchSession.getEndpointQueryFromInspector(EndpointQueryInspector endpointQueryInspector) Gets a endpoint query from an inspector.Methods in org.osid.transport with parameters of type EndpointQueryModifier and TypeMethodDescriptionEndpointQuerySession.getEndpointsByQuery(EndpointQuery endpointQuery) Gets a list ofEndpointsmatching the given endpoint query.EndpointSearchSession.getEndpointsBySearch(EndpointQuery endpointQuery, EndpointSearch endpointSearch) Gets the search results matching the given search query using the given search.