| Modifier and Type | Method and Description |
|---|---|
void |
SConnector.connect()
Called by the engine before the connector is executed
This method can be implemented by connectors to handle here opening of connections like database connection
|
void |
SConnector.disconnect()
Called by the engine after the connector and its output operations are executed
This method can be implemented by connectors to close connections here.
|
void |
ConnectorExecutor.disconnect(SConnector sConnector)
call disconnect method of the connector
|
Map<String,Object> |
SConnector.execute()
Execute the connector.
|
Map<String,Object> |
ConnectorExecutor.execute(SConnector sConnector,
Map<String,Object> inputParameters,
ClassLoader classLoader)
Executes a connector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SConnectorValidationException |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorExecutorImpl.disconnect(SConnector sConnector) |
Map<String,Object> |
ConnectorExecutorImpl.execute(SConnector sConnector,
Map<String,Object> inputParameters,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
void |
SConnectorAdapter.connect() |
void |
SConnectorAdapter.disconnect() |
Map<String,Object> |
SConnectorAdapter.execute() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
SConnectorUserFilterAdapter.execute() |
protected FilterResult |
UserFilterServiceImpl.executeFilterInClassloader(String implementationClassName,
Map<String,SExpression> parameters,
ClassLoader classLoader,
SExpressionContext expressionContext,
String actorName) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.