Uses of Interface
org.osid.personnel.RealmQuery
Packages that use RealmQuery
Package
Description
The Open Service Interface Definitions for the org.osid.personnel
service.
-
Uses of RealmQuery in org.osid.personnel
Methods in org.osid.personnel that return RealmQueryModifier and TypeMethodDescriptionRealmQuery.getAncestorRealmQuery()Gets the query for a realm.RealmQuery.getDescendantRealmQuery()Gets the query for a realm.AppointmentQuery.getRealmQuery()Gets the query for a realm query.OrganizationQuery.getRealmQuery()Gets the query for a realm query.PersonQuery.getRealmQuery()Gets the query for a realm query.PositionQuery.getRealmQuery()Gets the query for a realm query.RealmQuerySession.getRealmQuery()Gets a realm query.RealmSearchSession.getRealmQueryFromInspector(RealmQueryInspector realmQueryInspector) Gets a realm query from an inspector.Methods in org.osid.personnel with parameters of type RealmQueryModifier and TypeMethodDescriptionRealmQuerySession.getRealmsByQuery(RealmQuery realmQuery) Gets a list ofRealmsmatching the given search.RealmSearchSession.getRealmsBySearch(RealmQuery realmQuery, RealmSearch realmSearch) Gets the search results matching the given search.