OSID Logo
OSID Specifications
mapping path rules package
Version 3.1.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.IdsignalId the signal Id
booleanmatch true for a positive match, false for a negative match
ErrorsNULL_ARGUMENT signalId is null
Compliancemandatory This method must be implemented.
MethodclearRuledSignalIdTerms
Description

Clears the signal Id query terms.

Compliancemandatory This method must be implemented.
MethodsupportsRuledSignalQuery
Description

Tests if a SignalQuery is available.

Returnboolean true if a signal query is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetRuledSignalQuery
Description

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

Returnosid.mapping.path.SignalQuery the signal query
ErrorsUNIMPLEMENTED supportsRuledSignalQuery() is false
Complianceoptional This method must be implemented if supportsRuledSignalQuery() is true.
MethodmatchAnyRuledSignal
Description

Matches rules mapped to any signal.

Parametersbooleanmatch true for rules mapped to any signal, false to match rules mapped to no signals
Compliancemandatory This method must be implemented.
MethodclearRuledSignalTerms
Description

Clears the signal query terms.

Compliancemandatory This method must be implemented.
MethodmatchMapId
Description

Matches enablers mapped to a map.

Parametersosid.id.IdmapId the map Id
booleanmatch true for a positive match, false for a negative match
ErrorsNULL_ARGUMENT mapId is null
Compliancemandatory This method must be implemented.
MethodclearMapIdTerms
Description

Clears the map Id query terms.

Compliancemandatory This method must be implemented.
MethodsupportsMapQuery
Description

Tests if a MapQuery is available.

Returnboolean true if a map query is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetMapQuery
Description

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

Returnosid.mapping.MapQuery the map query
ErrorsUNIMPLEMENTED supportsMapQuery() is false
Complianceoptional This method must be implemented if supportsMapQuery() is true.
MethodclearMapTerms
Description

Clears the map query terms.

Compliancemandatory This 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.TypesignalEnablerRecordType a signal enabler record type
Returnosid.mapping.path.rules.records.SignalEnablerQueryRecord the signal enabler query record
ErrorsNULL_ARGUMENT signalEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(signalEnablerRecordType) is false
Compliancemandatory This method must be implemented.