public final class CrosswalkContext extends Object
CrosswalkOperations
.Constructor and Description |
---|
CrosswalkContext(String sourceRecords,
com.onwbp.adaptation.AdaptationFilter sourceFilter,
List<String> targetDataspaces,
List<String> targetDatasets)
Executes the Crosswalk operation on a table based on a specific context.
|
Modifier and Type | Method and Description |
---|---|
com.onwbp.adaptation.AdaptationFilter |
getSourceFilter() |
String |
getSourceRecords() |
List<String> |
getTargetDatasets() |
List<String> |
getTargetDataspaces() |
public CrosswalkContext(String sourceRecords, com.onwbp.adaptation.AdaptationFilter sourceFilter, List<String> targetDataspaces, List<String> targetDatasets)
sourceRecords
- is an xpath predicate to determine a set of source records on which the Crosswalk is executed.sourceFilter
- is an AdaptationFilter to determine a set of source records on which the Crosswalk is executed.targetDataspaces
- determines the target data spaces.targetDatasets
- determines the target data sets.