Uses of Interface
org.osid.profile.ProfileItemQuery
Packages that use ProfileItemQuery
Package
Description
The Open Service Interface Definitions for the org.osid.profile
service.
-
Uses of ProfileItemQuery in org.osid.profile
Methods in org.osid.profile that return ProfileItemQueryModifier and TypeMethodDescriptionProfileEntrySmartProfileSession.getProfileEntryQueryFromInspector(ProfileEntryQueryInspector profileEntryQueryInspector) Gets a profile entry query from an inspector.ProfileEntryQuery.getProfileItemQuery(boolean match) Gets the profile item query.ProfileItemQuerySession.getProfileItemQuery()Gets a profile item query.ProfileItemSmartProfileSession.getProfileItemQuery()Gets a profile item query.ProfileQuery.getProfileItemQuery()Gets the query for a profile item.ProfileItemSearchSession.getProfileItemQueryFromInspector(ProfileItemQueryInspector profileItemQueryInspector) Gets a profile item query from an inspector.ProfileItemSmartProfileSession.getProfileItemQueryFromInspector(ProfileItemQueryInspector profileItemQueryInspector) Gets a profile item query from an inspector.Methods in org.osid.profile with parameters of type ProfileItemQueryModifier and TypeMethodDescriptionvoidProfileItemSmartProfileSession.applyProfileItemQuery(ProfileItemQuery profileItemQuery) Applies a profile item query to this profile.ProfileItemQuerySession.getProfileItemsByQuery(ProfileItemQuery profileItemQuery) Gets a list ofProfileItemsmatching the given profile item query interface.ProfileItemSearchSession.getProfileItemsBySearch(ProfileItemQuery profileItemQuery, ProfileItemSearch profileItemSearch) Gets the search results matching the given search query using the given search.