public class DatabaseIntegratorContextManager extends IntegrationContextManager
auditLog, localServerPassword, localServerUserId, maxPageSize, partnerOMASPlatformRootURL, partnerOMASServerName| Constructor and Description |
|---|
DatabaseIntegratorContextManager()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
createClients()
Suggestion for subclass to create client(s) to partner OMAS.
|
void |
setContext(String connectorId,
String connectorName,
String metadataSourceQualifiedName,
IntegrationConnector integrationConnector,
PermittedSynchronization permittedSynchronization,
Map<String,Object> serviceOptions)
Set up the context in the supplied connector.
|
initializeContextManagerpublic DatabaseIntegratorContextManager()
public void createClients()
throws InvalidParameterException
createClients in class IntegrationContextManagerInvalidParameterException - the subclass is not able to create one of its clientspublic void setContext(String connectorId, String connectorName, String metadataSourceQualifiedName, IntegrationConnector integrationConnector, PermittedSynchronization permittedSynchronization, Map<String,Object> serviceOptions) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
setContext in class IntegrationContextManagerconnectorId - unique identifier of the connector (used to configure the event listener)connectorName - name of connector from configmetadataSourceQualifiedName - unique name of the software server capability that represents the metadata source.integrationConnector - connector created from connection integration service configurationpermittedSynchronization - controls the direction(s) that metadata is allowed to flowserviceOptions - options from the integration service's configurationInvalidParameterException - the connector is not of the correct typeUserNotAuthorizedException - user not authorized to issue this requestPropertyServerException - problem accessing the property serverCopyright © 2018–2020 ODPi. All rights reserved.