Uses of Interface
org.osid.lexicon.ParameterList
Packages that use ParameterList
Package
Description
The Open Service Interface Definitions for the org.osid.lexicon
service.
-
Uses of ParameterList in org.osid.lexicon
Methods in org.osid.lexicon that return ParameterListModifier and TypeMethodDescriptionParameterLookupSession.getParameters()Gets allParameters.ParameterSearchResults.getParameters()Gets the parameter list resulting from a search.ParameterLookupSession.getParametersByGenusType(Type parameterGenusType) Gets aParameterListcorresponding to the given parameter genusTypewhich does not include parameters of genus types derived from the specifiedType.ParameterLookupSession.getParametersByIds(IdList parameterIds) Gets aParameterListcorresponding to the givenIdList.ParameterLookupSession.getParametersByParentGenusType(Type parameterGenusType) Gets aParameterListcorresponding to the given parameter genusTypeand include any additional parameters with genus types derived from the specifiedType.ParameterPressSession.getParametersByPress(Id pressId) Gets the list of parameters associated with aPress.ParameterPressSession.getParametersByPresses(IdList pressIds) Gets the list of parameters corresponding to a list ofPresses.ParameterQuerySession.getParametersByQuery(ParameterQuery parameterQuery) Gets a list ofParametersmatching the given parameter query.ParameterLookupSession.getParametersByRecordType(Type parameterRecordType) Gets aParameterListcontaining the given parameter recordType.ParameterLookupSession.getParametersForText(Id textId) Gets aParameterListcontaining the given text.