OSID Logo
OSID Specifications
osid package
Version 3.0.0
Release Candidate Preview
Interfaceosid.OsidExtensibleForm
Implementsosid.OsidForm
osid.Extensible
Description

The OsidExtensibleForm is used to create and update extensible objects. The form is a container for data to be sent to an update or create method of a session.

MethodgetRequiredRecordTypes
Description

Gets the required record types for this form. The required records may change as a result of other data in this form and should be checked before submission.

Returnosid.type.TypeLista list of required record types
CompliancemandatoryThis method must be implemented.