Uses of Interface
org.osid.resource.BinList
Packages that use BinList
Package
Description
The Open Service Interface Definitions for the org.osid.resource
service.
The Open Service Interface Definitions for the org.osid.resource.demographic
service.
-
Uses of BinList in org.osid.resource
Methods in org.osid.resource that return BinListModifier and TypeMethodDescriptionBinLookupSession.getBins()Gets allBins.BinSearchResults.getBins()Gets the bin list resulting from the search.BinLookupSession.getBinsByGenusType(Type binGenusType) Gets aBinListcorresponding to the given bin genusTypewhich does not include bins of types derived from the specifiedType.BinLookupSession.getBinsByIds(IdList binIds) Gets aBinListcorresponding to the givenIdList.BinLookupSession.getBinsByParentGenusType(Type binGenusType) Gets aBinListcorresponding to the given bin genusTypeand include any additional bins with genus types derived from the specifiedType.BinLookupSession.getBinsByProvider(Id resourceId) Gets aBinListfrom the given provider.BinQuerySession.getBinsByQuery(BinQuery binQuery) Gets a list ofBinsmatching the given bin query.BinLookupSession.getBinsByRecordType(Type binRecordType) Gets aBinListcontaining the given bin recordType.ResourceBinSession.getBinsByResource(Id resourceId) Gets the list ofBinobjects mapped to aResource.ResourceRelationshipBinSession.getBinsByResourceRelationship(Id resourceRelationshipId) Gets the list ofBinobjects mapped to aResourceRelationship.BinHierarchySession.getChildBins(Id binId) Gets the children of the given bin.BinHierarchySession.getParentBins(Id binId) Gets the parents of the given bin.BinHierarchySession.getRootBins()Gets the root bins in the bin hierarchy. -
Uses of BinList in org.osid.resource.demographic
Methods in org.osid.resource.demographic that return BinListModifier and TypeMethodDescriptionDemographicBinSession.getBinsByDemographic(Id demographicId) Gets theBinsmapped to aDemographic.DemographicEnablerBinSession.getBinsByDemographicEnabler(Id demographicEnablerId) Gets theBinsmapped to aDemographicEnabler.