Class ExecutableLdifSourceService
java.lang.Object
org.lsc.plugins.connectors.executable.AbstractExecutableLdifService
org.lsc.plugins.connectors.executable.ExecutableLdifSourceService
- All Implemented Interfaces:
org.lsc.service.IService
This class is a generic but configurable implementation to read data to
any referential which can be scripted
It just requires 2 scripts to :
- list data
- get a piece of data
- Author:
- Sebastien Bahloul <seb@lsc-project.org>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.lsc.plugins.connectors.executable.AbstractExecutableLdifService
execute, executeWithReturn, getBean, getListPivots, getParameters, getSupportedConnectionType
-
Constructor Details
-
ExecutableLdifSourceService
public ExecutableLdifSourceService(org.lsc.configuration.TaskType task) throws org.lsc.exception.LscServiceConfigurationException - Throws:
org.lsc.exception.LscServiceConfigurationException
-