Uses of Interface
org.osid.lexicon.PressList
Packages that use PressList
Package
Description
The Open Service Interface Definitions for the org.osid.lexicon
service.
-
Uses of PressList in org.osid.lexicon
Methods in org.osid.lexicon that return PressListModifier and TypeMethodDescriptionPressHierarchySession.getChildPresses(Id pressId) Gets the children of the given press.PressHierarchySession.getParentPresses(Id pressId) Gets the parents of the given press.PressLookupSession.getPresses()Gets allPresses.PressSearchResults.getPresses()Gets the press list resulting from a search.PressLookupSession.getPressesByGenusType(Type pressGenusType) Gets aPressListcorresponding to the given press genusTypewhich does not include presses of types derived from the specifiedType.IdiomPressSession.getPressesByIdiom(Id idiomId) Gets thePressesmapped to anIdiom.PressLookupSession.getPressesByIds(IdList pressIds) Gets aPressListcorresponding to the givenIdList.ParameterPressSession.getPressesByParameter(Id parameterId) Gets thePressesmapped to aParameter.PressLookupSession.getPressesByParentGenusType(Type pressGenusType) Gets aPressListcorresponding to the given press genusTypeand include any additional presses with genus types derived from the specifiedType.PressLookupSession.getPressesByProvider(Id resourceId) Gets aPressListfor the given provider.PressQuerySession.getPressesByQuery(PressQuery pressQuery) Gets a list ofPressesmatching the given press query.PressLookupSession.getPressesByRecordType(Type pressRecordType) Gets aPressListcontaining the given press recordType.TextPressSession.getPressesByText(Id textId) Gets thePressesmapped to aText.PressHierarchySession.getRootPresses()Gets the root press in the press hierarchy.