Uses of Interface
org.osid.cataloging.rules.CatalogEnablerQuery
Packages that use CatalogEnablerQuery
Package
Description
The Open Service Interface Definitions for the org.osid.cataloging.rules
service.
-
Uses of CatalogEnablerQuery in org.osid.cataloging.rules
Methods in org.osid.cataloging.rules that return CatalogEnablerQueryModifier and TypeMethodDescriptionCatalogEnablerQuerySession.getCatalogEnablerQuery()Gets a catalog enabler query.CatalogEnablerSmartCatalogSession.getCatalogEnablerQuery()Gets a catalog enabler query.CatalogEnablerSearchSession.getCatalogEnablerQueryFromInspector(CatalogEnablerQueryInspector catalogEnablerQueryInspector) Gets a catalog enabler query from an inspector.CatalogEnablerSmartCatalogSession.getCatalogEnablerQueryFromInspector(CatalogEnablerQueryInspector catalogEnablerQueryInspector) Gets a catalog enabler query from an inspector.Methods in org.osid.cataloging.rules with parameters of type CatalogEnablerQueryModifier and TypeMethodDescriptionvoidCatalogEnablerSmartCatalogSession.applyCatalogEnablerQuery(CatalogEnablerQuery catalogEnablerQuery) Applies a catalog enabler query to this catalog.CatalogEnablerQuerySession.getCatalogEnablersByQuery(CatalogEnablerQuery catalogEnablerQuery) Gets a list ofCatalogEnablersmatching the given search.CatalogEnablerSearchSession.getCatalogEnablersBySearch(CatalogEnablerQuery catalogEnablerQuery, CatalogEnablerSearch catalogEnablerSearch) Gets the search results matching the given search query using the given search.