Uses of Interface
org.osid.personnel.PersonQuery
Packages that use PersonQuery
Package
Description
The Open Service Interface Definitions for the org.osid.personnel
service.
-
Uses of PersonQuery in org.osid.personnel
Methods in org.osid.personnel that return PersonQueryModifier and TypeMethodDescriptionAppointmentQuery.getPersonQuery()Gets the query for a person query.PersonQuerySession.getPersonQuery()Gets a person query.PersonSmartRealmSession.getPersonQuery()Gets a person query.RealmQuery.getPersonQuery()Gets the query for a person.PersonSearchSession.getPersonQueryFromInspector(PersonQueryInspector personQueryInspector) Gets a person query from an inspector.PersonSmartRealmSession.getPersonQueryFromInspector(PersonQueryInspector personQueryInspector) Gets a person query from an inspector.Methods in org.osid.personnel with parameters of type PersonQueryModifier and TypeMethodDescriptionvoidPersonSmartRealmSession.applyPersonQuery(PersonQuery personQuery) Applies a person query to this realm.PersonQuerySession.getPersonsByQuery(PersonQuery personQuery) Gets a list of persons matching the given person query.PersonSearchSession.getPersonsBySearch(PersonQuery personQuery, PersonSearch personSearch) Gets the search results matching the given search.