Package | Description |
---|---|
org.lsc.beans | |
org.lsc.exception | |
org.lsc.jndi | |
org.lsc.service | |
org.lsc.utils |
Modifier and Type | Method and Description |
---|---|
static LscModifications |
BeanComparator.calculateModifications(Task task,
IBean srcBean,
IBean dstBean)
Static comparison method.
|
static LscModificationType |
BeanComparator.calculateModificationType(Task task,
IBean srcBean,
IBean dstBean)
Static method to return the kind of operation that would happen
|
Modifier and Type | Class and Description |
---|---|
class |
LscServiceCommunicationException
Exception thrown if a service encountered an error while communicating
with its data (database, directory, webservice, bus, ...)
|
class |
LscServiceConfigurationException
Exception thrown if a service encountered an exception during its
configuration phase
|
class |
LscServiceInitializationException
Exception thrown if a service encountered an exception during its
initialization phase
|
Modifier and Type | Method and Description |
---|---|
boolean |
SimpleJndiDstService.apply(LscModifications lm)
Apply directory modifications.
|
boolean |
ActiveDirectoryDstService.apply(LscModifications lm) |
IBean |
SimpleJndiDstService.getBean(String pivotName,
LscDatasets pivotAttributes,
boolean fromSameService)
The simple object getter according to its identifier.
|
IBean |
FullDNJndiDstService.getBean(String dn,
LscDatasets pivotAttributes,
boolean fromSameService)
The simple object getter according to its identifier.
|
IBean |
SimpleJndiSrcService.getBean(String pivotName,
LscDatasets pivotAttributes,
boolean fromSameService)
The simple object getter according to its identifier.
|
Map<String,LscDatasets> |
SimpleJndiDstService.getListPivots()
Returns a list of all the objects' identifiers.
|
Map<String,LscDatasets> |
FullDNJndiDstService.getListPivots()
Returns a list of all the objects' identifiers.
|
Map<String,LscDatasets> |
SimpleJndiSrcService.getListPivots()
Returns a list of all the objects' identifiers.
|
Map.Entry<String,LscDatasets> |
PullableJndiSrcService.getNextId() |
Constructor and Description |
---|
FullDNJndiDstService(Properties props,
String beanClassName)
Deprecated.
|
FullDNJndiDstService(TaskType task) |
Modifier and Type | Method and Description |
---|---|
boolean |
GoogleAppsService.apply(LscModifications lm) |
boolean |
IWritableService.apply(LscModifications lm)
Apply lsc modifications.
|
boolean |
AbstractJdbcDstService.apply(LscModifications lm) |
boolean |
MultipleDstService.apply(LscModifications lm) |
boolean |
XALdifDstService.apply(LscModifications lm) |
void |
IXAWritableService.commit(String xid) |
void |
XAJdbcDstService.commit(String xid) |
void |
XALdifDstService.commit(String xid) |
void |
IXAWritableService.end(String xid) |
void |
XAJdbcDstService.end(String xid) |
void |
XALdifDstService.end(String xid) |
IBean |
AbstractJdbcService.getBean(String pivotName,
LscDatasets pivotAttributes)
The simple object getter according to its identifier.
|
IBean |
GoogleAppsService.getBean(String pivotName,
LscDatasets pivotAttributes,
boolean fromSameService) |
IBean |
SyncReplSourceService.getBean(String id,
LscDatasets pivotAttrs,
boolean fromSameService)
The simple object getter according to its identifier.
|
IBean |
IService.getBean(String pivotName,
LscDatasets pivotAttributes,
boolean fromSameService)
The simple object getter according to its identifier.
|
IBean |
MultipleDstService.getBean(String pivotName,
LscDatasets pivotAttributes,
boolean fromSameService) |
IBean |
XALdifDstService.getBean(String pivotName,
LscDatasets pivotAttributes,
boolean fromSameService) |
IBean |
AbstractJdbcService.getBean(String id,
LscDatasets attributes,
boolean fromSource)
Override default AbstractJdbcSrcService to get a SimpleBean
|
Map<String,LscDatasets> |
GoogleAppsService.getListPivots() |
Map<String,LscDatasets> |
SyncReplSourceService.getListPivots() |
Map<String,LscDatasets> |
IService.getListPivots()
Returns a list of all the objects' identifiers.
|
Map<String,LscDatasets> |
MultipleDstService.getListPivots() |
Map<String,LscDatasets> |
XALdifDstService.getListPivots() |
Map.Entry<String,LscDatasets> |
SyncReplSourceService.getNextId() |
Map.Entry<String,LscDatasets> |
IAsynchronousService.getNextId()
This call is blocking until a data available on the data source
|
int |
IXAWritableService.prepare(String xid) |
int |
XAJdbcDstService.prepare(String xid) |
int |
XALdifDstService.prepare(String xid) |
void |
IXAWritableService.rollback(String xid) |
void |
XAJdbcDstService.rollback(String xid) |
void |
XALdifDstService.rollback(String xid) |
String |
IXAWritableService.start()
Ask for a Xid to the XA resource manager
|
String |
XALdifDstService.start() |
void |
IXAWritableService.submit(String xid,
LscModifications lm) |
void |
XAJdbcDstService.submit(String xid,
LscModifications lm) |
void |
XALdifDstService.submit(String xid,
LscModifications lm) |
Constructor and Description |
---|
GoogleAppsService(TaskType task) |
SimpleJdbcDstService(Properties props,
String beanClassName)
Deprecated.
|
SimpleJdbcDstService(TaskType task)
Simple JDBC source service that gets SQL request names from lsc.properties
and calls the appropriate SQL requests defined in sql-map-config.d
|
SimpleJdbcSrcService(Properties props,
String beanClassName)
Deprecated.
|
SimpleJdbcSrcService(TaskType task)
Simple JDBC source service that gets SQL request names from lsc.properties
and calls the appropriate SQL requests defined in sql-map-config.d
|
XAJdbcDstService(TaskType task) |
XALdifDstService(TaskType task) |
Modifier and Type | Method and Description |
---|---|
Boolean |
RhinoJScriptEvaluator.evalToBoolean(Task task,
String expression,
Map<String,Object> params)
Evaluate your script expression to a boolean value
|
Boolean |
JScriptEvaluator.evalToBoolean(Task task,
String expression,
Map<String,Object> params)
Evaluate your script expression to a boolean value
|
static Boolean |
ScriptingEvaluator.evalToBoolean(Task task,
String expression,
Map<String,Object> params) |
Boolean |
ScriptableEvaluator.evalToBoolean(Task task,
String expression,
Map<String,Object> params)
Evaluate your script expression to a boolean value
|
List<Object> |
RhinoJScriptEvaluator.evalToObjectList(Task task,
String expression,
Map<String,Object> params)
Evaluate your script expression to a list of string
|
List<Object> |
JScriptEvaluator.evalToObjectList(Task task,
String expression,
Map<String,Object> params)
Evaluate your script expression to a list of string
|
static List<Object> |
ScriptingEvaluator.evalToObjectList(Task task,
String expression,
Map<String,Object> params) |
List<Object> |
ScriptableEvaluator.evalToObjectList(Task task,
String expression,
Map<String,Object> params)
Evaluate your script expression to a list of string
|
String |
RhinoJScriptEvaluator.evalToString(Task task,
String expression,
Map<String,Object> params)
Evaluate your script expression to a single string
|
String |
JScriptEvaluator.evalToString(Task task,
String expression,
Map<String,Object> params)
Evaluate your script expression to a single string
|
static String |
ScriptingEvaluator.evalToString(Task task,
String expression,
Map<String,Object> params)
Evaluate your Ecma script expression (manage pre-compiled expressions
cache).
|
String |
ScriptableEvaluator.evalToString(Task task,
String expression,
Map<String,Object> params)
Evaluate your script expression to a single string
|
static Object |
ExternalJSFileHelper.invoke(String jsFile,
String fctName,
Object[] args) |
Copyright © 2005-2024 LSC project. All Rights Reserved.