Uses of Interface
org.osid.profile.ProfileList
Packages that use ProfileList
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 ProfileList in org.osid.profile
Methods in org.osid.profile that return ProfileListModifier and TypeMethodDescriptionProfileHierarchySession.getChildProfiles(Id profileId) Gets the children of the given profile.ProfileHierarchySession.getParentProfiles(Id profileId) Gets the parents of the given profile.ProfileEntryProfileSession.getProfileByProfileEntry(Id profileEntryId) Gets the list ofProfileobjects mapped to aProfileEntry.ProfileLookupSession.getProfiles()Gets allProfiles.ProfileSearchResults.getProfiles()Gets the profile list resulting from the search.ProfileLookupSession.getProfilesByGenusType(Type profileGenusType) Gets aProfileListcorresponding to the given profile genusTypewhich does not include profiles of types derived from the specifiedType.In plenary mode, the returned list contains all known profiles or an error results.ProfileLookupSession.getProfilesByIds(IdList profileIds) Gets aProfileListcorresponding to the givenIdList.ProfileLookupSession.getProfilesByParentGenusType(Type profileGenusType) Gets aProfileListcorresponding to the given profile genusTypeand include any additional profiles with genus types derived from the specifiedType.In plenary mode, the returned list contains all known profiles or an error results.ProfileItemProfileSession.getProfilesByProfileItem(Id profileItemId) Gets the list ofProfilesmapped to aProfileItem.ProfileLookupSession.getProfilesByProvider(Id resourceId) Gets aProfileListfor the given provider.ProfileQuerySession.getProfilesByQuery(ProfileQuery profileQuery) Gets a list ofProfilesmatching the given profile query.ProfileLookupSession.getProfilesByRecordType(Type profileRecordType) Gets aProfileListcontaining the given profile recordType.ProfileHierarchySession.getRootProfiles()Gets the root profiles in this profile hierarchy. -
Uses of ProfileList in org.osid.profile.rules
Methods in org.osid.profile.rules that return ProfileListModifier and TypeMethodDescriptionProfileEntryEnablerProfileSession.getProfilesByProfileEntryEnabler(Id profileEntryEnablerId) Gets theProfilesmapped to aProfileEntryEnabler.