OSID Logo
OSID Specifications
resource demographic package
Version 3.1.0
Interfaceosid.resource.demographic.DemographicEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.resource.demographic.DemographicEnablerAdminSession
Description

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

MethodgetDemographicEnablerFormRecord
Description

Gets the DemographicEnablerFormRecord corresponding to the given demographic enabler record Type.

Parametersosid.type.TypedemographicEnablerRecordType a demographic enabler record type
Returnosid.resource.demographic.records.DemographicEnablerFormRecord the demographic enabler form record
ErrorsNULL_ARGUMENT demographicEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(demographicEnablerRecordType) is false
Compliancemandatory This method must be implemented.