OSID Logo
OSID Specifications
hold rules package
Version 3.1.0
Interfaceosid.hold.rules.IssueProcessorEnablerSmartOublietteSession
Implementsosid.OsidSession
Used Byosid.hold.rules.HoldRulesManager
osid.hold.rules.HoldRulesProxyManager
Description

This session manages queries and sequencing to create "smart" dynamic catalogs. An IssueProcessorEnablerQuery can be retrieved from this session and mapped to this Oubliette to create a virtual collection of IssueProcessorEnablers. The issue processor enablers may be sequenced using the IssueProcessorEnablerSearchOrder from this session.

This Oubliette has a default query that matches any issue processor enabler and a default search order that specifies no sequencing. The queries may be examined using an IssueProcessorEnablerQueryInspector. The query may be modified by converting the inspector back to an IssueProcessorEnablerQuery.

MethodgetOublietteId
Description

Gets the Oubliette Id associated with this session.

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

Gets the Oubliette associated with this session.

Returnosid.hold.Oubliette the oubliette
ErrorsOPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure
Compliancemandatory This method must be implemented.
MethodcanManageSmartOubliettes
Description

Tests if this user can manage smart oubliettes. 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 oubliette management is not authorized, true otherwise
Compliancemandatory This method must be implemented.
MethodgetIssueProcessorEnablerQuery
Description

Gets an issue processor enabler query.

Returnosid.hold.rules.IssueProcessorEnablerQuery the issue processor enabler query
Compliancemandatory This method must be implemented.
MethodgetIssueProcessorEnablerSearchOrder
Description

Gets an issue processor enabler search order.

Returnosid.hold.rules.IssueProcessorEnablerSearchOrder the issue processor enabler search order
Compliancemandatory This method must be implemented.
MethodapplyIssueProcessorEnablerQuery
Description

Applies an issue processor enabler query to this oubliette.

Parametersosid.hold.rules.IssueProcessorEnablerQueryissueProcessorEnablerQuery the issue processot enabler query
ErrorsNULL_ARGUMENT issueProcessorEnablerQuery is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED issueProcessorEnablerQuery not of this service
Compliancemandatory This method must be implemented.
MethodinspectIssueProcessorEnablerQuery
Description

Gets an issue processor enabler query inspector for this oubliette.

Returnosid.hold.rules.IssueProcessorEnablerQueryInspector the issue processor enabler query inspector
ErrorsOPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
Compliancemandatory This method must be implemented.
MethodapplyIssueProcessorEnablerSequencing
Description

Applies an issue processor enabler search order to this oubliette.

Parametersosid.hold.rules.IssueProcessorEnablerSearchOrderissueProcessorEnablerSearchOrder the issue processor enabler search order
ErrorsNULL_ARGUMENT issueProcessorEnablerSearchOrder is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED issueProcessorEnablerSearchOrder not of this service
Compliancemandatory This method must be implemented.
MethodgetIssueProcessorEnablerQueryFromInspector
Description

Gets an issue processor enabler query from an inspector.

Parametersosid.hold.rules.IssueProcessorEnablerQueryInspectorissueProcessorEnablerQueryInspector an issue processor enabler query inspector
Returnosid.hold.rules.IssueProcessorEnablerQuery the issue processor enabler query
ErrorsNULL_ARGUMENT issueProcessorEnablerQueryInspector is null
UNSUPPORTED issueProcessorEnablerQueryInspector is not of this service
Compliancemandatory This method must be implemented.