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 TypeMethodDescriptionEndpointLookupSession.getEndpoints()Gets allEndpointelements.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.EndpointLookupSession.getEndpointsByRecordType(Type endpointsRecordType) Gets anEndpointListcontaining the given endpoint recordType.