Uses of Interface
org.osid.authentication.AgentList
Packages that use AgentList
Package
Description
The Open Service Interface Definitions for the org.osid.authentication
service.
The Open Service Interface Definitions for the org.osid.resource
service.
-
Uses of AgentList in org.osid.authentication
Methods in org.osid.authentication that return AgentListModifier and TypeMethodDescriptionAgentLookupSession.getAgents()Gets allAgents.AgentSearchResults.getAgents()Gets the agent list resulting from the search.AgentAgencySession.getAgentsByAgencies(IdList agencyIds) Gets the list ofAgentscorresponding to a list ofAgencyobjects.AgentAgencySession.getAgentsByAgency(Id agencyId) Gets the list ofAgentsassociated with anAgency.AgentLookupSession.getAgentsByGenusType(Type agentGenusType) Gets anAgentListcorresponding to the given agent genusTypewhich does not include agents of genus types derived from the specifiedType.AgentLookupSession.getAgentsByIds(IdList agentIds) Gets anAgentListcorresponding to the givenIdList.AgentLookupSession.getAgentsByParentGenusType(Type agentGenusType) Gets anAgentListcorresponding to the given agent genusTypeand include any additional agents with genus types derived from the specifiedType.AgentQuerySession.getAgentsByQuery(AgentQuery agentQuery) Gets a list ofAgentsmatching the given agent query.AgentLookupSession.getAgentsByRecordType(Type agentRecordType) Gets anAgentListcontaining the given agent recordType. -
Uses of AgentList in org.osid.resource
Methods in org.osid.resource that return AgentListModifier and TypeMethodDescriptionResourceAgentSession.getAgentsByResource(Id resourceId) Gets the list ofAgentIdsassociated with aResource.ResourceAgentSession.getAgentsByResources(IdList resourceIds) Gets the list ofAgentsassociated with any of the givenResources.