OSID Logo
OSID Specifications
tracking package
Version 3.0.0
Release Candidate Preview
Interfaceosid.tracking.FrontOffice
Implementsosid.OsidCatalog
Description

A FrontOffice represents a collection of issues and efforts.

MethodgetFrontOfficeRecord
Description

Gets the front office record corresponding to the given FrontOffice record Type. This method is used to retrieve an object implementing the requested record. The frontOfficeRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(frontOfficeRecordType) is true .

Parametersosid.type.TypefrontOfficeRecordTypethe type of front office record to retrieve
Returnosid.tracking.records.FrontOfficeRecordthe front office record
ErrorsNULL_ARGUMENT frontOfficeRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(frontOfficeRecordType) is false
CompliancemandatoryThis method must be implemented.