public class DocsIntegrationSdkContext extends Object
| Modifier and Type | Field and Description |
|---|---|
private CallbackService |
callbackService
Service for handling callback operations from the document editor.
|
private ConfigService |
configService
Service for handling document configuration operations.
|
private ConvertService |
convertService
Service for handling document conversion operations.
|
private DocsIntegrationSdkConfiguration |
docsIntegrationSdkConfiguration
Configuration object containing the managers and settings for the SDK.
|
private DocumentManager |
documentManager
Manager for handling document operations.
|
private DocumentServerClient |
documentServerClient
Client for interacting with the document server.
|
private JwtManager |
jwtManager
Manager for handling JWT (JSON Web Token) operations.
|
private SettingsManager |
settingsManager
Manager for handling settings and configurations.
|
private SettingsValidationService |
settingsValidationService
Service for validating settings and configurations.
|
private UrlManager |
urlManager
Manager for handling URL operations.
|
| Constructor and Description |
|---|
DocsIntegrationSdkContext(DocsIntegrationSdkConfiguration docsIntegrationSdkConfiguration)
Constructs a new DocsIntegrationSdkContext with the specified configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
build()
Builds and initializes all the components of the DocsIntegrationSdkContext.
|
private DocsIntegrationSdkConfiguration docsIntegrationSdkConfiguration
private SettingsManager settingsManager
private UrlManager urlManager
private JwtManager jwtManager
private DocumentManager documentManager
private DocumentServerClient documentServerClient
private ConfigService configService
private CallbackService callbackService
private ConvertService convertService
private SettingsValidationService settingsValidationService
public DocsIntegrationSdkContext(DocsIntegrationSdkConfiguration docsIntegrationSdkConfiguration)
docsIntegrationSdkConfiguration - The configuration object containing necessary managers and settingsCopyright © 2023–2025. All rights reserved.