Uses of Interface
org.osid.transport.EndpointList
Packages that use EndpointList
Package
Description
The Open Service Interface Definitions for the org.osid.transport
service.
-
Uses of EndpointList in org.osid.transport
Methods in org.osid.transport that return EndpointListModifier and TypeMethodDescriptionEndpointHierarchySession.getChildEndpoints(Id endpointId) Gets the children of the given endpoint.EndpointLookupSession.getEndpoints()Gets allEndpointelements.EndpointSearchResults.getEndpoints()Gets the endpoint list resulting from the search.EndpointLookupSession.getEndpointsByGenusType(Type endpointGenusType) Gets anEndpointListcorresponding to the given endpoint genusTypewhich does not include endpoints of genus types derived from the specifiedType.In plenary mode, the returned list contains all known endpoints or an error results.EndpointLookupSession.getEndpointsByIds(IdList endpointIds) Gets anEndpointListcorresponding to the givenIdList.EndpointLookupSession.getEndpointsByParentGenusType(Type endpointsGenusType) Gets anEndpointListcorresponding to the given endpoint genusTypeand include any additional endpoints with genus types derived from the specifiedType.In plenary mode, the returned list contains all known endpoints or an error results.EndpointLookupSession.getEndpointsByProvider(Id resourceId) Gets anEndpointListcontaining the given endpoint recordType.EndpointQuerySession.getEndpointsByQuery(EndpointQuery endpointQuery) Gets a list ofEndpointsmatching the given endpoint query.EndpointLookupSession.getEndpointsByRecordType(Type endpointsRecordType) Gets anEndpointListcontaining the given endpoint recordType.EndpointHierarchySession.getParentEndpoints(Id endpointId) Gets the parents of the given endpoint.EndpointHierarchySession.getRootEndpoints()Gets the root endpoints in the endpoint hierarchy.