OSID Logo
OSID Specifications
type package
Version 3.0.0
Interfaceosid.type.TypeManager
Implementsosid.OsidManager
osid.type.TypeProfile
Used Byosid.orchestration.OrchestrationManager
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
UNIMPLEMENTEDsupportsTypeLookup() 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
UNIMPLEMENTEDsupportsTypeAdmin() is false
ComplianceoptionalThis method must be implemented if supportsTypeAdmin() is true .