Uses of Interface
org.osid.authentication.AgencyList
Packages that use AgencyList
Package
Description
The Open Service Interface Definitions for the org.osid.authentication
service.
The Open Service Interface Definitions for the org.osid.authentication.keys
service.
-
Uses of AgencyList in org.osid.authentication
Methods in org.osid.authentication that return AgencyListModifier and TypeMethodDescriptionAgencyLookupSession.getAgencies()Gets allAgencies.AgencySearchResults.getAgencies()Gets the agency list resultrng from a search.AgentAgencySession.getAgenciesByAgent(Id agentId) Gets the list ofAgencyobjects mapped to anAgent.AgencyLookupSession.getAgenciesByGenusType(Type agencyGenusType) Gets anAgencyListcorresponding to the given agency genusTypewhich does not include agencies of types derived from the specifiedType.In plenary mode, the returned list contains all known agencies or an error results.AgencyLookupSession.getAgenciesByIds(IdList agencyIds) Gets anAgencyListcorresponding to the givenIdList.AgencyLookupSession.getAgenciesByParentGenusType(Type agencyGenusType) Gets anAgencyListcorresponding to the given agency genusTypeand include any additional agencies with genus types derived from the specifiedType.AgencyLookupSession.getAgenciesByProvider(Id resourceId) Gets anAgencyListfrom the given provider.AgencyQuerySession.getAgenciesByQuery(AgencyQuery agencyQuery) Gets a list ofAgencyobjects matching the given agency query.AgencyLookupSession.getAgenciesByRecordType(Type agencyRecordType) Gets anAgencyListcontaining the given agency recordType.AgencyHierarchySession.getChildAgencies(Id agencyId) Gets the children of the given agency.AgencyHierarchySession.getParentAgencies(Id agencyId) Gets the parents of the given agency.AgencyHierarchySession.getRootAgencies()Gets the root agencies in this agency hierarchy. -
Uses of AgencyList in org.osid.authentication.keys
Methods in org.osid.authentication.keys that return AgencyListModifier and TypeMethodDescriptionKeyAgencySession.getAgenciesByKey(Id keyId) Gets the list ofAgencyobjects mapped to anKey.