public class RemoteConnectorFacadeImpl extends AbstractConnectorFacade
NO_TIMEOUT
Constructor and Description |
---|
RemoteConnectorFacadeImpl(APIConfigurationImpl configuration)
Builds up the maps of supported operations and calls.
|
RemoteConnectorFacadeImpl(RemoteConnectorInfoImpl connectorInfo,
String configuration) |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Dispose of any resources associated with this facade (except for facade classes).
|
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, validate
public RemoteConnectorFacadeImpl(APIConfigurationImpl configuration)
public RemoteConnectorFacadeImpl(RemoteConnectorInfoImpl connectorInfo, String configuration)
protected APIOperation getOperationImplementation(Class<? extends APIOperation> api)
AbstractConnectorFacade
getOperationImplementation
in class AbstractConnectorFacade
api
- The operation to implement.public void dispose()
ConnectorFacade
Copyright © 2022. All rights reserved.