public interface IWritableService extends IService
This interface must be implemented by a class to be considered a target service.
Optionally, the target service may also implement a constructor, which will be called once before a synchronization begins. This constructor may accept a Properties object as a parameter, which will be filled with properties from the lsc.properties file.
Modifier and Type | Method and Description |
---|---|
boolean |
apply(LscModifications lm)
Apply lsc modifications.
|
List<String> |
getWriteDatasetIds() |
getBean, getListPivots
boolean apply(LscModifications lm) throws LscServiceException
lm
- Modifications to apply in a LscModifications
object.LscServiceException
- thrown if an error is encounteredCopyright © 2005-2024 LSC project. All Rights Reserved.