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

This session manages queries and sequencing to create "smart" dynamic maps. A SignalEnablerQuery can be retrieved from this session and mapped to this Map to create a virtual collection of signal enablers. The signal enabler may be sequenced using the SignalEnablerSearchOrder from this session.

This Map has a default query that matches any signal enabler and a default search order that specifies no sequencing. The queries may be examined using a SignalEnablerQueryInspector. The query may be modified by converting the inspector back to a SignalEnablerQuery.

MethodgetMapId
Description

Gets the Map Id associated with this session.

Returnosid.id.Id the Map Id associated with this session
Compliancemandatory This method must be implemented.
MethodgetMap
Description

Gets the Map associated with this session.

Returnosid.mapping.Map the map
ErrorsOPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure
Compliancemandatory This method must be implemented.
MethodcanManageSmartMaps
Description

Tests if this user can manage smart maps. A return of true does not guarantee successful authorization. A return of false indicates that it is known methods in this session will result in a PERMISSION_DENIED. This is intended as a hint to an application that may opt not to offer operations to unauthorized users.

Returnboolean false if smart map management is not authorized, true otherwise
Compliancemandatory This method must be implemented.
MethodgetSignalEnablerQuery
Description

Gets a signal enabler query.

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

Gets a signal enabler search order.

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

Applies a signal enabler query to this map.

Parametersosid.mapping.path.rules.SignalEnablerQuerysignalEnablerQuery the signal enabler query
ErrorsNULL_ARGUMENT signalEnablerQuery is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED signalEnablerQuery not of this service
Compliancemandatory This method must be implemented.
MethodinspectSignalEnablerQuery
Description

Gets a signal enabler query inspector for this map.

Returnosid.mapping.path.rules.SignalEnablerQueryInspector the signal enabler query inspector
ErrorsOPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
Compliancemandatory This method must be implemented.
MethodapplySignalEnablerSequencing
Description

Applies a signal enabler search order to this map.

Parametersosid.mapping.path.rules.SignalEnablerSearchOrdersignalEnablerSearchOrder the signal enabler search order
ErrorsNULL_ARGUMENT signalEnablerSearchOrder is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED signalEnablerSearchOrder not of this service
Compliancemandatory This method must be implemented.
MethodgetSignalEnablerQueryFromInspector
Description

Gets a signal enabler query from an inspector.

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.