OSID Logo
OSID Specifications
rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.rules.EngineForm
Implementsosid.OsidCatalogForm
Description

This is the form for creating and updating Engines. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the EngineAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetEngineFormRecord
Description

Gets the EngineFormRecord corresponding to the given engine record Type.

Parametersosid.type.TypeengineRecordTypethe engine record type
Returnosid.rules.records.EngineFormRecordthe record
ErrorsNULL_ARGUMENT engineRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(engineRecordType) is false
CompliancemandatoryThis method must be implemented.