Uses of Interface
org.osid.hold.BlockList
Packages that use BlockList
Package
Description
The Open Service Interface Definitions for the org.osid.hold
service.
-
Uses of BlockList in org.osid.hold
Methods in org.osid.hold that return BlockListModifier and TypeMethodDescriptionBlockLookupSession.getBlocks()Gets allBlocks.BlockSearchResults.getBlocks()Gets the block list resulting from a search.BlockLookupSession.getBlocksByGenusType(Type blockGenusType) Gets aBlockListcorresponding to the given block genusTypewhich does not include blocks of genus types derived from the specifiedType.BlockLookupSession.getBlocksByIds(IdList blockIds) Gets aBlockListcorresponding to the givenIdList.BlockOublietteSession.getBlocksByOubliette(Id oublietteId) Gets the list ofBlocksassociated with anOubliette.BlockOublietteSession.getBlocksByOubliettes(IdList oublietteIds) Gets the list ofBlockcorresponding to a list ofOubliettes.BlockLookupSession.getBlocksByParentGenusType(Type blockGenusType) Gets aBlockListcorresponding to the given block genusTypeand include any additional blocks with genus types derived from the specifiedType.BlockQuerySession.getBlocksByQuery(BlockQuery blockQuery) Gets a list ofBlocksmatching the given block query.BlockLookupSession.getBlocksByRecordType(Type blockRecordType) Gets aBlockListcontaining the given block recordType.BlockLookupSession.getBlocksForIssue(Id issueId) Gets aBlockListmapped to the givenIssueIn plenary mode, the returned list contains all known blocks or an error results.