public class TransformationContext extends Object implements TransformationContext
Modifier and Type | Field and Description |
---|---|
static String |
ERROR_NOT_ACTIVE_TRANSFORMER |
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.
|
public static final String ERROR_NOT_ACTIVE_TRANSFORMER
public JDBCConnectionCredentials getDirtyDatabaseCredentials()
TransformationContext
getDirtyDatabaseCredentials
in interface TransformationContext
TransformationContext.getDirtyDatabaseCredentials()
public JDBCConnectionCredentials getCleanDatabaseCredentials()
TransformationContext
getCleanDatabaseCredentials
in interface TransformationContext
TransformationContext.getCleanDatabaseCredentials()
public String getTransformerConfiguration()
TransformationContext
getTransformerConfiguration
in interface TransformationContext
TransformationContext.getTransformerConfiguration()
public File getTransformerDirectory()
TransformationContext
getTransformerDirectory
in interface TransformationContext
TransformationContext.getTransformerDirectory()
public EnumTransformationType getTransformationType()
TransformationContext
EnumTransformationType.NEW
when transformation is invoked
by calling Transformer.transformNewGraph()
and
EnumTransformationType.EXISTING
when invoked by Transformer.transformExistingGraph()
.getTransformationType
in interface TransformationContext
TransformationContext.getTransformationType()
Copyright © 2013. All Rights Reserved.