OSID Logo
OSID Specifications
logging package
Version 3.1.0
Interfaceosid.logging.LogForm
Implementsosid.OsidCatalogForm
Implemented Byosid.logging.batch.LogBatchForm
Used Byosid.logging.LogAdminSession
Description

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

MethodgetLogFormRecord
Description

Gets the LogFormRecord corresponding to the given log record Type.

Parametersosid.type.TypelogRecordType the log record type
Returnosid.logging.records.LogFormRecord the log form record
ErrorsNULL_ARGUMENT logRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(logRecordType) is false
Compliancemandatory This method must be implemented.