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 |
|---|---|
protected APIOperation |
getOperationImplementation(Class<? extends APIOperation> api)
Gets the implementation of the given operation.
|
addAttributeValues, authenticate, create, createLoggingProxy, createTimeoutProxy, delete, getAPIConfiguration, getConnectorFacadeKey, getLatestSyncToken, getObject, getOperation, getSupportedOperations, newAPIOperationProxy, removeAttributeValues, resolveUsername, runScriptOnConnector, runScriptOnResource, schema, search, sync, test, update, updateDelta, validatepublic RemoteConnectorFacadeImpl(APIConfigurationImpl configuration)
public RemoteConnectorFacadeImpl(RemoteConnectorInfoImpl connectorInfo, String configuration)
protected APIOperation getOperationImplementation(Class<? extends APIOperation> api)
AbstractConnectorFacadegetOperationImplementation in class AbstractConnectorFacadeapi - The operation to implement.Copyright © 2019. All rights reserved.