Uses of Interface
org.osid.personnel.PersonList
Packages that use PersonList
Package
Description
The Open Service Interface Definitions for the org.osid.personnel
service.
-
Uses of PersonList in org.osid.personnel
Methods in org.osid.personnel that return PersonListModifier and TypeMethodDescriptionPersonLookupSession.getPersons()Gets all persons.PersonSearchResults.getPersons()Gets the person list resulting from a search.PersonLookupSession.getPersonsByGenusType(Type personGenusType) Gets aPersonListcorresponding to the given person genusTypewhich does not include persons of types derived from the specifiedType.PersonLookupSession.getPersonsByIds(IdList personIds) Gets aPersonListcorresponding to the givenIdList.PersonLookupSession.getPersonsByParentGenusType(Type personGenusType) Gets aPersonListcorresponding to the given person genusTypeand include any additional persons with genus types derived from the specifiedType.PersonQuerySession.getPersonsByQuery(PersonQuery personQuery) Gets a list of persons matching the given person query.PersonRealmSession.getPersonsByRealm(Id realmId) Gets the list ofPersonsassociated with aRealm.PersonRealmSession.getPersonsByRealms(IdList realmIds) Gets the list ofPersonscorresponding to a list ofRealms.PersonLookupSession.getPersonsByRecordType(Type personRecordType) Gets aPersonListcontaining the given person recordType.