Uses of Interface
org.osid.lexicon.TextList
Packages that use TextList
Package
Description
The Open Service Interface Definitions for the org.osid.lexicon
service.
-
Uses of TextList in org.osid.lexicon
Methods in org.osid.lexicon that return TextListModifier and TypeMethodDescriptionTextLookupSession.getTexts()Gets allTexts.TextSearchResults.getTexts()Gets the text list resulting from a search.TextLookupSession.getTextsByGenusType(Type textGenusType) Gets aTextListcorresponding to the given text genusTypewhich does not include texts of genus types derived from the specifiedType.TextLookupSession.getTextsByIds(IdList textIds) Gets aTextListcorresponding to the givenIdList.TextLookupSession.getTextsByParentGenusType(Type textGenusType) Gets aTextListcorresponding to the given text genusTypeand include any additional texts with genus types derived from the specifiedType.TextPressSession.getTextsByPress(Id pressId) Gets the list ofTextsassociated with aPress.TextPressSession.getTextsByPresses(IdList pressIds) Gets the list ofTextcorresponding to a list ofPresses.TextQuerySession.getTextsByQuery(TextQuery textQuery) Gets a list ofTextsmatching the given text query,TextLookupSession.getTextsByRecordType(Type textRecordType) Gets aTextListcontaining the given text recordType.