| Interface | osid.type.TypeProxyManager | ||
|---|---|---|---|
| Implements | osid.OsidProxyManager | ||
osid.type.TypeProfile | |||
| Description |
This manager provides access to the available sessions of
the type service. Methods in this manager support the passing
of a | ||
| Method | getTypeLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.type.TypeLookupSession | a TypeLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsTypeLookup() is false | ||
| Compliance | optional | This method must be implemented if supportsTypeLookup() is
true. | |
| Method | getTypeAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.type.TypeAdminSession | the new TypeAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsTypeAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsTypeAdmin() is
true. | |