public interface ConnectorExecutor
extends org.bonitasoft.engine.commons.TenantLifecycleService
| Modifier and Type | Method and Description |
|---|---|
void |
disconnect(SConnector sConnector)
call disconnect method of the connector
|
Map<String,Object> |
execute(SConnector sConnector,
Map<String,Object> inputParameters,
ClassLoader classLoader)
Executes a connector.
|
Map<String,Object> execute(SConnector sConnector, Map<String,Object> inputParameters, ClassLoader classLoader) throws SConnectorException
sConnector - The connector will be executedinputParameters - The input parameters of connectorclassLoader - The classLoader within the connector will be executedSConnectorException - Error thrown when error occurs in connector executingvoid disconnect(SConnector sConnector) throws SConnectorException
sConnector - SConnectorExceptionCopyright © 2019 Bonitasoft S.A.. All rights reserved.