OSID Logo
OSID Specifications
authorization package
Version 3.1.0
Interfaceosid.authorization.AuthorizationForm
Implementsosid.OsidRelationshipForm
Implemented Byosid.authorization.batch.AuthorizationBatchForm
Used Byosid.authorization.AuthorizationAdminSession
Description

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

MethodgetAuthorizationFormRecord
Description

Gets the AuthorizationFormRecord corresponding to the given authorization record Type.

Parametersosid.type.TypeauthorizationRecordType the authorization record type
Returnosid.authorization.records.AuthorizationFormRecord the authorization form record
ErrorsNULL_ARGUMENT authorizationRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(authorizationRecordType) is false
Compliancemandatory This method must be implemented.