OSID Logo
OSID Specifications
type package
Version 3.0.0
Release Candidate Preview
Interfaceosid.type.TypeManager
Implementsosid.OsidManager
osid.type.TypeProfile
Description

This manager provides access to the available sessions of the type service. The TypeLookupSession is used for looking up Types and the TypeAdminSession is used for managing and registering new Types.

MethodgetTypeLookupSession
Description

Gets the OsidSession associated with the type lookup service.

Returnosid.type.TypeLookupSessiona TypeLookupSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsTypeLookup() is false
ComplianceoptionalThis method must be implemented if supportsTypeLookup() is true.
MethodgetTypeAdminSession
Description

Gets the OsidSession associated with the type admin service.

Returnosid.type.TypeAdminSessiona TypeAdminSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsTypeAdmin() is false
ComplianceoptionalThis method must be implemented if supportsTypeAdmin() is true.