Uses of Interface
org.osid.configuration.ParameterList
Packages that use ParameterList
Package
Description
The Open Service Interface Definitions for the org.osid.configuration
service.
The Open Service Interface Definitions for the org.osid.configuration.rules
service.
-
Uses of ParameterList in org.osid.configuration
Methods in org.osid.configuration that return ParameterListModifier and TypeMethodDescriptionParameterLookupSession.getParameters()Gets allParameters.ParameterSearchResults.getParameters()Gets the parameter list resulting from a search.ParameterConfigurationSession.getParametersByConfiguration(Id configurationId) Gets the list ofParametersassociated with aConfiguration.ParameterConfigurationSession.getParametersByConfigurations(IdList configurationIds) Gets the list ofParametersassociated with a list ofConfigurations.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 parameters genusTypeand include any additional parameters with genus types derived from the specifiedType.ParameterQuerySession.getParametersByQuery(ParameterQuery parameterQuery) Gets a list ofParametersmatching the given query.ParameterLookupSession.getParametersByRecordType(Type parameterRecordType) Gets aParameterListcorresponding to the given parameter recordTypewhich does not include parameters of record types derived from the specifiedType. -
Uses of ParameterList in org.osid.configuration.rules
Methods in org.osid.configuration.rules that return ParameterListModifier and TypeMethodDescriptionParameterProcessorRuleLookupSession.getParametersForParameterProcessor(Id parameterProcessorId) Gets theParametersmapped to anParameterProcessor.