public abstract class AbstractExecutableLdifService extends Object implements org.lsc.service.IService
Constructor and Description |
---|
AbstractExecutableLdifService() |
Modifier and Type | Method and Description |
---|---|
int |
execute(String[] runtime,
String[] env,
String input) |
String |
executeWithReturn(String[] runtime,
String[] env,
String input) |
org.lsc.beans.IBean |
getBean(String pivotName,
org.lsc.LscDatasets pivotAttributes,
boolean fromSameService)
The simple object getter according to its identifier.
|
Map<String,org.lsc.LscDatasets> |
getListPivots()
Returns a list of all the objects' identifiers.
|
static String[] |
getParameters(String... args) |
Collection<Class<? extends org.lsc.configuration.ConnectionType>> |
getSupportedConnectionType() |
public org.lsc.beans.IBean getBean(String pivotName, org.lsc.LscDatasets pivotAttributes, boolean fromSameService) throws org.lsc.exception.LscServiceException
getBean
in interface org.lsc.service.IService
pivotName
- Name of the entry to be returned, which is the name returned by getListPivots()
(used for display only)pivotAttributes
- Map of attribute names and values, which is the data identifier in the
source such as returned by getListPivots()
. It must identify a unique entry in the
source.org.lsc.exception.LscServiceException
- May throw a LscServiceException
if there is any error with LDIF conversionpublic Map<String,org.lsc.LscDatasets> getListPivots() throws org.lsc.exception.LscServiceException
getListPivots
in interface org.lsc.service.IService
org.lsc.exception.LscServiceException
public Collection<Class<? extends org.lsc.configuration.ConnectionType>> getSupportedConnectionType()
Copyright © 2010-2014. All Rights Reserved.