Uses of Interface
org.osid.configuration.ConfigurationList
Packages that use ConfigurationList
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 ConfigurationList in org.osid.configuration
Methods in org.osid.configuration that return ConfigurationListModifier and TypeMethodDescriptionConfigurationHierarchySession.getChildConfigurations(Id configurationId) Gets the children of the given configuration.ConfigurationLookupSession.getConfigurations()Gets allConfigurations.ConfigurationSearchResults.getConfigurations()Gets the configuration list resulting from a search.ConfigurationLookupSession.getConfigurationsByGenusType(Type configurationGenusType) Gets anConfigurationListcorresponding to the given configuration genusTypewhich does not include configuration types derived from the specifiedType.ConfigurationLookupSession.getConfigurationsByIds(IdList configurationIds) Gets aConfigurationListcorresponding to the givenIdList.ParameterConfigurationSession.getConfigurationsByParameter(Id parameterId) Gets theConfigurationsmapped to aParameter.ConfigurationLookupSession.getConfigurationsByParentGenusType(Type configurationGenusType) Gets anConfigurationListcorresponding to the given configuration genusTypeand include any additional configurations with genus types derived from the specifiedType.ConfigurationLookupSession.getConfigurationsByProvider(Id resourceId) Gets aConfigurationListfrom the given provider.ConfigurationQuerySession.getConfigurationsByQuery(ConfigurationQuery configurationQuery) Gets a list ofConfigurationsmatching the given search.ConfigurationLookupSession.getConfigurationsByRecordType(Type configurationRecordType) Gets aConfigurationListcontaining the given configuration recordType.ConfigurationHierarchySession.getParentConfigurations(Id configurationId) Gets the parents of the given configuration.ConfigurationHierarchySession.getRootConfigurations()Gets the root configurations in the configuration hierarchy. -
Uses of ConfigurationList in org.osid.configuration.rules
Methods in org.osid.configuration.rules that return ConfigurationListModifier and TypeMethodDescriptionParameterProcessorConfigurationSession.getConfigurationsByParameterProcessor(Id parameterProcessorId) Gets theConfigurationsmapped to aParameterProcessor.ParameterProcessorEnablerConfigurationSession.getConfigurationsByParameterProcessorEnabler(Id parameterProcessorEnablerId) Gets theConfigurationsmapped to aParameterProcessorEnabler.ValueEnablerConfigurationSession.getConfigurationsByValueEnabler(Id valueEnablerId) Gets theConfigurationsmapped to aValueEnabler.