|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.platform.integration.service.LmsProviderFactory
public class LmsProviderFactory
| Constructor Summary | |
|---|---|
LmsProviderFactory()
|
|
| Method Summary | |
|---|---|
static AnnouncementProvider |
getAnnouncementProvider(Id integrationId)
Get the AnnouncementProvider for the specified integration |
static AuthenticationProvider |
getAuthenticationProvider(Id integrationId)
Get the AuthenticationProvider for the specified integration |
static ContentSystemProvider |
getContentSystemProvider(Id integrationId)
Get the ContentSystemProvider for the specified integration Note that this is an optional provider. |
static MigrationProvider |
getMigrationProvider(Id integrationId)
Get the MigrationProvider for the specified integration Note that this is an optional provider. |
static NavigationProvider |
getNavigationProvider(Id integrationId)
Get the NavigationProvider for the specified integration |
static PortletProvider |
getPortletProvider(Id integrationId)
Get the PortletProvider for the specified integration |
static SupportProvider |
getSupportProvider(Id integrationId)
Get the SupportProvider for the specified integration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LmsProviderFactory()
| Method Detail |
|---|
public static AnnouncementProvider getAnnouncementProvider(Id integrationId)
integrationId - Id of the current LmsIntegrationpublic static AuthenticationProvider getAuthenticationProvider(Id integrationId)
integrationId - Id of the current LmsIntegrationpublic static PortletProvider getPortletProvider(Id integrationId)
integrationId - Id of the current LmsIntegrationpublic static NavigationProvider getNavigationProvider(Id integrationId)
integrationId - Id of the current LmsIntegrationpublic static SupportProvider getSupportProvider(Id integrationId)
integrationId - Id of the current LmsIntegrationpublic static ContentSystemProvider getContentSystemProvider(Id integrationId)
Note that this is an optional provider. The return value will be null if not supported by the current integration.
integrationId - Id of the current LmsIntegrationpublic static MigrationProvider getMigrationProvider(Id integrationId)
Note that this is an optional provider. The return value will be null if not supported by the current integration.
integrationId - Id of the current LmsIntegration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||