public class RemoteConnectorFacadeImpl extends AbstractConnectorFacade
MSG
NO_TIMEOUT
Constructor and Description |
---|
RemoteConnectorFacadeImpl(APIConfigurationImpl configuration)
Builds up the maps of supported operations and calls.
|
RemoteConnectorFacadeImpl(RemoteConnectorInfoImpl connectorInfo,
String configuration) |
RemoteConnectorFacadeImpl(RemoteConnectorInfoImpl connectorInfo,
String config,
ConfigurationPropertyChangeListener changeListener) |
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, executeBatch, getAPIConfiguration, getConnectorFacadeKey, getLatestSyncToken, getObject, getOperation, getSupportedOperations, newAPIOperationProxy, queryBatch, removeAttributeValues, resolveUsername, runScriptOnConnector, runScriptOnResource, schema, search, subscribe, subscribe, sync, test, update, validate
public RemoteConnectorFacadeImpl(APIConfigurationImpl configuration)
public RemoteConnectorFacadeImpl(RemoteConnectorInfoImpl connectorInfo, String configuration)
public RemoteConnectorFacadeImpl(RemoteConnectorInfoImpl connectorInfo, String config, ConfigurationPropertyChangeListener changeListener)
protected APIOperation getOperationImplementation(Class<? extends APIOperation> api)
AbstractConnectorFacade
getOperationImplementation
in class AbstractConnectorFacade
api
- The operation to implement.Copyright © 2018–2025. All rights reserved.