Uses of Interface
org.osid.configuration.rules.ValueEnablerList
Packages that use ValueEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.configuration.rules
service.
-
Uses of ValueEnablerList in org.osid.configuration.rules
Methods in org.osid.configuration.rules that return ValueEnablerListModifier and TypeMethodDescriptionValueEnablerLookupSession.getValueEnablers()Gets allValueEnablers.ValueEnablerSearchResults.getValueEnablers()Gets theValueEnablerListresulting from a search.ValueEnablerConfigurationSession.getValueEnablersByConfiguration(Id configurationId) Gets the list of value enablers associated with anConfiguration.ValueEnablerConfigurationSession.getValueEnablersByConfigurations(IdList configurationIds) Gets the list of value enablers corresponding to a list ofConfigurations.ValueEnablerLookupSession.getValueEnablersByGenusType(Type valueEnablerGenusType) Gets aValueEnablerListcorresponding to the given value enabler genusTypewhich does not include value enablers of genus types derived from the specifiedType.ValueEnablerLookupSession.getValueEnablersByIds(IdList valueEnablerIds) Gets aValueEnablerListcorresponding to the givenIdList.ValueEnablerLookupSession.getValueEnablersByParentGenusType(Type valueEnablerGenusType) Gets aValueEnablerListcorresponding to the given value enabler genusTypeand include any additional value enablers with genus types derived from the specifiedType.ValueEnablerQuerySession.getValueEnablersByQuery(ValueEnablerQuery valueEnablerQuery) Gets a list ofValueEnablersmatching the given value enabler query.ValueEnablerLookupSession.getValueEnablersByRecordType(Type valueEnablerRecordType) Gets aValueEnablerListcontaining the given value enabler recordType.ValueEnablerRuleLookupSession.getValueEnablersForValue(Id valueId) Gets theValueEnablersassociated with aValue.ValueEnablerLookupSession.getValueEnablersOnDate(DateTime from, DateTime to) Gets aValueEnablerListeffective within the given date range which are effective for the entire given date range inclusive but not confined to the date range for any agent.ValueEnablerLookupSession.getValueEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aValueEnablerListeffective within the given date range which are effective for the entire given date range inclusive but not confined to the date range and evaluated for the given agent.