Uses of Interface
org.osid.room.squatting.DeedQuery
Packages that use DeedQuery
Package
Description
The Open Service Interface Definitions for the org.osid.room.squatting
service.
-
Uses of DeedQuery in org.osid.room.squatting
Methods in org.osid.room.squatting that return DeedQueryModifier and TypeMethodDescriptionDeedQuerySession.getDeedQuery()Gets a deed query.DeedSmartCampusSession.getDeedQuery()Gets a deed query.DeedSearchSession.getDeedQueryFromInspector(DeedQueryInspector deedQueryInspector) Gets a deed query from an inspector.DeedSmartCampusSession.getDeedQueryFromInspector(DeedQueryInspector deedQueryInspector) Gets a deed query from an inspector.Methods in org.osid.room.squatting with parameters of type DeedQueryModifier and TypeMethodDescriptionvoidDeedSmartCampusSession.applyDeedQuery(DeedQuery deedQuery) Applies a deed query to this campus.DeedQuerySession.getDeedsByQuery(DeedQuery deedQuery) Gets a list ofDeedsmatching the given deed query.DeedSearchSession.getDeedsBySearch(DeedQuery deedQuery, DeedSearch deedSearch) Gets the search results matching the given search.