OSID Logo
OSID Specifications
sequencing package
Version 3.1.0
Interfaceosid.sequencing.AntimatroidForm
Implementsosid.OsidCatalogForm
Used Byosid.sequencing.AntimatroidAdminSession
Description

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

MethodgetAntimatroidFormRecord
Description

Gets the AntimatroidFormRecord corresponding to the given antimatroid record Type.

Parametersosid.type.TypeantimatroidRecordType an antimatroid record type
Returnosid.sequencing.records.AntimatroidFormRecord the antimatroid form record
ErrorsNULL_ARGUMENT antimatroidRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(antimatroidRecordType) is false
Compliancemandatory This method must be implemented.