OSID Logo
OSID Specifications
mapping path rules package
Version 3.1.0
Interfaceosid.mapping.path.rules.SignalEnablerSearchSession
Implementsosid.mapping.path.rules.SignalEnablerQuerySession
Used Byosid.mapping.path.rules.MappingPathRulesManager
osid.mapping.path.rules.MappingPathRulesProxyManager
Description

This session provides methods for searching among SignalEnabler objects. The search query is constructed using the SignalEnableryQuery.

getSignalEnablersByQuery() is the basic search method and returns a list of SignalEnablers. A more advanced search may be performed with getSignalEnablersBySearch().It accepts a SignalEnablerSearch in addition to the query for the purpose of specifying additional options affecting the entire search, such as mapping. getSignalEnablersBySearch() returns a SignalEnablerSearchResults that can be used to access the resulting SignalEnablerList or be used to perform a search within the result set through SignalEnablerSearch.

This session defines views that offer differing behaviors for searching.

  • federated map view: searches include signal enabler in map of which this map matchmaker is an ancestor in the map hierarchy
  • isolated map view: searches are restricted to signal enabler in this office
SignalEnablers may have a query record indicated by their respective record types. The query record is accessed via the SignalEnablerQuery.
MethodgetSignalEnablerSearch
Description

Gets a signal enabler search.

Returnosid.mapping.path.rules.SignalEnablerSearch the signal enabler search
Compliancemandatory This method must be implemented.
MethodgetSignalEnablerSearchOrder
Description

Gets a signal enabler search order. The SignalEnablerSearchOrder is supplied to a SignalEnablerSearch to specify the ordering of results.

Returnosid.mapping.path.rules.SignalEnablerSearchOrder the signal enabler search order
Compliancemandatory This method must be implemented.
MethodgetSignalEnablersBySearch
Description

Gets the search results matching the given search query using the given search.

Parametersosid.mapping.path.rules.SignalEnablerQuerysignalEnablerQuery the signal enabler query
osid.mapping.path.rules.SignalEnablerSearchsignalEnablerSearch the signal enabler search
Returnosid.mapping.path.rules.SignalEnablerSearchResults the returned search results
ErrorsNULL_ARGUMENT signalEnablerQuery or signalEnablerSearch is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure
UNSUPPORTED signalEnablerQuery or signalEnablerSearch is not of this service
Compliancemandatory This method must be implemented.
MethodgetSignalEnablerQueryFromInspector
Description

Gets a signal enabler query from an inspector. The inspector is available from a SignalEnablerSearchResults.

Parametersosid.mapping.path.rules.SignalEnablerQueryInspectorsignalEnablerQueryInspector a signal enabler query inspector
Returnosid.mapping.path.rules.SignalEnablerQuery the signal enabler query
ErrorsNULL_ARGUMENT signalEnablerQueryInspector is null
UNSUPPORTED signalEnablerQueryInspector is not of this service
Compliancemandatory This method must be implemented.