Uses of Interface
org.osid.configuration.rules.ParameterProcessorEnablerList
Packages that use ParameterProcessorEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.configuration.rules
service.
-
Uses of ParameterProcessorEnablerList in org.osid.configuration.rules
Methods in org.osid.configuration.rules that return ParameterProcessorEnablerListModifier and TypeMethodDescriptionParameterProcessorEnablerLookupSession.getParameterProcessorEnablers()Gets allParameterProcessorEnablers.ParameterProcessorEnablerSearchResults.getParameterProcessorEnablers()Gets theParameterProcessorEnablerListresulting from a search.ParameterProcessorEnablerConfigurationSession.getParameterProcessorEnablersByConfiguration(Id configurationId) Gets the list of parameter processor enablers associated with anConfiguration.ParameterProcessorEnablerConfigurationSession.getParameterProcessorEnablersByConfigurations(IdList configurationIds) Gets the list of parameter processor enablers corresponding to a list ofConfigurations.ParameterProcessorEnablerLookupSession.getParameterProcessorEnablersByGenusType(Type parameterProcessorEnablerGenusType) Gets aParameterProcessorEnablerListcorresponding to the given parameter processor enabler genusTypewhich does not include parameter processor enablers of genus types derived from the specifiedType.ParameterProcessorEnablerLookupSession.getParameterProcessorEnablersByIds(IdList parameterProcessorEnablerIds) Gets aParameterProcessorEnablerListcorresponding to the givenIdList.ParameterProcessorEnablerLookupSession.getParameterProcessorEnablersByParentGenusType(Type parameterProcessorEnablerGenusType) Gets aParameterProcessorEnablerListcorresponding to the given parameter processor enabler genusTypeand include any additional parameter processor enablers with genus types derived from the specifiedType.ParameterProcessorEnablerQuerySession.getParameterProcessorEnablersByQuery(ParameterProcessorEnablerQuery parameterProcessorEnablerQuery) Gets a list ofParameterProcessorEnablersmatching the given parameter processor query.ParameterProcessorEnablerLookupSession.getParameterProcessorEnablersByRecordType(Type parameterProcessorEnablerRecordType) Gets aParameterProcessorEnablerListcontaining the given parameter processor enabler recordType.ParameterProcessorEnablerRuleLookupSession.getParameterProcessorEnablersForParameterProcessor(Id parameterProcessorId) Gets theParameterProcessorEnablerassociated with aParameterProcessor.ParameterProcessorEnablerLookupSession.getParameterProcessorEnablersOnDate(DateTime from, DateTime to) Gets aParameterProcessorEnablerListthat are effective for the entire given date range but not confined to the date range.ParameterProcessorEnablerLookupSession.getParameterProcessorEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aParameterProcessorEnablerListthat are effective for the entire given date range but not confined to the date range and evaluated against the given agent.