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, 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.Copyright © 2019. All rights reserved.