Uses of Interface
org.osid.configuration.ValueList
Packages that use ValueList
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 ValueList in org.osid.configuration
Methods in org.osid.configuration that return ValueListModifier and TypeMethodDescriptionValueRetrievalSession.getApplicableValuesByParameter(Id parameterId) Gets all the applicableValuesfor the given parameterId.ValueRetrievalSession.getApplicableValuesByParameterOnCondition(Id parameterId, ValueCondition valueCondition) Gets all the applicable values for a parameter based on a condition.ValueRetrievalSession.getApplicableValuesByParameters(IdList parameterIds) Gets the applicableValuesfor the given parameterIds.ValueRetrievalSession.getApplicableValuesByParametersOnCondition(IdList parameterIds, ValueCondition valueCondition) Gets the applicable values for parameters based on a condition.ValueLookupSession.getValues()Gets all the values in this configuration.ValueSearchResults.getValues()Gets the vakue list resulting from a search.ValueLookupSession.getValuesByGenusType(Type valueGenusType) Gets aValueListcorresponding to the given value genusTypewhich does not include values of genus types derived from the specifiedType.ValueLookupSession.getValuesByIds(IdList valueIds) Gets aValueListcorresponding to the givenIdList.ValueLookupSession.getValuesByParameter(Id parameterId) Gets all theValuesfor the given parameterId.ValueLookupSession.getValuesByParentGenusType(Type valueGenusType) Gets aValueListcorresponding to the given value genusTypeand include any additional values with genus types derived from the specifiedType.ValueQuerySession.getValuesByQuery(ValueQuery valueQuery) Gets a list ofValuesmatching the given value query.ValueLookupSession.getValuesByRecordType(Type valueRecordType) Gets aValueListcorresponding to the given value recordTypewhich does not include values of record types derived from the specifiedType. -
Uses of ValueList in org.osid.configuration.rules
Methods in org.osid.configuration.rules that return ValueListModifier and TypeMethodDescriptionValueEnablerRuleLookupSession.getValuesForValueEnabler(Id valueEnablerId) Gets theValuesmapped to aValueEnabler.