public class LocalConnectorFacadeImpl extends AbstractConnectorFacade
NO_TIMEOUT| Constructor and Description | 
|---|
LocalConnectorFacadeImpl(LocalConnectorInfoImpl connectorInfo,
                        APIConfigurationImpl apiConfiguration)
Builds up the maps of supported operations and calls. 
 | 
LocalConnectorFacadeImpl(LocalConnectorInfoImpl connectorInfo,
                        String configuration)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
dispose()
Dispose of any resources associated with this facade (except for facade classes). 
 | 
protected ConnectorOperationalContext | 
getOperationalContext()  | 
protected APIOperation | 
getOperationImplementation(Class<? extends APIOperation> api)
Gets the implementation of the given operation. 
 | 
addAttributeValues, authenticate, create, createLoggingProxy, createTimeoutProxy, delete, discoverConfiguration, getAPIConfiguration, getConnectorFacadeKey, getInstanceName, getLatestSyncToken, getObject, getOperation, getSupportedOperations, newAPIOperationProxy, removeAttributeValues, resolveUsername, runScriptOnConnector, runScriptOnResource, schema, search, sync, test, testPartialConfiguration, update, updateDelta, validatepublic LocalConnectorFacadeImpl(LocalConnectorInfoImpl connectorInfo, APIConfigurationImpl apiConfiguration)
public LocalConnectorFacadeImpl(LocalConnectorInfoImpl connectorInfo, String configuration)
public void dispose()
ConnectorFacadeprotected ConnectorOperationalContext getOperationalContext()
protected APIOperation getOperationImplementation(Class<? extends APIOperation> api)
AbstractConnectorFacadegetOperationImplementation in class AbstractConnectorFacadeapi - The operation to implement.Copyright © 2022. All rights reserved.