Uses of Interface
org.osid.configuration.rules.ParameterProcessorList
Packages that use ParameterProcessorList
Package
Description
The Open Service Interface Definitions for the org.osid.configuration.rules
service.
-
Uses of ParameterProcessorList in org.osid.configuration.rules
Methods in org.osid.configuration.rules that return ParameterProcessorListModifier and TypeMethodDescriptionParameterProcessorLookupSession.getParameterProcessors()Gets allParameterProcessors.ParameterProcessorSearchResults.getParameterProcessors()Gets theParameterProcessorListresulting from a search.ParameterProcessorConfigurationSession.getParameterProcessorsByConfiguration(Id configurationId) Gets the list of parameter processors associated with anConfiguration.ParameterProcessorConfigurationSession.getParameterProcessorsByConfigurations(IdList configurationIds) Gets the list of parameter processor corresponding to a list ofConfigurations.ParameterProcessorLookupSession.getParameterProcessorsByGenusType(Type parameterProcessorGenusType) Gets aParameterProcessorListcorresponding to the given parameter processor genusTypewhich does not include parameter processor of genus types derived from the specifiedType.ParameterProcessorLookupSession.getParameterProcessorsByIds(IdList parameterProcessorIds) Gets aParameterProcessorListcorresponding to the givenIdList.ParameterProcessorLookupSession.getParameterProcessorsByParentGenusType(Type parameterProcessorGenusType) Gets aParameterProcessorListcorresponding to the given parameter processor genusTypeand include any additional parameter processor with genus types derived from the specifiedType.ParameterProcessorQuerySession.getParameterProcessorsByQuery(ParameterProcessorQuery parameterProcessorQuery) Gets a list ofParameterProcessorsmatching the given parameter processor query.ParameterProcessorLookupSession.getParameterProcessorsByRecordType(Type parameterProcessorRecordType) Gets aParameterProcessorListcontaining the given parameter processor recordType.ParameterProcessorRuleLookupSession.getParameterProcessorsForParameter(Id parameterId) Gets theParameterProcessorassociated with aParameter.ParameterProcessorEnablerRuleLookupSession.getParameterProcessorsForParameterProcessorEnabler(Id parameterProcessorEnablerId) Gets theParameterProcessorsmapped to aParameterProcessorEnabler.