OSID Logo
OSID Specifications
workflow package
Version 3.0.0
Release Candidate Preview
Interfaceosid.workflow.Office
Implementsosid.OsidCatalog
Description

A Office represents a collection of process.

MethodgetOfficeRecord
Description

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

Parametersosid.type.TypeofficeRecordTypethe type of office record to retrieve
Returnosid.workflow.records.OfficeRecordthe office record
ErrorsNULL_ARGUMENT officeRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(officeRecordType) is false
CompliancemandatoryThis method must be implemented.