Uses of Interface
org.osid.profile.ProfileEntryQuery
Packages that use ProfileEntryQuery
Package
Description
The Open Service Interface Definitions for the org.osid.profile
service.
The Open Service Interface Definitions for the org.osid.profile.rules
service.
-
Uses of ProfileEntryQuery in org.osid.profile
Methods in org.osid.profile that return ProfileEntryQueryModifier and TypeMethodDescriptionProfileEntryQuerySession.getProfileEntryQuery()Gets a profile entry query.ProfileEntrySmartProfileSession.getProfileEntryQuery()Gets a profile entry query.ProfileItemQuery.getProfileEntryQuery()Gets the query for a profile entry.ProfileQuery.getProfileEntryQuery()Gets the query for a profile entry.ProfileEntrySearchSession.getProfileEntryQueryFromInspector(ProfileEntryQueryInspector profileEntryQueryInspector) Gets a profile entry query from an inspector.ProfileEntryQuery.getRelatedProfileEntryQuery()Gets the query for a profile entry.Methods in org.osid.profile with parameters of type ProfileEntryQueryModifier and TypeMethodDescriptionvoidProfileEntrySmartProfileSession.applyProfileEntryQuery(ProfileEntryQuery profileEntryQuery) Applies a profile entry query to this profile.ProfileEntryQuerySession.getProfileEntriesByQuery(ProfileEntryQuery profileEntryQuery) Gets a list ofProfileEntriesmatching the given queryProfileEntrySearchSession.getProfileEntriesBySearch(ProfileEntryQuery profileEntryQuery, ProfileEntrySearch profileEntrySearch) Gets the search results matching the given search query using the given search. -
Uses of ProfileEntryQuery in org.osid.profile.rules
Methods in org.osid.profile.rules that return ProfileEntryQueryModifier and TypeMethodDescriptionProfileEntryEnablerQuery.getRuledProfileEntryQuery()Gets the query for a profile entry.