Class AbstractSConnector

java.lang.Object
org.bonitasoft.engine.connector.AbstractSConnector
All Implemented Interfaces:
SConnector

public abstract class AbstractSConnector extends Object implements SConnector
Author:
Feng Hui
  • Constructor Details

    • AbstractSConnector

      public AbstractSConnector()
  • Method Details

    • setInputParameters

      public final void setInputParameters(Map<String,Object> parameters)
      Description copied from interface: SConnector
      Set the input parameter for a connector.
      Specified by:
      setInputParameters in interface SConnector
      Parameters:
      parameters - parameters is a map with parameter names and their value.
    • getInputParameter

      protected Object getInputParameter(String paramName)
    • setOutputParameter

      protected void setOutputParameter(String paramName, Object value)
    • getOutputParameters

      protected Map<String,Object> getOutputParameters()