public interface TransformationContext
Modifier and Type | Method and Description |
---|---|
JDBCConnectionCredentials |
getCleanDatabaseCredentials()
Reference to the clean database.
|
JDBCConnectionCredentials |
getDirtyDatabaseCredentials()
Reference to the dirty database, i.e.
|
EnumTransformationType |
getTransformationType()
Returns the type of transformation.
|
String |
getTransformerConfiguration()
Configuration file for the Transformer (obtained from ODCS database).
|
File |
getTransformerDirectory()
Returns reference to a directory reserved for the Transformer's needs.
|
JDBCConnectionCredentials getDirtyDatabaseCredentials()
JDBCConnectionCredentials getCleanDatabaseCredentials()
String getTransformerConfiguration()
File getTransformerDirectory()
EnumTransformationType getTransformationType()
EnumTransformationType.NEW
when transformation is invoked
by calling Transformer.transformNewGraph()
and
EnumTransformationType.EXISTING
when invoked by Transformer.transformExistingGraph()
.Copyright © 2013. All Rights Reserved.