Package | Description |
---|---|
org.lsc | |
org.lsc.beans.syncoptions | |
org.lsc.configuration | |
org.lsc.jndi | |
org.lsc.service |
Modifier and Type | Method and Description |
---|---|
TaskType |
Task.getTaskType() |
Constructor and Description |
---|
Task(TaskType t) |
Modifier and Type | Method and Description |
---|---|
static ISyncOptions |
SyncOptionsFactory.convert(TaskType task) |
void |
ISyncOptions.initialize(TaskType task)
Initialize the synchronization options policy.
|
void |
ForceSyncOptions.initialize(TaskType task) |
void |
PropertiesBasedSyncOptions.initialize(TaskType task) |
Modifier and Type | Method and Description |
---|---|
TaskType |
ObjectFactory.createTaskType()
Create an instance of
TaskType |
static TaskType |
LscConfiguration.getTask(String name) |
Modifier and Type | Method and Description |
---|---|
List<TaskType> |
TasksType.getTask()
Gets the value of the task property.
|
static Collection<TaskType> |
LscConfiguration.getTasks() |
Modifier and Type | Method and Description |
---|---|
static void |
LscConfiguration.addTask(TaskType task) |
static ServiceType |
LscConfiguration.getDestinationService(TaskType t) |
static ServiceType |
LscConfiguration.getSourceService(TaskType t) |
static SyncOptionsType |
LscConfiguration.getSyncOptions(TaskType task) |
static void |
LscConfiguration.loadSyncOptions(TaskType newTask,
String taskName,
Properties props) |
static void |
LscConfiguration.removeTask(TaskType task) |
static void |
LscConfiguration.setDestinationService(TaskType t,
ServiceType s) |
static void |
LscConfiguration.setSourceService(TaskType t,
ServiceType s) |
static void |
LscConfiguration.setSyncOptions(TaskType task,
SyncOptionsType syncOptions) |
Constructor and Description |
---|
ActiveDirectoryDstService(TaskType task) |
EmptyJndiDstService(TaskType task)
Constructor adapted to the context properties and the bean class name to instantiate.
|
FullDNJndiDstService(TaskType task) |
PullableJndiSrcService(TaskType task) |
SimpleJndiDstService(TaskType task)
Constructor adapted to the context properties and the bean class name to instantiate.
|
SimpleJndiFakeDstService(TaskType task) |
SimpleJndiSrcService(TaskType task)
Constructor adapted to the context properties and the bean class name
to instantiate.
|
Constructor and Description |
---|
GoogleAppsService(TaskType task) |
MultipleDstService(TaskType task) |
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(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
|
SyncReplSourceService(TaskType task) |
XAJdbcDstService(TaskType task) |
XALdifDstService(TaskType task) |
Copyright © 2005-2024 LSC project. All Rights Reserved.