OSID Logo
OSID Specifications
rules check package
Version 3.1.0
Interfaceosid.rules.check.CheckCondition
Implementsosid.OsidCondition
Used Byosid.rules.check.CheckEvaluationSession
Description

The CheckCondition is used to input conditions into a check evaluation.

MethodgetCheckConditionRecord
Description

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

Parametersosid.type.TypecheckConditionRecordType the type of check condition record to retrieve
Returnosid.rules.check.records.CheckConditionRecord the check condition record
ErrorsNULL_ARGUMENT checkConditionRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(checkConditionRecordType) is false
Compliancemandatory This method must be implemented.