OSID Logo
OSID Specifications
rules package
Version 3.1.0
Interfaceosid.rules.Engine
Implementsosid.OsidCatalog
Used Byosid.rules.EngineAdminSession
osid.rules.EngineList
osid.rules.EngineLookupSession
osid.rules.EngineNode
osid.rules.RuleAdminSession
osid.rules.RuleEvaluationSession
osid.rules.RuleLookupSession
osid.rules.RuleNotificationSession
osid.rules.RuleQuerySession
osid.rules.RuleSmartEngineSession
show 19 more…
osid.rules.check.AgendaAdminSession
osid.rules.check.AgendaEvaluationSession
osid.rules.check.AgendaLookupSession
osid.rules.check.AgendaNotificationSession
osid.rules.check.AgendaQuerySession
osid.rules.check.AgendaSession
osid.rules.check.AgendaSmartEngineSession
osid.rules.check.CheckAdminSession
osid.rules.check.CheckEvaluationSession
osid.rules.check.CheckLookupSession
osid.rules.check.CheckNotificationSession
osid.rules.check.CheckQuerySession
osid.rules.check.CheckSmartEngineSession
osid.rules.check.InstructionAdminSession
osid.rules.check.InstructionApplicabilitySession
osid.rules.check.InstructionLookupSession
osid.rules.check.InstructionNotificationSession
osid.rules.check.InstructionQuerySession
osid.rules.check.InstructionSmartEngineSession
Description

An Engine represents a collection of rules. Like all OSID objects, an Engine is identified by its Id and any persisted references should use the Id.

MethodgetEngineRecord
Description

Gets the engine record corresponding to the given Engine record Type.This method is used to retrieve an object implementing the requested record. The engineRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(engineRecordType) is true.

Parametersosid.type.TypeengineRecordType the type of engine record to retrieve
Returnosid.rules.records.EngineRecord the engine record
ErrorsNULL_ARGUMENT engineRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(engineRecordType) is false
Compliancemandatory This method must be implemented.