Package org.bonitasoft.engine.connector
Class AbstractSConnector
java.lang.Object
org.bonitasoft.engine.connector.AbstractSConnector
- All Implemented Interfaces:
SConnector
- Author:
- Feng Hui
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectgetInputParameter(String paramName) final voidsetInputParameters(Map<String, Object> parameters) Set the input parameter for a connector.protected voidsetOutputParameter(String paramName, Object value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bonitasoft.engine.connector.SConnector
connect, disconnect, execute, validate
-
Constructor Details
-
AbstractSConnector
public AbstractSConnector()
-
-
Method Details
-
setInputParameters
Description copied from interface:SConnectorSet the input parameter for a connector.- Specified by:
setInputParametersin interfaceSConnector- Parameters:
parameters- parameters is a map with parameter names and their value.
-
getInputParameter
-
setOutputParameter
-
getOutputParameters
-