OSID Logo
OSID Specifications
type package
Version 3.1.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.TypeLookupSession a TypeLookupSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsTypeLookup() is false
Complianceoptional This method must be implemented if supportsTypeLookup() is true.
MethodgetTypeAdminSession
Description

Gets the OsidSession associated with the type admin service.

Returnosid.type.TypeAdminSession a TypeAdminSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsTypeAdmin() is false
Complianceoptional This method must be implemented if supportsTypeAdmin() is true.