OSID Logo
OSID Specifications
mapping path rules package
Version 3.0.0
Interfaceosid.mapping.path.rules.SignalEnablerQuery
Implementsosid.OsidEnablerQuery
Used Byosid.mapping.path.rules.SignalEnablerQuerySession
osid.mapping.path.rules.SignalEnablerSearchSession
osid.mapping.path.rules.SignalEnablerSmartMapSession
Description

This is the query for searching signal enablers. Each method match specifies an AND term while multiple invocations of the same method produce a nested OR .

MethodmatchRuledSignalId
Description

Matches enablers mapped to a signal.

Parametersosid.id.IdsignalIdthe signal Id
booleanmatchtrue for a positive match, false for a negative match
ErrorsNULL_ARGUMENTsignalId is null
CompliancemandatoryThis method must be implemented.
MethodclearRuledSignalIdTerms
Description

Clears the signal Id query terms.

CompliancemandatoryThis method must be implemented.
MethodsupportsRuledSignalQuery
Description

Tests if a SignalQuery is available.

Returnbooleantrue if a signal query is available, false otherwise
CompliancemandatoryThis method must be implemented.
MethodgetRuledSignalQuery
Description

Gets the query for a signal. Multiple retrievals produce a nested OR term.

Returnosid.mapping.path.SignalQuerythe signal query
ErrorsUNIMPLEMENTEDsupportsRuledSignalQuery() is false
ComplianceoptionalThis method must be implemented if supportsRuledSignalQuery() is true .
MethodmatchAnyRuledSignal
Description

Matches rules mapped to any signal.

Parametersbooleanmatchtrue for rules mapped to any signal, false to match rules mapped to no signals
CompliancemandatoryThis method must be implemented.
MethodclearRuledSignalTerms
Description

Clears the signal query terms.

CompliancemandatoryThis method must be implemented.
MethodmatchMapId
Description

Matches enablers mapped to a map.

Parametersosid.id.IdmapIdthe map Id
booleanmatchtrue for a positive match, false for a negative match
ErrorsNULL_ARGUMENTmapId is null
CompliancemandatoryThis method must be implemented.
MethodclearMapIdTerms
Description

Clears the map Id query terms.

CompliancemandatoryThis method must be implemented.
MethodsupportsMapQuery
Description

Tests if a MapQuery is available.

Returnbooleantrue if a map query is available, false otherwise
CompliancemandatoryThis method must be implemented.
MethodgetMapQuery
Description

Gets the query for a map. Multiple retrievals produce a nested OR term.

Returnosid.mapping.MapQuerythe map query
ErrorsUNIMPLEMENTEDsupportsMapQuery() is false
ComplianceoptionalThis method must be implemented if supportsMapQuery() is true .
MethodclearMapTerms
Description

Clears the map query terms.

CompliancemandatoryThis method must be implemented.
MethodgetSignalEnablerQueryRecord
Description

Gets the signal enabler query record corresponding to the given SignalEnabler record Type . Multiple record retrievals produce a nested OR term.

Parametersosid.type.TypesignalEnablerRecordTypea signal enabler record type
Returnosid.mapping.path.rules.records.SignalEnablerQueryRecordthe signal enabler query record
ErrorsNULL_ARGUMENTsignalEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(signalEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.